Java Doc for JspPropertyGroup.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » jsp » cfg » 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 » EJB Server resin 3.1.5 » resin » com.caucho.jsp.cfg 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.jsp.cfg.JspPropertyGroup

JspPropertyGroup
public class JspPropertyGroup (Code)
Configuration for the jsp-property-group.



Constructor Summary
public  JspPropertyGroup()
    
public  JspPropertyGroup(WebApp webApp)
    

Method Summary
public  voidaddIncludeCoda(String url)
     Adds a new coda inclusion.
public  voidaddIncludePrelude(String url)
     Adds a new prelude inclusion.
public  voidaddURLPattern(String urlPattern)
     Adds a URL pattern.
public  longgetDependencyCheckInterval()
     Gets the dependency check interval.
public  StringgetId()
     Returns the group's identifier.
public  booleangetIdeHack()
    
public  ArrayList<String>getIncludeCodaList()
     Returns the coda inclusion.
public  ArrayList<String>getIncludePreludeList()
     Returns the prelude inclusion.
public  intgetJspMax()
    
public  StringgetPageEncoding()
     Returns the default page encoding.
public  booleangetPrecompile()
     Return true if precompilation is allowed.
public  booleangetRequireSource()
     Set if the *.jsp source is required.
public  booleangetStaticPageGeneratesClass()
    
public  FileSetTypegetTldFileSet()
     Gets the tld fileset.
public  voidinit()
    
public  booleanisAutoCompile()
     Return true if auto-compilation is allowed.
public  booleanisDeferredSyntaxAllowedAsLiteral()
     Sets the deferred-syntax.
public  booleanisDisableLog()
     Returns true if JSP logging should be disabled.
public  BooleanisELIgnored()
     Return true if EL expressions are ignored for the JSP page.
public  booleanisFastJsf()
     Return true if fast jsf is allowed.
public  booleanisFastJstl()
     Return true if fast jstl is allowed.
public  booleanisIgnoreELException()
     Set true if EL exceptions should be ignored.
public  booleanisLoadTldOnInit()
     Set true when JSP pages should load tld files.
public  booleanisPrintNullAsBlank()
    
public  booleanisRecompileOnError()
     Sets the recompile-on-errrkReturns true if JSP logging should be disabled.
public  booleanisRecycleTags()
    
public  booleanisScriptingInvalid()
     Return true if scripting expressions are invalid for the JSP page.
public  booleanisSession()
     Return true if sessions are enabled by default.
public  booleanisStaticEncoding()
    
public  booleanisTrimDirectiveWhitespaces()
     True if whitespace is trimmed.
public  booleanisValidateTaglibSchema()
    
public  booleanisVelocityEnabled()
     Return true if velocity is allowed.
public  BooleanisXml()
     Return true if the JSP uses XML format.
public  booleanmatch(String url)
     Returns true if the property group matches the URL.
public  voidsetAutoCompile(boolean compile)
     Set if auto-compile is allowed.
public  voidsetDeferredSyntaxAllowedAsLiteral(boolean isAllowed)
     Sets the deferred-syntax.
public  voidsetDependencyCheckInterval(Period period)
     Sets the dependency check interval.
public  voidsetDescription(String description)
    
public  voidsetDisplayName(String displayName)
    
public  voidsetELIgnored(boolean isELIgnored)
     Set true if EL expressions are ignored for the JSP page.
public  voidsetFastJsf(boolean fastJsf)
     Set if fast jsf is allowed.
public  voidsetFastJstl(boolean fastJstl)
     Set if fast jstl is allowed.
public  voidsetId(String id)
     Sets the group's identifier.
public  voidsetIdeHack(boolean ideHack)
    
public  voidsetIgnoreELException(boolean ignore)
     Set true if EL exceptions should be ignored.
public  voidsetIsXml(boolean isXml)
     Return true if the JSP uses XML format.
public  voidsetJspMax(int max)
    
public  voidsetLoadTldOnInit(boolean isPreload)
     Set true when JSP pages should load tld files.
public  voidsetPageEncoding(String pageEncoding)
     Sets the default page encoding.
