org.apache.cocoon.webapps.session
Interface SessionConstants


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

public interface SessionConstants

The Constants used throughout the core of the session management.

Version:
CVS $Id: SessionConstants.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

Field Detail

SESSION_NAMESPACE_URI

static final String SESSION_NAMESPACE_URI
Deprecated. 
The namespace used by the session transformers

See Also:
Constant Field Values

REQUEST_CONTEXT

static final String REQUEST_CONTEXT
Deprecated. 
Reserved Context: Request context

See Also:
Constant Field Values

TEMPORARY_CONTEXT

static final String TEMPORARY_CONTEXT
Deprecated. 
Reserved Context: Temp

See Also:
Constant Field Values

SESSION_FORM_PARAMETER

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

See Also:
Constant Field Values


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