Project Wonder 2.0

er.extensions
Class ERXWOServletContext

java.lang.Object
  extended bycom.webobjects.appserver.WOContext
      extended bycom.webobjects.jspservlet.WOServletContext
          extended byer.extensions.ERXWOServletContext
All Implemented Interfaces:
Cloneable, ERXMutableUserInfoHolderInterface, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions

public class ERXWOServletContext
extends WOServletContext
implements ERXMutableUserInfoHolderInterface

Replacement of WOServletContext. This subclass is installed when the frameworks loads.


Nested Class Summary
 
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
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
 
Field Summary
protected  NSMutableDictionary mutableUserInfo
           
 
Fields inherited from class com.webobjects.appserver.WOContext
_session
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
_CLASS
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
 
Constructor Summary
ERXWOServletContext(WORequest worequest)
           
 
Method Summary
 NSMutableDictionary mutableUserInfo()
          Returns the mutableUserInfo.
 void setMutableUserInfo(NSMutableDictionary userInfo)
          Set the mutableUserInfo
 
Methods inherited from class com.webobjects.jspservlet.WOServletContext
_urlWithRequestHandlerKey, httpServletRequest, httpServletResponse, httpSession, jspPage, jspWriter, servletConfig, servletContext, session
 
Methods inherited from class com.webobjects.appserver.WOContext
_componentActionURL, _componentName, _directActionURL, _generateCompleteURLs, _generateRelativeURLs, _incrementContextID, _isMultipleSubmitForm, _languages, _pageChanged, _pageComponent, _pageElement, _putAwakeComponentsToSleep, _refuseThisRequest, _requestContextID, _requestSessionID, _session, _set_refuseThisRequest, _setActionInvoked, _setComponentName, _setCurrentComponent, _setFormSubmitted, _setIsMultipleSubmitForm, _setPageChanged, _setPageComponent, _setPageElement, _setRequest, _setRequestContextID, _setRequestSessionID, _setResponse, _setSenderID, _setSession, _setTempComponentDefinition, _setUserInfo, _synchronizeForDistribution, _takeAwakeComponent, _tempComponentDefinition, _url, _urlForResourceNamed, _userInfo, _wasActionInvoked, _wasFormSubmitted, appendElementIDComponent, appendZeroElementIDComponent, canAccessFieldsDirectly, clone, completeURLWithRequestHandlerKey, component, componentActionURL, contextID, contextWithRequest, deleteAllElementIDComponents, deleteLastElementIDComponent, directActionURLForActionNamed, elementID, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasSession, incrementLastElementIDComponent, isInForm, page, request, response, senderID, setInForm, takeValueForKey, takeValueForKeyPath, toString, unableToSetNullForKey, urlWithRequestHandlerKey, valueForKey, valueForKeyPath
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mutableUserInfo

protected NSMutableDictionary mutableUserInfo
Constructor Detail

ERXWOServletContext

public ERXWOServletContext(WORequest worequest)
Method Detail

mutableUserInfo

public NSMutableDictionary mutableUserInfo()
Description copied from interface: ERXMutableUserInfoHolderInterface
Returns the mutableUserInfo.

Specified by:
mutableUserInfo in interface ERXMutableUserInfoHolderInterface

setMutableUserInfo

public void setMutableUserInfo(NSMutableDictionary userInfo)
Description copied from interface: ERXMutableUserInfoHolderInterface
Set the mutableUserInfo

Specified by:
setMutableUserInfo in interface ERXMutableUserInfoHolderInterface

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.