public  voidsetPrecompile(boolean precompile)
     Set if precompilation is allowed.
public  voidsetPrintNullAsBlank(boolean enable)
    
public  voidsetRecompileOnError(boolean recompile)
     Sets the recompile-on-errrkReturns true if JSP logging should be disabled.
public  voidsetRecycleTags(boolean recycleTags)
     Set if recycle tags is enabled.
public  voidsetRequireSource(boolean requireSource)
     Set if the *.jsp source is required.
public  voidsetScriptingInvalid(boolean isScriptingInvalid)
     Set true if scripting is invalid for the JSP page.
public  voidsetSession(boolean session)
    
public  voidsetStaticEncoding(boolean staticEncoding)
     Set if static encoding is enabled.
public  voidsetStaticPageGeneratesClass(boolean generate)
    
public  voidsetTldDir(Path tldDir)
     Sets a restriction of the tld dir.
public  voidsetTldFileSet(FileSetType fileSet)
     Sets the tld fileset.
public  voidsetTrimDirectiveWhitespaces(boolean isTrim)
     Set if whitespace is trimmed.
public  voidsetValidateTaglibSchema(boolean isValidate)
    
public  voidsetVelocityEnabled(boolean velocity)
     Set if velocity-style syntax is allowed.


Constructor Detail
JspPropertyGroup
public JspPropertyGroup()(Code)



JspPropertyGroup
public JspPropertyGroup(WebApp webApp)(Code)




Method Detail
addIncludeCoda
public void addIncludeCoda(String url)(Code)
Adds a new coda inclusion.



addIncludePrelude
public void addIncludePrelude(String url)(Code)
Adds a new prelude inclusion.



addURLPattern
public void addURLPattern(String urlPattern)(Code)
Adds a URL pattern.



getDependencyCheckInterval
public long getDependencyCheckInterval()(Code)
Gets the dependency check interval.



getId
public String getId()(Code)
Returns the group's identifier.



getIdeHack
public boolean getIdeHack()(Code)
Gets the value of the ide-hack



getIncludeCodaList
public ArrayList<String> getIncludeCodaList()(Code)
Returns the coda inclusion.



getIncludePreludeList
public ArrayList<String> getIncludePreludeList()(Code)
Returns the prelude inclusion.



getJspMax
public int getJspMax()(Code)
Gets the value of the jsp-max



getPageEncoding
public String getPageEncoding()(Code)
Returns the default page encoding.



getPrecompile
public boolean getPrecompile()(Code)
Return true if precompilation is allowed.



getRequireSource
public boolean getRequireSource()(Code)
Set if the *.jsp source is required.



getStaticPageGeneratesClass
public boolean getStaticPageGeneratesClass()(Code)
Set true if static pages should generate a class



getTldFileSet
public FileSetType getTldFileSet()(Code)
Gets the tld fileset.



init
public void init() throws ServletException(Code)



isAutoCompile
public boolean isAutoCompile()(Code)
Return true if auto-compilation is allowed.



isDeferredSyntaxAllowedAsLiteral
public boolean isDeferredSyntaxAllowedAsLiteral()(Code)
Sets the deferred-syntax.



isDisableLog
public boolean isDisableLog()(Code)
Returns true if JSP logging should be disabled.



isELIgnored
public Boolean isELIgnored()(Code)
Return true if EL expressions are ignored for the JSP page.



isFastJsf
public boolean isFastJsf()(Code)
Return true if fast jsf is allowed.



isFastJstl
public boolean isFastJstl()(Code)
Return true if fast jstl is allowed.



isIgnoreELException
public boolean isIgnoreELException()(Code)
Set true if EL exceptions should be ignored.



isLoadTldOnInit
public boolean isLoadTldOnInit()(Code)
Set true when JSP pages should load tld files.



isPrintNullAsBlank
public boolean isPrintNullAsBlank()(Code)
Set if nulls are printed as space



isRecompileOnError
public boolean isRecompileOnError()(Code)
Sets the recompile-on-errrkReturns true if JSP logging should be disabled.



isRecycleTags
public boolean isRecycleTags()(Code)
Return true if recycle tags is enabled



