org.apache.cocoon.webapps.session
Interface SessionConstants


public interface SessionConstants

The Constants used throughout the core of the session management.

Version:
CVS $Id: SessionConstants.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Carsten Ziegeler

Field Summary
static String REQUEST_CONTEXT
          Reserved Context: Request context
static String SESSION_FORM_PARAMETER
          The request parameter name for the form handling
static String SESSION_NAMESPACE_URI
          The namespace used by the session transformers
static String TEMPORARY_CONTEXT
          Reserved Context: Temp
 

Field Detail

SESSION_NAMESPACE_URI

public static final String SESSION_NAMESPACE_URI
The namespace used by the session transformers

See Also:
Constant Field Values

REQUEST_CONTEXT

public static final String REQUEST_CONTEXT
Reserved Context: Request context

See Also:
Constant Field Values

TEMPORARY_CONTEXT

public static final String TEMPORARY_CONTEXT
Reserved Context: Temp

See Also:
Constant Field Values

SESSION_FORM_PARAMETER

public static final String SESSION_FORM_PARAMETER
The request parameter name for the form handling

See Also:
Constant Field Values


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.