All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.servlet.ServletProps
java.lang.Object
|
+----org.w3c.tools.resources.AttributeHolder
|
+----org.w3c.tools.resources.Resource
|
+----org.w3c.jigsaw.config.PropertySet
|
+----org.w3c.jigsaw.servlet.ServletProps
- public class ServletProps
- extends PropertySet
-
ATTR_MAX_IDLE_TIME
- Attribute index - The index for our servlet session max idle time.
-
ATTR_SERVLET_LOG_FILE
- Attribute index - The index for our servlet log file attribute.
-
ATTR_SESSIONS_COOKIE_COMMENT
- Attribute index - The index for our session cookie comment.
-
ATTR_SESSIONS_COOKIE_DOMAIN
- Attribute index - The index for our session cookie domain.
-
ATTR_SESSIONS_COOKIE_MAXAGE
- Attribute index - The index for our session cookie maxage.
-
ATTR_SESSIONS_COOKIE_NAME
- Attribute index - The index for our session cookie name.
-
ATTR_SESSIONS_COOKIE_PATH
- Attribute index - The index for our session cookie path.
-
ATTR_SESSIONS_COOKIE_SECURE
- Attribute index - The index for our session cookie secure.
-
ATTR_SESSIONS_MAX
- Attribute index - The index for our servlet session max number in
memory.
-
ATTR_SESSIONS_SWEEP
- Attribute index - The index for our servlet session sweep delay.
-
DEFAULT_COOKIE_NAME
- The default Session Cookie name.
-
SERVLET_COOKIE_COMMENT
- Name of the property indicating the session cookie comment.
-
SERVLET_COOKIE_DOMAIN
- Name of the property indicating the session cookie domain.
-
SERVLET_COOKIE_MAXAGE
- Name of the property indicating the session cookie maxage.
-
SERVLET_COOKIE_NAME
- Name of the property indicating the session cookie name.
-
SERVLET_COOKIE_PATH
- Name of the property indicating the session cookie path.
-
SERVLET_COOKIE_SECURE
- Name of the property indicating the session cookie secure flag.
-
SERVLET_LOG_FILE_P
- Name of the property indicating the servlet log file.
-
SERVLET_MAX_SESSION
- Name of the property indicating the max number of session loaded
in memory.
-
SERVLET_PROPS_NAME
- Name of the servlet PropertySet.
-
SERVLET_SESSION_IDLE
- Name of the property indicating the max idle time of session.
-
SERVLET_SESSION_SWEEP
- Name of the property indicating the max idle time of session.
-
getMaxSessionsNumber()
- Returns the max number of session in memory.
-
getSessionContext()
- Returns the session context.
-
getSessionsMaxIdleTime()
- Returns the max idle time for a session.
-
getSessionsSweepDelay()
- Returns the delay between two sessions idle time check.
-
getTitle()
- Get this property set title.
SERVLET_LOG_FILE_P
protected static String SERVLET_LOG_FILE_P
- Name of the property indicating the servlet log file.
This property indicates the name of the servlet log file to use.
This property defaults to the servlets
file in
the server log directory.
SERVLET_MAX_SESSION
protected static String SERVLET_MAX_SESSION
- Name of the property indicating the max number of session loaded
in memory.
SERVLET_SESSION_IDLE
protected static String SERVLET_SESSION_IDLE
- Name of the property indicating the max idle time of session.
SERVLET_SESSION_SWEEP
protected static String SERVLET_SESSION_SWEEP
- Name of the property indicating the max idle time of session.
SERVLET_COOKIE_NAME
protected static String SERVLET_COOKIE_NAME
- Name of the property indicating the session cookie name.
DEFAULT_COOKIE_NAME
protected static String DEFAULT_COOKIE_NAME
- The default Session Cookie name.
SERVLET_COOKIE_DOMAIN
protected static String SERVLET_COOKIE_DOMAIN
- Name of the property indicating the session cookie domain.
SERVLET_COOKIE_MAXAGE
protected static String SERVLET_COOKIE_MAXAGE
- Name of the property indicating the session cookie maxage.
SERVLET_COOKIE_PATH
protected static String SERVLET_COOKIE_PATH
- Name of the property indicating the session cookie path.
SERVLET_COOKIE_COMMENT
protected static String SERVLET_COOKIE_COMMENT
- Name of the property indicating the session cookie comment.
SERVLET_COOKIE_SECURE
protected static String SERVLET_COOKIE_SECURE
- Name of the property indicating the session cookie secure flag.
SERVLET_PROPS_NAME
protected static String SERVLET_PROPS_NAME
- Name of the servlet PropertySet.
ATTR_SERVLET_LOG_FILE
protected static int ATTR_SERVLET_LOG_FILE
- Attribute index - The index for our servlet log file attribute.
ATTR_MAX_IDLE_TIME
protected static int ATTR_MAX_IDLE_TIME
- Attribute index - The index for our servlet session max idle time.
ATTR_SESSIONS_MAX
protected static int ATTR_SESSIONS_MAX
- Attribute index - The index for our servlet session max number in
memory.
ATTR_SESSIONS_SWEEP
protected static int ATTR_SESSIONS_SWEEP
- Attribute index - The index for our servlet session sweep delay.
ATTR_SESSIONS_COOKIE_NAME
protected static int ATTR_SESSIONS_COOKIE_NAME
- Attribute index - The index for our session cookie name.
ATTR_SESSIONS_COOKIE_PATH
protected static int ATTR_SESSIONS_COOKIE_PATH
- Attribute index - The index for our session cookie path.
ATTR_SESSIONS_COOKIE_DOMAIN
protected static int ATTR_SESSIONS_COOKIE_DOMAIN
- Attribute index - The index for our session cookie domain.
ATTR_SESSIONS_COOKIE_COMMENT
protected static int ATTR_SESSIONS_COOKIE_COMMENT
- Attribute index - The index for our session cookie comment.
ATTR_SESSIONS_COOKIE_MAXAGE
protected static int ATTR_SESSIONS_COOKIE_MAXAGE
- Attribute index - The index for our session cookie maxage.
ATTR_SESSIONS_COOKIE_SECURE
protected static int ATTR_SESSIONS_COOKIE_SECURE
- Attribute index - The index for our session cookie secure.
getSessionsMaxIdleTime
public long getSessionsMaxIdleTime()
- Returns the max idle time for a session.
- Returns:
- The max idle time in milli seconds.
getMaxSessionsNumber
public int getMaxSessionsNumber()
- Returns the max number of session in memory.
- Returns:
- The max number of session.
getSessionsSweepDelay
public int getSessionsSweepDelay()
- Returns the delay between two sessions idle time check.
- Returns:
- the delay between two sessions idle time check in milli seconds.
getSessionContext
public JigsawHttpSessionContext getSessionContext()
- Returns the session context.
- Returns:
- A JigsawHttpSessionContext instance.
getTitle
public String getTitle()
- Get this property set title.
- Returns:
- A String encoded title.
- Overrides:
- getTitle in class PropertySet
All Packages Class Hierarchy This Package Previous Next Index