Java Doc for PageInfo.java in  » Sevlet-Container » apache-tomcat-6.0.14 » org » apache » jasper » compiler » 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 » Sevlet Container » apache tomcat 6.0.14 » org.apache.jasper.compiler 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.jasper.compiler.PageInfo

PageInfo
class PageInfo (Code)
A repository for various info about the translation unit under compilation.
author:
   Kin-man Chung



Constructor Summary
 PageInfo(BeanRepository beanRepository, String jspFile)
    

Method Summary
public  voidaddDependant(String d)
    
public  voidaddImport(String imp)
    
public  voidaddImports(List imports)
    
public  voidaddPrefix(String prefix)
    
public  voidaddPrefixMapping(String prefix, String uri)
    
public  voidaddTaglib(String uri, TagLibraryInfo info)
    
public  booleancontainsPrefix(String prefix)
    
public  StringgetAutoFlush()
    
public  BeanRepositorygetBeanRepository()
    
public  intgetBuffer()
    
public  StringgetBufferValue()
    
public  StringgetContentType()
    
public  StringgetDeferredSyntaxAllowedAsLiteral()
    
public  ListgetDependants()
    
public  StringgetDoctypeName()
    
public  StringgetDoctypePublic()
    
public  StringgetDoctypeSystem()
    
public  StringgetErrorPage()
    
public  ExpressionFactorygetExpressionFactory()
    
public  StringgetExtends(boolean useDefault)
     Gets the value of the 'extends' page directive attribute.
public  StringgetExtends()
     Gets the value of the 'extends' page directive attribute.
public  ListgetImports()
    
public  ListgetIncludeCoda()
    
public  ListgetIncludePrelude()
    
public  StringgetInfo()
    
public  StringgetIsELIgnored()
    
public  StringgetIsErrorPage()
    
public  StringgetIsThreadSafe()
    
public  StringgetJspFile()
    
public  StringgetLanguage(boolean useDefault)
    
public  StringgetLanguage()
    
public  MarkgetNonCustomTagPrefix(String prefix)
    
public  StringgetOmitXmlDecl()
    
public  StringgetSession()
    
public  TagLibraryInfogetTaglib(String uri)
    
public  CollectiongetTaglibs()
    
public  StringgetTrimDirectiveWhitespaces()
    
public  StringgetURI(String prefix)
    
public  booleanhasJspRoot()
    
public  booleanhasTaglib(String uri)
    
public  booleanisAutoFlush()
    
public  booleanisDeferredSyntaxAllowedAsLiteral()
    
public  booleanisELIgnored()
    
public  booleanisErrorPage()
    
public  booleanisJspPrefixHijacked()
    
public  booleanisPluginDeclared(String id)
     Check if the plugin ID has been previously declared.
public  booleanisScriptingInvalid()
    
public  booleanisScriptless()
    
public  booleanisSession()
    
public  booleanisThreadSafe()
    
public  booleanisTrimDirectiveWhitespaces()
    
public  voidpopPrefixMapping(String prefix)
    
public  voidpushPrefixMapping(String prefix, String uri)
    
public  voidputNonCustomTagPrefix(String prefix, Mark where)
    
public  voidsetAutoFlush(String value, Node n, ErrorDispatcher err)
    
public  voidsetBufferValue(String value, Node n, ErrorDispatcher err)
    
public  voidsetContentType(String value)
    
public  voidsetDeferredSyntaxAllowedAsLiteral(String value, Node n, ErrorDispatcher err, boolean pagedir)
    
public  voidsetDeferredSyntaxAllowedAsLiteral(boolean isELDeferred)
    
public  voidsetDoctypeName(String doctypeName)
    
public  voidsetDoctypePublic(String doctypePublic)
    
public  voidsetDoctypeSystem(String doctypeSystem)
    
public  voidsetELIgnored(boolean s)
    
public  voidsetErrorPage(String value)
    
public  voidsetExtends(String value, Node.PageDirective n)
    
