Java Doc for ServletProps.java in  » Web-Server » Jigsaw » org » w3c » jigsaw » servlet » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Server » Jigsaw » org.w3c.jigsaw.servlet 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.jigsaw.config.PropertySet
   org.w3c.jigsaw.servlet.ServletProps

ServletProps
public class ServletProps extends PropertySet (Code)

version:
   $Revision: 1.11 $
author:
   Benoît Mahé (bmahe@w3.org)


Field Summary
protected static  intATTR_MAX_IDLE_TIME
     Attribute index - The index for our servlet session max idle time.
protected static  intATTR_SERVLET_INSTANCEMAX
    
protected static  intATTR_SERVLET_LOG_FILE
     Attribute index - The index for our servlet log file attribute.
protected static  intATTR_SERVLET_TIMEOUT
    
protected static  intATTR_SESSIONS_COOKIE_COMMENT
     Attribute index - The index for our session cookie comment.
protected static  intATTR_SESSIONS_COOKIE_DOMAIN
     Attribute index - The index for our session cookie domain.
protected static  intATTR_SESSIONS_COOKIE_MAXAGE
     Attribute index - The index for our session cookie maxage.
protected static  intATTR_SESSIONS_COOKIE_NAME
     Attribute index - The index for our session cookie name.
protected static  intATTR_SESSIONS_COOKIE_PATH
     Attribute index - The index for our session cookie path.
protected static  intATTR_SESSIONS_COOKIE_SECURE
     Attribute index - The index for our session cookie secure.
protected static  intATTR_SESSIONS_MAX
     Attribute index - The index for our servlet session max number in memory.
protected static  intATTR_SESSIONS_SWEEP
     Attribute index - The index for our servlet session sweep delay.
protected static  StringDEFAULT_COOKIE_NAME
     The default Session Cookie name.
protected static  StringSERVLET_COOKIE_COMMENT
     Name of the property indicating the session cookie comment.
protected static  StringSERVLET_COOKIE_DOMAIN
     Name of the property indicating the session cookie domain.
protected static  StringSERVLET_COOKIE_MAXAGE
     Name of the property indicating the session cookie maxage.
protected static  StringSERVLET_COOKIE_NAME
     Name of the property indicating the session cookie name.
protected static  StringSERVLET_COOKIE_PATH
     Name of the property indicating the session cookie path.
protected static  StringSERVLET_COOKIE_SECURE
     Name of the property indicating the session cookie secure flag.
protected static  StringSERVLET_INSTANCEMAX
    
protected static  StringSERVLET_LOG_FILE_P
     Name of the property indicating the servlet log file.
protected static  StringSERVLET_MAX_SESSION
     Name of the property indicating the max number of session loaded in memory.
protected static  StringSERVLET_PROPS_NAME
     Name of the servlet PropertySet.
protected static  StringSERVLET_SESSION_IDLE
     Name of the property indicating the max idle time of session.
protected static  StringSERVLET_SESSION_SWEEP
     Name of the property indicating the max idle time of session.
protected static  StringSERVLET_TIMEOUT
     Name of the property indicating the max number of session loaded in memory.

Constructor Summary
 ServletProps(httpd server)
    

Method Summary
public  intgetMaxSessionsNumber()
     Returns the max number of session in memory.
public  JigsawHttpSessionContextgetSessionContext()
     Returns the session context.
public  longgetSessionsMaxIdleTime()
     Returns the max idle time for a session.
public  intgetSessionsSweepDelay()
     Returns the delay between two sessions idle time check.
public  StringgetTitle()
     Get this property set title.

Field Detail
ATTR_MAX_IDLE_TIME
protected static int ATTR_MAX_IDLE_TIME(Code)
Attribute index - The index for our servlet session max idle time.



ATTR_SERVLET_INSTANCEMAX
protected static int ATTR_SERVLET_INSTANCEMAX(Code)
Attribute index - The index for for single thread model servlet instance pool size limitation, tk, 20.10.2001



ATTR_SERVLET_LOG_FILE
protected static int ATTR_SERVLET_LOG_FILE(Code)
Attribute index - The index for our servlet log file attribute.



ATTR_SERVLET_TIMEOUT
protected static int ATTR_SERVLET_TIMEOUT(Code)
Attribute index - The index for our servlet timeout



ATTR_SESSIONS_COOKIE_COMMENT
protected static int ATTR_SESSIONS_COOKIE_COMMENT(Code)
Attribute index - The index for our session cookie comment.



