public class JspPropertyGroup extends java.lang.Object implements JspPropertyGroupDescriptor
Constructor and Description |
---|
JspPropertyGroup() |
JspPropertyGroup(WebApp webApp) |
Modifier and Type | Method and Description |
---|---|
void |
addIncludeCoda(java.lang.String url)
Adds a new coda inclusion.
|
void |
addIncludePrelude(java.lang.String url)
Adds a new prelude inclusion.
|
void |
addURLPattern(java.lang.String urlPattern)
Adds a URL pattern.
|
java.lang.String |
getBuffer() |
java.lang.String |
getCharacterEncoding() |
java.lang.String |
getDefaultContentType() |
java.lang.String |
getDeferredSyntaxAllowedAsLiteral() |
long |
getDependencyCheckInterval()
Gets the dependency check interval.
|
java.lang.String |
getElIgnored() |
java.lang.String |
getErrorOnUndeclaredNamespace() |
java.lang.String |
getId()
Returns the group's identifier.
|
boolean |
getIdeHack()
Gets the value of the ide-hack
|
java.util.ArrayList<java.lang.String> |
getIncludeCodaList()
Returns the coda inclusion.
|
java.util.Collection<java.lang.String> |
getIncludeCodas() |
java.util.ArrayList<java.lang.String> |
getIncludePreludeList()
Returns the prelude inclusion.
|
java.util.Collection<java.lang.String> |
getIncludePreludes() |
java.lang.String |
getIsXml() |
int |
getJspMax()
Gets the value of the jsp-max
|
java.lang.String |
getPageEncoding()
Returns the default page encoding.
|
boolean |
getPrecompile()
Return true if precompilation is allowed.
|
boolean |
getRequireSource()
Set if the *.jsp source is required.
|
java.lang.String |
getScriptingInvalid() |
boolean |
getStaticPageGeneratesClass()
Set true if static pages should generate a class
|
FileSetType |
getTldFileSet()
Gets the tld fileset.
|
java.lang.String |
getTrimDirectiveWhitespaces() |
java.util.Collection<java.lang.String> |
getUrlPatterns() |
void |
init() |
boolean |
isAutoCompile()
Return true if auto-compilation is allowed.
|
boolean |
isDeferredSyntaxAllowedAsLiteral()
Sets the deferred-syntax.
|
boolean |
isDisableLog()
Returns true if JSP logging should be disabled.
|
java.lang.Boolean |
isELIgnored()
Return true if EL expressions are ignored for the JSP page.
|
boolean |
isErrorOnUndeclaredNamespace() |
boolean |
isFastJsf()
Return true if fast jsf is allowed.
|
boolean |
isFastJstl()
Return true if fast jstl is allowed.
|
boolean |
isIgnoreELException()
Set true if EL exceptions should be ignored.
|
boolean |
isLoadTldOnInit()
Set true when JSP pages should load tld files.
|
boolean |
isPrintNullAsBlank()
Set if nulls are printed as space
|
boolean |
isRecompileOnError()
Sets the recompile-on-errrkReturns true if JSP logging should be disabled.
|
boolean |
isRecycleTags()
Return true if recycle tags is enabled
|
boolean |
isScriptingInvalid()
Return true if scripting expressions are invalid for the JSP page.
|
boolean |
isSession()
Return true if sessions are enabled by default.
|
boolean |
isStaticEncoding()
Return true if static encoding is enabled
|
boolean |
isTrimDirectiveWhitespaces()
True if whitespace is trimmed.
|
boolean |
isValidateTaglibSchema()
Set true if the taglibs should have the schema validated
|
boolean |
isVelocityEnabled()
Return true if velocity is allowed.
|
java.lang.Boolean |
isXml()
Return true if the JSP uses XML format.
|
boolean |
match(java.lang.String url)
Returns true if the property group matches the URL.
|
void |
setAutoCompile(boolean compile)
Set if auto-compile is allowed.
|
void |
setBuffer(java.lang.String buffer) |
void |
setCharacterEncoding(java.lang.String characterEncoding) |
void |
setDefaultContentType(java.lang.String defaultContentType) |
void |
setDeferredSyntaxAllowedAsLiteral(boolean isAllowed)
Sets the deferred-syntax.
|
void |
setDependencyCheckInterval(Period period)
Sets the dependency check interval.
|
void |
setDescription(java.lang.String description)
Sets the group's description
|
void |
setDisplayName(java.lang.String displayName)
Sets the group's display name
|
void |
setELIgnored(boolean isELIgnored)
Set true if EL expressions are ignored for the JSP page.
|
void |
setErrorOnUndeclaredNamespace(java.lang.Boolean errorOnUndeclaredNamespace) |
void |
setFastJsf(boolean fastJsf)
Set if fast jsf is allowed.
|
void |
setFastJstl(boolean fastJstl)
Set if fast jstl is allowed.
|
void |
setId(java.lang.String id)
Sets the group's identifier.
|
void |
setIdeHack(boolean ideHack)
Sets true for the ide-hack
|
void |
setIgnoreELException(boolean ignore)
Set true if EL exceptions should be ignored.
|
void |
setIsXml(boolean isXml)
Return true if the JSP uses XML format.
|
void |
setJspMax(int max)
Sets the jsp-max
|
void |
setLoadTldOnInit(boolean isPreload)
Set true when JSP pages should load tld files.
|
void |
setPageEncoding(java.lang.String pageEncoding)
Sets the default page encoding.
|
void |
setPrecompile(boolean precompile)
Set if precompilation is allowed.
|
void |
setPrintNullAsBlank(boolean enable)
Set if nulls are printed as space
|
void |
setRecompileOnError(boolean recompile)
Sets the recompile-on-errrkReturns true if JSP logging should be disabled.
|
void |
setRecycleTags(boolean recycleTags)
Set if recycle tags is enabled.
|
void |
setRequireSource(boolean requireSource)
Set if the *.jsp source is required.
|
void |
setScriptingInvalid(boolean isScriptingInvalid)
Set true if scripting is invalid for the JSP page.
|
void |
setSession(boolean session)
Set if sessions are enabled by default
|
void |
setStaticEncoding(boolean staticEncoding)
Set if static encoding is enabled.
|
void |
setStaticPageGeneratesClass(boolean generate)
Set true if static pages should generate a class
|
void |
setTldDir(Path tldDir)
Sets a restriction of the tld dir.
|
void |
setTldFileSet(FileSetType fileSet)
Sets the tld fileset.
|
void |
setTrimDirectiveWhitespaces(boolean isTrim)
Set if whitespace is trimmed.
|
void |
setValidateTaglibSchema(boolean isValidate)
Set true if the taglibs should have the schema validated
|
void |
setVelocityEnabled(boolean velocity)
Set if velocity-style syntax is allowed.
|
public JspPropertyGroup()
public JspPropertyGroup(WebApp webApp)
public java.lang.String getId()
public void setId(java.lang.String id)
public void setDescription(java.lang.String description)
public void setDisplayName(java.lang.String displayName)
public void addURLPattern(java.lang.String urlPattern)
public java.util.Collection<java.lang.String> getUrlPatterns()
getUrlPatterns
in interface JspPropertyGroupDescriptor
public void setPageEncoding(java.lang.String pageEncoding)
public java.lang.String getPageEncoding()
getPageEncoding
in interface JspPropertyGroupDescriptor
public void setELIgnored(boolean isELIgnored)
public java.lang.Boolean isELIgnored()
public java.lang.String getElIgnored()
getElIgnored
in interface JspPropertyGroupDescriptor
public void setLoadTldOnInit(boolean isPreload)
public boolean isLoadTldOnInit()
public void setDependencyCheckInterval(Period period)
public long getDependencyCheckInterval()
public void setScriptingInvalid(boolean isScriptingInvalid)
public boolean isScriptingInvalid()
public java.lang.String getScriptingInvalid()
getScriptingInvalid
in interface JspPropertyGroupDescriptor
public void setIsXml(boolean isXml)
public java.lang.Boolean isXml()
public java.lang.String getIsXml()
getIsXml
in interface JspPropertyGroupDescriptor
public void addIncludePrelude(java.lang.String url)
public java.util.ArrayList<java.lang.String> getIncludePreludeList()
public java.util.Collection<java.lang.String> getIncludePreludes()
getIncludePreludes
in interface JspPropertyGroupDescriptor
public void addIncludeCoda(java.lang.String url)
public java.util.ArrayList<java.lang.String> getIncludeCodaList()
public java.util.Collection<java.lang.String> getIncludeCodas()
getIncludeCodas
in interface JspPropertyGroupDescriptor
public java.lang.String getCharacterEncoding()
public void setCharacterEncoding(java.lang.String characterEncoding)
public void setPrecompile(boolean precompile)
public boolean getPrecompile()
public boolean isAutoCompile()
public void setAutoCompile(boolean compile)
public void setRequireSource(boolean requireSource)
public boolean getRequireSource()
public void setPrintNullAsBlank(boolean enable)
public boolean isPrintNullAsBlank()
public boolean isIgnoreELException()
public void setIgnoreELException(boolean ignore)
public void setFastJstl(boolean fastJstl)
public boolean isFastJstl()
public void setFastJsf(boolean fastJsf)
public boolean isFastJsf()
public void setVelocityEnabled(boolean velocity)
public boolean isVelocityEnabled()
public void setSession(boolean session)
public boolean isSession()
public void setStaticEncoding(boolean staticEncoding)
public boolean isStaticEncoding()
public void setRecycleTags(boolean recycleTags)
public boolean isRecycleTags()
public void setIdeHack(boolean ideHack)
public boolean getIdeHack()
public void setJspMax(int max) throws ConfigException
ConfigException
public int getJspMax()
public boolean isDisableLog()
public void setDeferredSyntaxAllowedAsLiteral(boolean isAllowed)
public boolean isDeferredSyntaxAllowedAsLiteral()
public java.lang.String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupDescriptor
public java.lang.String getDefaultContentType()
getDefaultContentType
in interface JspPropertyGroupDescriptor
public void setDefaultContentType(java.lang.String defaultContentType)
public java.lang.String getBuffer()
getBuffer
in interface JspPropertyGroupDescriptor
public void setBuffer(java.lang.String buffer)
public boolean isErrorOnUndeclaredNamespace()
public java.lang.String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace
in interface JspPropertyGroupDescriptor
public void setErrorOnUndeclaredNamespace(java.lang.Boolean errorOnUndeclaredNamespace)
public void setRecompileOnError(boolean recompile)
public boolean isRecompileOnError()
public void setValidateTaglibSchema(boolean isValidate)
public boolean isValidateTaglibSchema()
public void setTldFileSet(FileSetType fileSet)
public FileSetType getTldFileSet()
public void setTldDir(Path tldDir)
public void setStaticPageGeneratesClass(boolean generate)
public boolean getStaticPageGeneratesClass()
public boolean isTrimDirectiveWhitespaces()
public void setTrimDirectiveWhitespaces(boolean isTrim)
public java.lang.String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces
in interface JspPropertyGroupDescriptor
@PostConstruct public void init() throws ServletException
ServletException
public boolean match(java.lang.String url)