Java Doc for Constants.java in  » Portal » Open-Portal » com » sun » portal » providers » jsp » jasper3 » jasper » 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 » Portal » Open Portal » com.sun.portal.providers.jsp.jasper3.jasper 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.providers.jsp.jasper3.jasper.Constants

Constants
public class Constants (Code)
Some constants and other global data that are used by the compiler and the runtime.
author:
   Anil K. Vijendran
author:
   Harish Prabandham


Field Summary
final public static  StringATTRIB_JSP_ProtectionDomain
     ProtectionDomain to use for JspLoader defineClass() for current Context when using a SecurityManager.
final public static  intDEFAULT_BUFFER_SIZE
    
final public static  StringIE_PLUGIN_CLASSID
     Default plugin class ID for versions 4 and 5 of IE.
final public static  StringIE_PLUGIN_URL
    
final public static  StringINC_REQUEST_URI
     Servlet context and request attributes that the JSP engine uses.
final public static  StringINC_SERVLET_PATH
    
final public static  StringJSP_DIR
    
final public static  StringJSP_RELOAD_INTERVAL
    
final public static  StringJSP_SERVLET_BASE
     The base class of the generated servlets.
final public static  StringJSP_TOKEN
     A token which is embedded in file names of the generated servlet.
final public static  intK
     Default size of the JSP buffer.
final public static  StringNS_PLUGIN_URL
     Default URLs to download the pluging for Netscape and IE.
final public static  StringPRECOMPILE
     The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
final public static  StringSERVICE_METHOD_NAME
     _jspService is the name of the method that is called by HttpJspBase.service().
final public static  StringSERVLET_CLASSPATH
     ServletContext attribute for classpath.
final public static  StringSERVLET_CLASS_LOADER
     ServletContext attribute for classpath.
final public static  StringSERVLET_CONTENT_TYPE
     Default servlet content type.
final public static  String[]STANDARD_IMPORTS
     These classes/packages are automatically imported by the generated code.
final public static  StringTAGLIB_DTD_PUBLIC_ID
     ID and location of the DTD for tag library descriptors.
final public static  StringTAGLIB_DTD_RESOURCE
    
final public static  StringTMP_DIR
    
final public static  StringWEBAPP_DTD_PUBLIC_ID
     ID and location of the DTD for web-app deployment descriptors.
final public static  StringWEBAPP_DTD_RESOURCE
    
public static  LoggerjasperLog
    


Method Summary
final public static  StringgetString(String key)
     Get hold of a "message" or any string from our resources database.
final public static  StringgetString(String key, Object[] args)
     Format the string that is looked up using "key" using "args".
final public static  voidmessage(String key, int verbosityLevel)
     Print a message into standard error with a certain verbosity level.
final public static  voidmessage(String key, Object[] args, int verbosityLevel)
     Print a message into standard error with a certain verbosity level after formatting it using "args".

Field Detail
ATTRIB_JSP_ProtectionDomain
final public static String ATTRIB_JSP_ProtectionDomain(Code)
ProtectionDomain to use for JspLoader defineClass() for current Context when using a SecurityManager.



DEFAULT_BUFFER_SIZE
final public static int DEFAULT_BUFFER_SIZE(Code)



IE_PLUGIN_CLASSID
final public static String IE_PLUGIN_CLASSID(Code)
Default plugin class ID for versions 4 and 5 of IE.



IE_PLUGIN_URL
final public static String IE_PLUGIN_URL(Code)



INC_REQUEST_URI
final public static String INC_REQUEST_URI(Code)
Servlet context and request attributes that the JSP engine uses.



INC_SERVLET_PATH
final public static String INC_SERVLET_PATH(Code)



JSP_DIR
final public static String JSP_DIR(Code)
The directory in which jsp servlets are generated



JSP_RELOAD_INTERVAL
final public static String JSP_RELOAD_INTERVAL(Code)
iPlanet specific attribute for checking on jsp freshness



JSP_SERVLET_BASE
final public static String JSP_SERVLET_BASE(Code)
The base class of the generated servlets.



JSP_TOKEN
final public static String JSP_TOKEN(Code)
A token which is embedded in file names of the generated servlet.



K
final public static int K(Code)
Default size of the JSP buffer.



NS_PLUGIN_URL
final public static String NS_PLUGIN_URL(Code)
Default URLs to download the pluging for Netscape and IE.



PRECOMPILE
final public static String PRECOMPILE(Code)
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.



SERVICE_METHOD_NAME
final public static String SERVICE_METHOD_NAME(Code)
_jspService is the name of the method that is called by HttpJspBase.service(). This is where most of the code generated from JSPs go.



SERVLET_CLASSPATH
final public static String SERVLET_CLASSPATH(Code)
ServletContext attribute for classpath. This is tomcat specific. Other servlet engines can choose to have this attribute if they want to have this JSP engine running on them.



SERVLET_CLASS_LOADER
final public static String SERVLET_CLASS_LOADER(Code)
ServletContext attribute for classpath. This is tomcat specific. Other servlet engines can choose to have this attribute if they want to have this JSP engine running on them.



SERVLET_CONTENT_TYPE
final public static String SERVLET_CONTENT_TYPE(Code)
Default servlet content type.



STANDARD_IMPORTS
final public static String[] STANDARD_IMPORTS(Code)
These classes/packages are automatically imported by the generated code. FIXME: Need to trim this to what is there in PR2 and verify with all our generators -akv.



TAGLIB_DTD_PUBLIC_ID
final public static String TAGLIB_DTD_PUBLIC_ID(Code)
ID and location of the DTD for tag library descriptors.



TAGLIB_DTD_RESOURCE
final public static String TAGLIB_DTD_RESOURCE(Code)



TMP_DIR
final public static String TMP_DIR(Code)



WEBAPP_DTD_PUBLIC_ID
final public static String WEBAPP_DTD_PUBLIC_ID(Code)
ID and location of the DTD for web-app deployment descriptors.



WEBAPP_DTD_RESOURCE
final public static String WEBAPP_DTD_RESOURCE(Code)



jasperLog
public static Logger jasperLog(Code)





Method Detail
getString
final public static String getString(String key)(Code)
Get hold of a "message" or any string from our resources database.



getString
final public static String getString(String key, Object[] args) throws MissingResourceException(Code)
Format the string that is looked up using "key" using "args".



message
final public static void message(String key, int verbosityLevel)(Code)
Print a message into standard error with a certain verbosity level.
Parameters:
  key - is used to look up the text for the message (usinggetString()).
Parameters:
  verbosityLevel - is used to determine if this output isappropriate for the current verbositylevel.



message
final public static void message(String key, Object[] args, int verbosityLevel)(Code)
Print a message into standard error with a certain verbosity level after formatting it using "args".
Parameters:
  key - is used to look up the message.
Parameters:
  args - is used to format the message.
Parameters:
  verbosityLevel - is used to determine if this output isappropriate for the current verbositylevel.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w___w__w_.___j___a_v__a___2___s___.___c__o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.