Inherited by StringHolder, AjaxLongResponse, ERAttachmentIcon, AbstractERAttachmentViewer, ERCListHelpText, ERDDefaultSectionComponent, ERDEmptyPageWrapper, ERDZoomableImage, ERXModernNavigationMenu, ERXModernNavigationMenuItem, ERXNavigationMenu, ERXNavigationMenuItem, ERXBatchNavigationBar, ERXDirectActionBatchNavigationBar, ERXOncePerRequestConditional, ERXArrayChooser, ERXBooleanSelector, ERXCachingWrapper, ERXClippy, ERXDHTMLComponent, ERXDirectActionHyperlink, ERXEmptyComponent, ERXErrorDictionaryPanel, ERXExternalContent, ERXFixedLengthString, ERXFlashMovie, ERXGroupingRepetition, ERXIEConditionalComment, ERXImage, ERXLanguageMenu, ERXLinkRandomizer, ERXMonthView, ERXNestedList, ERXOptionalForm, ERXPluralString, ERXRadioButtonMatrix, ERXResponseComponent, ERXRssPage, ERXStringHolder, ERXStringWithLineBreaks, ERXStyleSheet, ERXTableWithBorder, ERXEditDateJavascript, ERXJSCookiesConditional, ERXJSFlyOver, ERXJSLifebeat, ERXJSPopupBlockerConditional, ERXJSPopUpRelationPicker, ERXJSValidationErrors, ERXLocalizedString, ERXPageTracker, ERXStatsSummary, WOSortOrder, ERMDatePicker, ERMResourceInjector, ERMDWizardBanner, Main, ERPDF2PS, ERPChart, ERPOFCChart, WRNavigationControl, SeleniumComponentExporterPage, and SeleniumTestSuitePage.

Public Member Functions | |
| ERXStatelessComponent (WOContext context) | |
| boolean | isStateless () |
| void | reset () |
| boolean | valueForBooleanBinding (String binding, ERXUtilities.BooleanOperation defaultValue) |
| boolean | valueForBooleanBinding (String binding, boolean defaultValue) |
| boolean | valueForBooleanBinding (String binding) |
| int | valueForIntBinding (String binding, int defaultValue) |
| Object | valueForObjectBinding (String binding, Object defaultValue) |
| Object | valueForObjectBinding (String binding) |
| ERXStatelessComponent | ( | WOContext | context | ) |
Public constructor
| boolean isStateless | ( | ) |
component is stateless
Reimplemented from ERXNonSynchronizingComponent.
Reimplemented in ERXAjaxBatchNavigationBar, and ERLITBatchNavigationBar.
| void reset | ( | ) |
Reimplemented from ERXComponent.
Reimplemented in ERAttachmentQuickTimeViewer, ERXModernNavigationMenu, ERXModernNavigationMenuItem, ERXNavigationMenu, ERXNavigationMenuItem, ERXBatchNavigationBar, ERXDirectActionBatchNavigationBar, ERXOncePerRequestConditional, ERXArrayChooser, ERXBooleanSelector, ERXDHTMLComponent, ERXErrorDictionaryPanel, ERXFixedLengthString, ERXGroupingRepetition, ERXImage, ERXLanguageMenu, ERXMonthView, ERXRadioButtonMatrix, ERXSortOrder, ERXStringHolder, ERXStringWithLineBreaks, ERXJSFlyOver, ERXJSPopUpRelationPicker, ERXJSValidationErrors, ERXStatsSummary, WOSortOrder, WOToManyRelationship, WOToOneRelationship, ERMDatePicker, ERMDWizardBanner, SeleniumTestSuitePage, ERPCategoryChart, ERPChart, ERPOFCChart, and WRNavigationControl.
| boolean valueForBooleanBinding | ( | String | binding, | |
| ERXUtilities.BooleanOperation | defaultValue | |||
| ) |
Resolves a given binding as a boolean value with the option of specifing a boolean operator as the default value.
| binding | name of the component binding. | |
| defaultValue | boolean operator to be evaluated if the binding is not present. |
| boolean valueForBooleanBinding | ( | String | binding, | |
| boolean | defaultValue | |||
| ) |
Resolves a given binding as a boolean value.
| binding | binding to be resolved as a boolean value. | |
| defaultValue | default boolean value to be used if the binding is not bound. |
| boolean valueForBooleanBinding | ( | String | binding | ) |
Resolves a given binding as a boolean value. Defaults to false.
| binding | binding to be resolved as a boolean value. |
| int valueForIntBinding | ( | String | binding, | |
| int | defaultValue | |||
| ) |
Resolves a given binding as a int value. Useful for image sizes and the like.
| binding | binding to be resolved as a int value. | |
| defaultValue | default int value to be used if the binding is not bound. |
| Object valueForObjectBinding | ( | String | binding, | |
| Object | defaultValue | |||
| ) |
Resolves a given binding as an object in the normal fashion of calling valueForBinding. This has the one advantage of being able to resolve the resulting object as a {link ERXUtilities$Operation} if it is an Operation and then returning the result as the evaluation of that operation.
| binding | name of the component binding. | |
| defaultValue | value to be used if valueForBinding returns null. |
| Object valueForObjectBinding | ( | String | binding | ) |
Resolves a given binding as an object in the normal fashion of calling valueForBinding. This has the one advantage of being able to resolve the resulting object as a {link ERXUtilities$Operation} if it is an Operation and then returning the result as the evaluation of that operation.
| binding | name of the component binding. |
1.5.8