public class PageInfo extends Object
Modifier and Type | Method and Description |
---|---|
void |
addDependant(String d) |
void |
addImport(String imp) |
void |
addImports(List imports) |
void |
addPrefix(String prefix) |
void |
addPrefixMapping(String prefix,
String uri) |
void |
addTaglib(String uri,
javax.servlet.jsp.tagext.TagLibraryInfo info) |
boolean |
containsPrefix(String prefix) |
String |
getAutoFlush() |
org.tinygroup.jspengine.compiler.BeanRepository |
getBeanRepository() |
int |
getBuffer() |
String |
getBufferValue() |
String |
getContentType() |
String |
getDeferredSyntaxAllowedAsLiteral() |
List |
getDependants() |
String |
getDoctypeName() |
String |
getDoctypePublic() |
String |
getDoctypeSystem() |
String |
getErrorPage() |
String |
getExtends()
Gets the value of the 'extends' page directive attribute.
|
String |
getExtends(boolean useDefault)
Gets the value of the 'extends' page directive attribute.
|
List |
getImports() |
List |
getIncludeCoda() |
List |
getIncludePrelude() |
String |
getInfo() |
String |
getIsELIgnored() |
String |
getIsErrorPage() |
String |
getIsThreadSafe() |
String |
getJspFile() |
String |
getLanguage() |
String |
getLanguage(boolean useDefault) |
int |
getMaxTagNesting() |
org.tinygroup.jspengine.compiler.Mark |
getNonCustomTagPrefix(String prefix) |
String |
getOmitXmlDecl() |
String |
getSession() |
javax.servlet.jsp.tagext.TagLibraryInfo |
getTaglib(String uri) |
Collection |
getTaglibs() |
String |
getTrimDirectiveWhitespaces() |
String |
getURI(String prefix) |
boolean |
hasJspRoot() |
boolean |
hasTaglib(String uri) |
boolean |
isAutoFlush() |
boolean |
isDeferredSyntaxAllowedAsLiteral() |
boolean |
isELIgnored() |
boolean |
isErrorPage() |
boolean |
isJspPrefixHijacked() |
boolean |
isPluginDeclared(String id)
Check if the plugin ID has been previously declared.
|
boolean |
isScriptingInvalid() |
boolean |
isScriptless() |
boolean |
isSession() |
boolean |
isThreadSafe() |
boolean |
isTrimDirectiveWhitespaces() |
void |
popPrefixMapping(String prefix) |
void |
pushPrefixMapping(String prefix,
String uri) |
void |
putNonCustomTagPrefix(String prefix,
org.tinygroup.jspengine.compiler.Mark where) |
void |
setAutoFlush(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err) |
void |
setBuffer(int size) |
void |
setBufferValue(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err) |
void |
setContentType(String value) |
void |
setDeferredSyntaxAllowedAsLiteral(boolean s) |
void |
setDeferredSyntaxAllowedAsLiteral(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
setDoctypeName(String doctypeName) |
void |
setDoctypePublic(String doctypePublic) |
void |
setDoctypeSystem(String doctypeSystem) |
void |
setELIgnored(boolean s) |
void |
setErrorPage(String value) |
void |
setExtends(String value,
Node.PageDirective n) |
void |
setHasJspRoot(boolean s) |
void |
setIncludeCoda(Vector coda) |
void |
setIncludePrelude(Vector prelude) |
void |
setInfo(String value) |
void |
setIsELIgnored(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
setIsErrorPage(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err) |
void |
setIsJspPrefixHijacked(boolean isHijacked) |
void |
setIsThreadSafe(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err) |
void |
setLanguage(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
setMaxTagNesting(int maxTagNesting) |
void |
setOmitXmlDecl(String omit) |
void |
setScriptingInvalid(boolean s) |
void |
setScriptless(boolean s) |
void |
setSession(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err) |
void |
setTrimDirectiveWhitespaces(boolean s) |
void |
setTrimDirectiveWhitespaces(String value,
org.tinygroup.jspengine.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
public boolean isPluginDeclared(String id)
public void addImports(List imports)
public void addImport(String imp)
public List getImports()
public String getJspFile()
public void addDependant(String d)
public List getDependants()
public org.tinygroup.jspengine.compiler.BeanRepository getBeanRepository()
public int getMaxTagNesting()
public void setMaxTagNesting(int maxTagNesting)
public boolean isScriptless()
public void setScriptless(boolean s)
public boolean isScriptingInvalid()
public void setScriptingInvalid(boolean s)
public List getIncludePrelude()
public void setIncludePrelude(Vector prelude)
public List getIncludeCoda()
public void setIncludeCoda(Vector coda)
public void setHasJspRoot(boolean s)
public boolean hasJspRoot()
public String getOmitXmlDecl()
public void setOmitXmlDecl(String omit)
public String getDoctypeName()
public void setDoctypeName(String doctypeName)
public String getDoctypeSystem()
public void setDoctypeSystem(String doctypeSystem)
public String getDoctypePublic()
public void setDoctypePublic(String doctypePublic)
public void setIsJspPrefixHijacked(boolean isHijacked)
public boolean isJspPrefixHijacked()
public void addPrefix(String prefix)
public boolean containsPrefix(String prefix)
public void addTaglib(String uri, javax.servlet.jsp.tagext.TagLibraryInfo info)
public javax.servlet.jsp.tagext.TagLibraryInfo getTaglib(String uri)
public Collection getTaglibs()
public boolean hasTaglib(String uri)
public void popPrefixMapping(String prefix)
public void setLanguage(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err, boolean pagedir) throws JasperException
JasperException
public String getLanguage(boolean useDefault)
public String getLanguage()
public void setExtends(String value, Node.PageDirective n)
public String getExtends(boolean useDefault)
useDefault
- TRUE if the default
(org.tinygroup.jspengine.runtime.HttpJspBase) should be returned if this
attribute has not been set, FALSE otherwisepublic String getExtends()
public String getContentType()
public void setContentType(String value)
public void setBufferValue(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err) throws JasperException
JasperException
public String getBufferValue()
public int getBuffer()
public void setBuffer(int size)
public void setSession(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err) throws JasperException
JasperException
public String getSession()
public boolean isSession()
public void setAutoFlush(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err) throws JasperException
JasperException
public String getAutoFlush()
public boolean isAutoFlush()
public void setIsThreadSafe(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err) throws JasperException
JasperException
public String getIsThreadSafe()
public boolean isThreadSafe()
public String getInfo()
public void setInfo(String value)
public String getErrorPage()
public void setIsErrorPage(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err) throws JasperException
JasperException
public String getIsErrorPage()
public boolean isErrorPage()
public void setErrorPage(String value)
public void setIsELIgnored(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err, boolean pagedir) throws JasperException
JasperException
public String getIsELIgnored()
public boolean isELIgnored()
public void setELIgnored(boolean s)
public void setDeferredSyntaxAllowedAsLiteral(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err, boolean pagedir) throws JasperException
JasperException
public String getDeferredSyntaxAllowedAsLiteral()
public boolean isDeferredSyntaxAllowedAsLiteral()
public void setDeferredSyntaxAllowedAsLiteral(boolean s)
public void setTrimDirectiveWhitespaces(String value, org.tinygroup.jspengine.compiler.Node n, ErrorDispatcher err, boolean pagedir) throws JasperException
JasperException
public String getTrimDirectiveWhitespaces()
public boolean isTrimDirectiveWhitespaces()
public void setTrimDirectiveWhitespaces(boolean s)
public void putNonCustomTagPrefix(String prefix, org.tinygroup.jspengine.compiler.Mark where)
public org.tinygroup.jspengine.compiler.Mark getNonCustomTagPrefix(String prefix)
Copyright © 2006–2018 TinyGroup. All rights reserved.