org.apache.cocoon.webapps.authentication.user
Class RequestState

java.lang.Object
  extended by org.apache.cocoon.webapps.authentication.user.RequestState
All Implemented Interfaces:
Serializable

Deprecated. This block is deprecated and will be removed in future versions.

public final class RequestState
extends Object
implements Serializable

The state of the user for the current request. This object holds the information which handler and application is currently used for this request.

Version:
CVS $Id: RequestState.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Constructor Summary
RequestState(UserHandler handler, String app)
          Deprecated. Create a new handler object.
 
Method Summary
 ApplicationConfiguration getApplicationConfiguration()
          Deprecated.  
 String getApplicationName()
          Deprecated.  
 UserHandler getHandler()
          Deprecated.  
 String getHandlerName()
          Deprecated.  
 Configuration getModuleConfiguration(String name)
          Deprecated. Get the configuration if available
 void initialize(SourceResolver resolver)
          Deprecated. Initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestState

public RequestState(UserHandler handler,
                    String app)
Deprecated. 
Create a new handler object.

Method Detail

initialize

public void initialize(SourceResolver resolver)
                throws ProcessingException
Deprecated. 
Initialize

Throws:
ProcessingException

getApplicationName

public String getApplicationName()
Deprecated. 

getHandler

public UserHandler getHandler()
Deprecated. 

getHandlerName

public String getHandlerName()
Deprecated. 

getApplicationConfiguration

public ApplicationConfiguration getApplicationConfiguration()
Deprecated. 

getModuleConfiguration

public Configuration getModuleConfiguration(String name)
Deprecated. 
Get the configuration if available



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.