public abstract class ERXStatelessComponent extends ERXNonSynchronizingComponent
WOComponent._EventLoggingEnabler, WOComponent.EventNSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.UtilityNSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessorNSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException_dynamicBindings_Extension, _IsEventLoggingEnabled, _keyAssociations_CLASS_CLASS, _KeyPathSeparatorChar, KeyPathSeparatorNullValue_CLASS| Constructor and Description |
|---|
ERXStatelessComponent(WOContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStateless()
Component is stateless.
|
void |
reset()
このメソッドは、指定されているコンテクストのオブジェクトに対する、
ステートレス・コンポーネントの一時的リファレンスをリセットもしくは削除します。
あるコンポーネントの共有化されたインスタンスが、他のセッションによって再利用されるとき、
このメソッドを利用し、各コンポーネントのインスタンス変数を解放します。
|
boolean |
valueForBooleanBinding(java.lang.String binding)
Deprecated.
|
boolean |
valueForBooleanBinding(java.lang.String binding,
boolean defaultValue)
Deprecated.
|
boolean |
valueForBooleanBinding(java.lang.String binding,
ERXUtilities.BooleanOperation defaultValue)
|
int |
valueForIntBinding(java.lang.String binding,
int defaultValue)
Deprecated.
|
java.lang.Object |
valueForObjectBinding(java.lang.String binding)
Deprecated.
|
java.lang.Object |
valueForObjectBinding(java.lang.String binding,
java.lang.Object defaultValue)
Deprecated.
|
appendToResponse, invokeAction, resetCachedBindingsInStatefulComponent, synchronizesVariablesWithBindings, takeValuesFromRequest_awakeInContext, _checkAccess, _frameworkName, _includeCSSResources, _includeJavascriptResources, additionalCSSFiles, additionalJavascriptFiles, arrayValueForBinding, arrayValueForBinding, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, browser, checkAccess, clickToOpenEnabled, componentName, defaultCSSPath, defaultJavascriptPath, dynamicBindings, floatValueForBinding, intValueForBinding, isPageAccessAllowed, localizer, objectValueForBinding, objectValueForBinding, pageWithName, postAppendToResponse, preAppendToResponse, primaryCSSFile, primaryJavascriptFile, shouldCheckAccess, stringValueForBinding, stringValueForBinding, useDefaultComponentCSS, useDefaultComponentJavascript__valueForBinding, _associationWithName, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithNamepublic ERXStatelessComponent(WOContext context)
public boolean isStateless()
isStateless in class WOComponenttrue@Deprecated
public int valueForIntBinding(java.lang.String binding,
int defaultValue)
ERXComponent.intValueForBinding(String, int)binding - binding to be resolved as a int value.defaultValue - default int value to be used if the
binding is not bound.@Deprecated public boolean valueForBooleanBinding(java.lang.String binding)
ERXComponent.booleanValueForBinding(String)binding - binding to be resolved as a boolean value.@Deprecated
public boolean valueForBooleanBinding(java.lang.String binding,
boolean defaultValue)
ERXComponent.booleanValueForBinding(String, boolean)valueForBooleanBinding in class WOComponentbinding - binding to be resolved as a boolean value.defaultValue - default boolean value to be used if the
binding is not bound.@Deprecated
public boolean valueForBooleanBinding(java.lang.String binding,
ERXUtilities.BooleanOperation defaultValue)
ERXComponent.booleanValueForBinding(String, er.extensions.foundation.ERXUtilities.BooleanOperation)binding - name of the component binding.defaultValue - boolean operator to be evaluated if the
binding is not present.@Deprecated public java.lang.Object valueForObjectBinding(java.lang.String binding)
ERXComponent.objectValueForBinding(String)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.@Deprecated
public java.lang.Object valueForObjectBinding(java.lang.String binding,
java.lang.Object defaultValue)
ERXComponent.objectValueForBinding(String, Object)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.public void reset()
ERXComponentreset in class ERXComponentCopyright © 2002 – 2022 Project Wonder.