public  voidsetHasJspRoot(boolean s)
    
public  voidsetIncludeCoda(Vector coda)
    
public  voidsetIncludePrelude(Vector prelude)
    
public  voidsetInfo(String value)
    
public  voidsetIsELIgnored(String value, Node n, ErrorDispatcher err, boolean pagedir)
    
public  voidsetIsErrorPage(String value, Node n, ErrorDispatcher err)
    
public  voidsetIsJspPrefixHijacked(boolean isHijacked)
    
public  voidsetIsThreadSafe(String value, Node n, ErrorDispatcher err)
    
public  voidsetLanguage(String value, Node n, ErrorDispatcher err, boolean pagedir)
    
public  voidsetOmitXmlDecl(String omit)
    
public  voidsetScriptingInvalid(boolean s)
    
public  voidsetScriptless(boolean s)
    
public  voidsetSession(String value, Node n, ErrorDispatcher err)
    
public  voidsetTrimDirectiveWhitespaces(String value, Node n, ErrorDispatcher err, boolean pagedir)
    
public  voidsetTrimDirectiveWhitespaces(boolean trimDirectiveWhitespaces)
    


Constructor Detail
PageInfo
PageInfo(BeanRepository beanRepository, String jspFile)(Code)




Method Detail
addDependant
public void addDependant(String d)(Code)



addImport
public void addImport(String imp)(Code)



addImports
public void addImports(List imports)(Code)



addPrefix
public void addPrefix(String prefix)(Code)



addPrefixMapping
public void addPrefixMapping(String prefix, String uri)(Code)



addTaglib
public void addTaglib(String uri, TagLibraryInfo info)(Code)



containsPrefix
public boolean containsPrefix(String prefix)(Code)



getAutoFlush
public String getAutoFlush()(Code)



getBeanRepository
public BeanRepository getBeanRepository()(Code)



getBuffer
public int getBuffer()(Code)



getBufferValue
public String getBufferValue()(Code)



getContentType
public String getContentType()(Code)



getDeferredSyntaxAllowedAsLiteral
public String getDeferredSyntaxAllowedAsLiteral()(Code)



getDependants
public List getDependants()(Code)



getDoctypeName
public String getDoctypeName()(Code)



getDoctypePublic
public String getDoctypePublic()(Code)



getDoctypeSystem
public String getDoctypeSystem()(Code)



getErrorPage
public String getErrorPage()(Code)



getExpressionFactory
public ExpressionFactory getExpressionFactory()(Code)



getExtends
public String getExtends(boolean useDefault)(Code)
Gets the value of the 'extends' page directive attribute.
Parameters:
  useDefault - TRUE if the default(org.apache.jasper.runtime.HttpJspBase) should be returned if thisattribute has not been set, FALSE otherwise The value of the 'extends' page directive attribute, or thedefault (org.apache.jasper.runtime.HttpJspBase) if this attribute hasnot been set and useDefault is TRUE



getExtends
public String getExtends()(Code)
Gets the value of the 'extends' page directive attribute. The value of the 'extends' page directive attribute, or thedefault (org.apache.jasper.runtime.HttpJspBase) if this attribute hasnot been set



getImports
public List getImports()(Code)



getIncludeCoda
public List getIncludeCoda()(Code)



getIncludePrelude
public List getIncludePrelude()(Code)



getInfo
public String getInfo()(Code)



getIsELIgnored
public String getIsELIgnored()(Code)



getIsErrorPage
public String getIsErrorPage()(Code)



getIsThreadSafe
public String getIsThreadSafe()(Code)



getJspFile
public String getJspFile()(Code)



getLanguage
public String getLanguage(boolean useDefault)(Code)



getLanguage
public String getLanguage()(Code)



getNonCustomTagPrefix
public Mark getNonCustomTagPrefix(String prefix)(Code)



getOmitXmlDecl
public String getOmitXmlDecl()(Code)



