org.eclipse.jetty.servlet
Class ServletContextHandler.JspPropertyGroup
java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- All Implemented Interfaces:
- javax.servlet.descriptor.JspPropertyGroupDescriptor
- Enclosing class:
- ServletContextHandler
public static class ServletContextHandler.JspPropertyGroup
- extends java.lang.Object
- implements javax.servlet.descriptor.JspPropertyGroupDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServletContextHandler.JspPropertyGroup
public ServletContextHandler.JspPropertyGroup()
getUrlPatterns
public java.util.Collection<java.lang.String> getUrlPatterns()
- Specified by:
getUrlPatterns
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getUrlPatterns()
addUrlPattern
public void addUrlPattern(java.lang.String s)
getElIgnored
public java.lang.String getElIgnored()
- Specified by:
getElIgnored
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getElIgnored()
setElIgnored
public void setElIgnored(java.lang.String s)
getPageEncoding
public java.lang.String getPageEncoding()
- Specified by:
getPageEncoding
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getPageEncoding()
setPageEncoding
public void setPageEncoding(java.lang.String pageEncoding)
setScriptingInvalid
public void setScriptingInvalid(java.lang.String scriptingInvalid)
setIsXml
public void setIsXml(java.lang.String isXml)
setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(java.lang.String deferredSyntaxAllowedAsLiteral)
setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(java.lang.String trimDirectiveWhitespaces)
setDefaultContentType
public void setDefaultContentType(java.lang.String defaultContentType)
setBuffer
public void setBuffer(java.lang.String buffer)
setErrorOnUndeclaredNamespace
public void setErrorOnUndeclaredNamespace(java.lang.String errorOnUndeclaredNamespace)
getScriptingInvalid
public java.lang.String getScriptingInvalid()
- Specified by:
getScriptingInvalid
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getScriptingInvalid()
getIsXml
public java.lang.String getIsXml()
- Specified by:
getIsXml
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIsXml()
getIncludePreludes
public java.util.Collection<java.lang.String> getIncludePreludes()
- Specified by:
getIncludePreludes
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIncludePreludes()
addIncludePrelude
public void addIncludePrelude(java.lang.String prelude)
getIncludeCodas
public java.util.Collection<java.lang.String> getIncludeCodas()
- Specified by:
getIncludeCodas
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getIncludeCodas()
addIncludeCoda
public void addIncludeCoda(java.lang.String coda)
getDeferredSyntaxAllowedAsLiteral
public java.lang.String getDeferredSyntaxAllowedAsLiteral()
- Specified by:
getDeferredSyntaxAllowedAsLiteral
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()
getTrimDirectiveWhitespaces
public java.lang.String getTrimDirectiveWhitespaces()
- Specified by:
getTrimDirectiveWhitespaces
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()
getDefaultContentType
public java.lang.String getDefaultContentType()
- Specified by:
getDefaultContentType
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getDefaultContentType()
getBuffer
public java.lang.String getBuffer()
- Specified by:
getBuffer
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getBuffer()
getErrorOnUndeclaredNamespace
public java.lang.String getErrorOnUndeclaredNamespace()
- Specified by:
getErrorOnUndeclaredNamespace
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
- See Also:
JspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012. All Rights Reserved.