isScriptingInvalid
public boolean isScriptingInvalid()(Code)
Return true if scripting expressions are invalid for the JSP page.



isSession
public boolean isSession()(Code)
Return true if sessions are enabled by default.



isStaticEncoding
public boolean isStaticEncoding()(Code)
Return true if static encoding is enabled



isTrimDirectiveWhitespaces
public boolean isTrimDirectiveWhitespaces()(Code)
True if whitespace is trimmed.



isValidateTaglibSchema
public boolean isValidateTaglibSchema()(Code)
Set true if the taglibs should have the schema validated



isVelocityEnabled
public boolean isVelocityEnabled()(Code)
Return true if velocity is allowed.



isXml
public Boolean isXml()(Code)
Return true if the JSP uses XML format.



match
public boolean match(String url)(Code)
Returns true if the property group matches the URL.



setAutoCompile
public void setAutoCompile(boolean compile)(Code)
Set if auto-compile is allowed.



setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(boolean isAllowed)(Code)
Sets the deferred-syntax.



setDependencyCheckInterval
public void setDependencyCheckInterval(Period period)(Code)
Sets the dependency check interval.



setDescription
public void setDescription(String description)(Code)
Sets the group's description



setDisplayName
public void setDisplayName(String displayName)(Code)
Sets the group's display name



setELIgnored
public void setELIgnored(boolean isELIgnored)(Code)
Set true if EL expressions are ignored for the JSP page.



setFastJsf
public void setFastJsf(boolean fastJsf)(Code)
Set if fast jsf is allowed.



setFastJstl
public void setFastJstl(boolean fastJstl)(Code)
Set if fast jstl is allowed.



setId
public void setId(String id)(Code)
Sets the group's identifier.



setIdeHack
public void setIdeHack(boolean ideHack)(Code)
Sets true for the ide-hack



setIgnoreELException
public void setIgnoreELException(boolean ignore)(Code)
Set true if EL exceptions should be ignored.



setIsXml
public void setIsXml(boolean isXml)(Code)
Return true if the JSP uses XML format.



setJspMax
public void setJspMax(int max) throws ConfigException(Code)
Sets the jsp-max



setLoadTldOnInit
public void setLoadTldOnInit(boolean isPreload)(Code)
Set true when JSP pages should load tld files.



setPageEncoding
public void setPageEncoding(String pageEncoding)(Code)
Sets the default page encoding.



setPrecompile
public void setPrecompile(boolean precompile)(Code)
Set if precompilation is allowed.



setPrintNullAsBlank
public void setPrintNullAsBlank(boolean enable)(Code)
Set if nulls are printed as space



setRecompileOnError
public void setRecompileOnError(boolean recompile)(Code)
Sets the recompile-on-errrkReturns true if JSP logging should be disabled.



setRecycleTags
public void setRecycleTags(boolean recycleTags)(Code)
Set if recycle tags is enabled.



setRequireSource
public void setRequireSource(boolean requireSource)(Code)
Set if the *.jsp source is required.



setScriptingInvalid
public void setScriptingInvalid(boolean isScriptingInvalid)(Code)
Set true if scripting is invalid for the JSP page.



setSession
public void setSession(boolean session)(Code)
Set if sessions are enabled by default



setStaticEncoding
public void setStaticEncoding(boolean staticEncoding)(Code)
Set if static encoding is enabled.



setStaticPageGeneratesClass
public void setStaticPageGeneratesClass(boolean generate)(Code)
Set true if static pages should generate a class



setTldDir
public void setTldDir(Path tldDir)(Code)
Sets a restriction of the tld dir.



setTldFileSet
public void setTldFileSet(FileSetType fileSet)(Code)
Sets the tld fileset.



setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(boolean isTrim)(Code)
Set if whitespace is trimmed.



setValidateTaglibSchema
public void setValidateTaglibSchema(boolean isValidate)(Code)
Set true if the taglibs should have the schema validated



setVelocityEnabled
public void setVelocityEnabled(boolean velocity)(Code)
Set if velocity-style syntax is allowed.



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.