er.directtoweb
Class ERD2WSwitchComponent
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.directtoweb.D2WSwitchComponent
er.directtoweb.ERD2WSwitchComponent
- All Implemented Interfaces:
- Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- public class ERD2WSwitchComponent
- extends D2WSwitchComponent
Rewrite of D2WSwitchComponent to not cache the D2WContext. Useful for nesting
configurations.
- See Also:
- Serialized Form
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Methods inherited from class com.webobjects.directtoweb.D2WSwitchComponent |
addToPossibleBindings, componentName, entityName, extraBindings, lookFromSettings, setExtraBindings, setSubContext, settings, sleep, synchronizesVariablesWithBindings, task |
Methods inherited from class com.webobjects.appserver.WOComponent |
_associationWithName, _awakeInContext, _childTemplate, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForBinding, valueForKey, valueForKeyPath |
log
public static final ERXLogger log
- logging support
ERD2WSwitchComponent
public ERD2WSwitchComponent(WOContext context)
awake
public void awake()
- Calling super is a bad thing with 5.2. Will perform binding checks that
shouldn't be done.
resetCaches
public void resetCaches()
maybeResetCaches
public void maybeResetCaches()
appendToResponse
public void appendToResponse(WOResponse r,
WOContext c)
subContext
public D2WContext subContext()
makeSubContextForTaskAndEntity
public static D2WContext makeSubContextForTaskAndEntity(String s,
EOEntity eoentity,
WOSession wosession)
makeSubContextForDynamicPageNamed
public static D2WContext makeSubContextForDynamicPageNamed(String s,
WOSession wosession)
validationFailedWithException
public void validationFailedWithException(Throwable e,
Object value,
String keyPath)
Copyright © 2002 – 2004 Project Wonder.