Java Doc for JspC.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.JspC

JspC
public class JspC implements Options(Code)
Shell for the jspc compiler. Handles all options associated with the command line and creates compilation contexts which it then compiles according to the specified options.
author:
   Danno Ferrin


Field Summary
final public static  intALL_WEBXML
    
final public static  intDEFAULT_DIE_LEVEL
    
final public static  intINC_WEBXML
    
final public static  intNO_DIE_LEVEL
    
final public static  intNO_WEBXML
    
final public static  StringSWITCH_CLASS_NAME
    
final public static  StringSWITCH_DIE
    
final public static  StringSWITCH_FILE_WEBAPP
    
final public static  StringSWITCH_FULL_STOP
    
final public static  StringSWITCH_GENERATE_CLASS
    
final public static  StringSWITCH_IE_CLASS_ID
    
final public static  StringSWITCH_MAPPED
    
final public static  StringSWITCH_OUTPUT_DIR
    
final public static  StringSWITCH_OUTPUT_SIMPLE_DIR
    
final public static  StringSWITCH_PACKAGE_NAME
    
final public static  StringSWITCH_QUIET
    
final public static  StringSWITCH_URI_BASE
    
final public static  StringSWITCH_URI_ROOT
    
final public static  StringSWITCH_VERBOSE
    
final public static  StringSWITCH_WEBAPP_INC
    
final public static  StringSWITCH_WEBAPP_XML
    
 intargPos
    
 Stringargs
    
 StringclassPath
    
 booleancreatePackage
    
static  intdie
    
 intdieLevel
    
 booleandieOnExit
    
 Vectorextensions
    
 booleanfullstop
    
 booleangenerateClasses
    
 StringieClassId
    
 intjspVerbosityLevel
    
 booleanlargeFile
    
 booleanmappedFile
    
 FilescratchDir
    
 StringtargetClassName
    
 StringtargetPackage
    
 StringuriBase
    
 StringuriRoot
    
 StringwebxmlFile
    
 intwebxmlLevel
    

Constructor Summary
public  JspC(String[] arg, PrintStream log)
    

Method Summary
public  booleangetClassDebugInfo()
    
public  StringgetClassPath()
    
public  StringgetIeClassId()
    
public  StringgetJavaEncoding()
    
public  StringgetJspCompilerPath()
    
public  ClassgetJspCompilerPlugin()
    
public  intgetJspVerbosityLevel()
    
public  booleangetKeepGenerated()
    
public  booleangetLargeFile()
    
public  booleangetMappedFile()
    
public  ObjectgetProtectionDomain()
    
public  FilegetScratchDir()
    
public  booleangetSendErrorToClient()
    
public static  voidmain(String arg)
    
public  booleanparseFile(PrintStream log, String file, Writer servletout, Writer mappingout)
    
public  voidparseFiles(PrintStream log)
    

Field Detail
ALL_WEBXML
final public static int ALL_WEBXML(Code)



DEFAULT_DIE_LEVEL
final public static int DEFAULT_DIE_LEVEL(Code)



INC_WEBXML
final public static int INC_WEBXML(Code)



NO_DIE_LEVEL
final public static int NO_DIE_LEVEL(Code)



NO_WEBXML
final public static int NO_WEBXML(Code)



SWITCH_CLASS_NAME
final public static String SWITCH_CLASS_NAME(Code)



SWITCH_DIE
final public static String SWITCH_DIE(Code)



SWITCH_FILE_WEBAPP
final public static String SWITCH_FILE_WEBAPP(Code)



SWITCH_FULL_STOP
final public static String SWITCH_FULL_STOP(Code)



SWITCH_GENERATE_CLASS
final public static String SWITCH_GENERATE_CLASS(Code)



SWITCH_IE_CLASS_ID
final public static String SWITCH_IE_CLASS_ID(Code)



SWITCH_MAPPED
final public static String SWITCH_MAPPED(Code)



SWITCH_OUTPUT_DIR
final public static String SWITCH_OUTPUT_DIR(Code)



SWITCH_OUTPUT_SIMPLE_DIR
final public static String SWITCH_OUTPUT_SIMPLE_DIR(Code)



SWITCH_PACKAGE_NAME
final public static String SWITCH_PACKAGE_NAME(Code)



SWITCH_QUIET
final public static String SWITCH_QUIET(Code)



SWITCH_URI_BASE
final public static String SWITCH_URI_BASE(Code)



SWITCH_URI_ROOT
final public static String SWITCH_URI_ROOT(Code)



SWITCH_VERBOSE
final public static String SWITCH_VERBOSE(Code)



SWITCH_WEBAPP_INC
final public static String SWITCH_WEBAPP_INC(Code)



SWITCH_WEBAPP_XML
final public static String SWITCH_WEBAPP_XML(Code)



argPos
int argPos(Code)



args
String args(Code)



classPath
String classPath(Code)



createPackage
boolean createPackage(Code)



die
static int die(Code)



dieLevel
int dieLevel(Code)



dieOnExit
boolean dieOnExit(Code)



extensions
Vector extensions(Code)



fullstop
boolean fullstop(Code)



generateClasses
boolean generateClasses(Code)



ieClassId
String ieClassId(Code)



jspVerbosityLevel
int jspVerbosityLevel(Code)



largeFile
boolean largeFile(Code)



mappedFile
boolean mappedFile(Code)



scratchDir
File scratchDir(Code)



targetClassName
String targetClassName(Code)



targetPackage
String targetPackage(Code)



uriBase
String uriBase(Code)



uriRoot
String uriRoot(Code)



webxmlFile
String webxmlFile(Code)



webxmlLevel
int webxmlLevel(Code)




Constructor Detail
JspC
public JspC(String[] arg, PrintStream log)(Code)




Method Detail
getClassDebugInfo
public boolean getClassDebugInfo()(Code)



getClassPath
public String getClassPath()(Code)



getIeClassId
public String getIeClassId()(Code)



getJavaEncoding
public String getJavaEncoding()(Code)



getJspCompilerPath
public String getJspCompilerPath()(Code)



getJspCompilerPlugin
public Class getJspCompilerPlugin()(Code)



getJspVerbosityLevel
public int getJspVerbosityLevel()(Code)



getKeepGenerated
public boolean getKeepGenerated()(Code)



getLargeFile
public boolean getLargeFile()(Code)



getMappedFile
public boolean getMappedFile()(Code)
Are we supporting HTML mapped servlets?



getProtectionDomain
public Object getProtectionDomain()(Code)



getScratchDir
public File getScratchDir()(Code)



getSendErrorToClient
public boolean getSendErrorToClient()(Code)



main
public static void main(String arg)(Code)



parseFile
public boolean parseFile(PrintStream log, String file, Writer servletout, Writer mappingout)(Code)



parseFiles
public void parseFiles(PrintStream log) throws JasperException(Code)



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_va_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.