getSession
public String getSession()(Code)



getTaglib
public TagLibraryInfo getTaglib(String uri)(Code)



getTaglibs
public Collection getTaglibs()(Code)



getTrimDirectiveWhitespaces
public String getTrimDirectiveWhitespaces()(Code)



getURI
public String getURI(String prefix)(Code)



hasJspRoot
public boolean hasJspRoot()(Code)



hasTaglib
public boolean hasTaglib(String uri)(Code)



isAutoFlush
public boolean isAutoFlush()(Code)



isDeferredSyntaxAllowedAsLiteral
public boolean isDeferredSyntaxAllowedAsLiteral()(Code)



isELIgnored
public boolean isELIgnored()(Code)



isErrorPage
public boolean isErrorPage()(Code)



isJspPrefixHijacked
public boolean isJspPrefixHijacked()(Code)



isPluginDeclared
public boolean isPluginDeclared(String id)(Code)
Check if the plugin ID has been previously declared. Make a not that this Id is now declared. true if Id has been declared.



isScriptingInvalid
public boolean isScriptingInvalid()(Code)



isScriptless
public boolean isScriptless()(Code)



isSession
public boolean isSession()(Code)



isThreadSafe
public boolean isThreadSafe()(Code)



isTrimDirectiveWhitespaces
public boolean isTrimDirectiveWhitespaces()(Code)



popPrefixMapping
public void popPrefixMapping(String prefix)(Code)



pushPrefixMapping
public void pushPrefixMapping(String prefix, String uri)(Code)



putNonCustomTagPrefix
public void putNonCustomTagPrefix(String prefix, Mark where)(Code)



setAutoFlush
public void setAutoFlush(String value, Node n, ErrorDispatcher err) throws JasperException(Code)



setBufferValue
public void setBufferValue(String value, Node n, ErrorDispatcher err) throws JasperException(Code)



setContentType
public void setContentType(String value)(Code)



setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(String value, Node n, ErrorDispatcher err, boolean pagedir) throws JasperException(Code)



setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(boolean isELDeferred)(Code)



setDoctypeName
public void setDoctypeName(String doctypeName)(Code)



setDoctypePublic
public void setDoctypePublic(String doctypePublic)(Code)



setDoctypeSystem
public void setDoctypeSystem(String doctypeSystem)(Code)



setELIgnored
public void setELIgnored(boolean s)(Code)



setErrorPage
public void setErrorPage(String value)(Code)



setExtends
public void setExtends(String value, Node.PageDirective n)(Code)



setHasJspRoot
public void setHasJspRoot(boolean s)(Code)



setIncludeCoda
public void setIncludeCoda(Vector coda)(Code)



setIncludePrelude
public void setIncludePrelude(Vector prelude)(Code)



setInfo
public void setInfo(String value)(Code)



setIsELIgnored
public void setIsELIgnored(String value, Node n, ErrorDispatcher err, boolean pagedir) throws JasperException(Code)



setIsErrorPage
public void setIsErrorPage(String value, Node n, ErrorDispatcher err) throws JasperException(Code)



setIsJspPrefixHijacked
public void setIsJspPrefixHijacked(boolean isHijacked)(Code)



setIsThreadSafe
public void setIsThreadSafe(String value, Node n, ErrorDispatcher err) throws JasperException(Code)



setLanguage
public void setLanguage(String value, Node n, ErrorDispatcher err, boolean pagedir) throws JasperException(Code)



setOmitXmlDecl
public void setOmitXmlDecl(String omit)(Code)



setScriptingInvalid
public void setScriptingInvalid(boolean s)(Code)



setScriptless
public void setScriptless(boolean s)(Code)



setSession
public void setSession(String value, Node n, ErrorDispatcher err) throws JasperException(Code)



setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(String value, Node n, ErrorDispatcher err, boolean pagedir) throws JasperException(Code)



setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(boolean trimDirectiveWhitespaces)(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)

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