ATTR_SESSIONS_COOKIE_DOMAIN
protected static int ATTR_SESSIONS_COOKIE_DOMAIN(Code)
Attribute index - The index for our session cookie domain.



ATTR_SESSIONS_COOKIE_MAXAGE
protected static int ATTR_SESSIONS_COOKIE_MAXAGE(Code)
Attribute index - The index for our session cookie maxage.



ATTR_SESSIONS_COOKIE_NAME
protected static int ATTR_SESSIONS_COOKIE_NAME(Code)
Attribute index - The index for our session cookie name.



ATTR_SESSIONS_COOKIE_PATH
protected static int ATTR_SESSIONS_COOKIE_PATH(Code)
Attribute index - The index for our session cookie path.



ATTR_SESSIONS_COOKIE_SECURE
protected static int ATTR_SESSIONS_COOKIE_SECURE(Code)
Attribute index - The index for our session cookie secure.



ATTR_SESSIONS_MAX
protected static int ATTR_SESSIONS_MAX(Code)
Attribute index - The index for our servlet session max number in memory.



ATTR_SESSIONS_SWEEP
protected static int ATTR_SESSIONS_SWEEP(Code)
Attribute index - The index for our servlet session sweep delay.



DEFAULT_COOKIE_NAME
protected static String DEFAULT_COOKIE_NAME(Code)
The default Session Cookie name.



SERVLET_COOKIE_COMMENT
protected static String SERVLET_COOKIE_COMMENT(Code)
Name of the property indicating the session cookie comment.



SERVLET_COOKIE_DOMAIN
protected static String SERVLET_COOKIE_DOMAIN(Code)
Name of the property indicating the session cookie domain.



SERVLET_COOKIE_MAXAGE
protected static String SERVLET_COOKIE_MAXAGE(Code)
Name of the property indicating the session cookie maxage.



SERVLET_COOKIE_NAME
protected static String SERVLET_COOKIE_NAME(Code)
Name of the property indicating the session cookie name.



SERVLET_COOKIE_PATH
protected static String SERVLET_COOKIE_PATH(Code)
Name of the property indicating the session cookie path.



SERVLET_COOKIE_SECURE
protected static String SERVLET_COOKIE_SECURE(Code)
Name of the property indicating the session cookie secure flag.



SERVLET_INSTANCEMAX
protected static String SERVLET_INSTANCEMAX(Code)
Name of the property indicating the max number for single thread model servlet instance pool size limitation, tk, 20.10.2001



SERVLET_LOG_FILE_P
protected static String SERVLET_LOG_FILE_P(Code)
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(Code)
Name of the property indicating the max number of session loaded in memory.



SERVLET_PROPS_NAME
protected static String SERVLET_PROPS_NAME(Code)
Name of the servlet PropertySet.



SERVLET_SESSION_IDLE
protected static String SERVLET_SESSION_IDLE(Code)
Name of the property indicating the max idle time of session.



SERVLET_SESSION_SWEEP
protected static String SERVLET_SESSION_SWEEP(Code)
Name of the property indicating the max idle time of session.



SERVLET_TIMEOUT
protected static String SERVLET_TIMEOUT(Code)
Name of the property indicating the max number of session loaded in memory.




Constructor Detail
ServletProps
ServletProps(httpd server)(Code)




Method Detail
getMaxSessionsNumber
public int getMaxSessionsNumber()(Code)
Returns the max number of session in memory. The max number of session.



getSessionContext
public JigsawHttpSessionContext getSessionContext()(Code)
Returns the session context. A JigsawHttpSessionContext instance.



getSessionsMaxIdleTime
public long getSessionsMaxIdleTime()(Code)
Returns the max idle time for a session. The max idle time in milli seconds.



getSessionsSweepDelay
public int getSessionsSweepDelay()(Code)
Returns the delay between two sessions idle time check. the delay between two sessions idle time check in milli seconds.



getTitle
public String getTitle()(Code)
Get this property set title. A String encoded title.



Fields inherited from org.w3c.jigsaw.config.PropertySet
protected httpd server(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.config.PropertySet
protected Object convertingGet(httpd s, Attribute a, Object def)(Code)(Java Doc)
public String getHelpURL()(Code)(Java Doc)
public String getHelpURL(String topic)(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public Object getValue(int idx, Object def)(Code)(Java Doc)
public void initialize(Object values)(Code)(Java Doc)
public synchronized void setValue(int idx, Object value)(Code)(Java Doc)
public Object unsafeGetValue(int idx, Object def)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.