javax.servlet.descriptor
Interface JspPropertyGroupDescriptor
public interface JspPropertyGroupDescriptor
- Since:
- Servlet 3.0
- Version:
- $Rev: 902019 $ $Date: 2010-01-22 08:42:36 +0100 (Fr, 22. Jan 2010) $
getBuffer
String getBuffer()
getDefaultContentType
String getDefaultContentType()
getDeferredSyntaxAllowedAsLiteral
String getDeferredSyntaxAllowedAsLiteral()
getElIgnored
String getElIgnored()
getErrorOnUndeclaredNamespace
String getErrorOnUndeclaredNamespace()
getIncludeCodas
Collection<String> getIncludeCodas()
getIncludePreludes
Collection<String> getIncludePreludes()
getIsXml
String getIsXml()
getPageEncoding
String getPageEncoding()
getScriptingInvalid
String getScriptingInvalid()
getTrimDirectiveWhitespaces
String getTrimDirectiveWhitespaces()
getUrlPatterns
Collection<String> getUrlPatterns()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.