com.sun.grizzly.http.webxml.schema
Class JspPropertyGroup

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.JspPropertyGroup

public class JspPropertyGroup
extends Object


Field Summary
 String buffer
           
 String defaultContentType
           
 boolean deferredSyntaxAllowedAsLiteral
           
 List<String> description
           
 List<String> displayName
           
 boolean elIgnored
           
 boolean errorOnUndeclaredNamespace
           
 List<Icon> icon
           
 List<String> includeCoda
           
 List<String> includePrelude
           
 boolean isXml
           
 String pageEncoding
           
 boolean scriptingInvalid
           
 boolean trimDirectiveWhitespaces
           
 List<String> urlPattern
           
 
Constructor Summary
JspPropertyGroup()
           
 
Method Summary
 String getBuffer()
           
 String getDefaultContentType()
           
 boolean getDeferredSyntaxAllowedAsLiteral()
           
 List<String> getDescription()
           
 List<String> getDisplayName()
           
 boolean getElIgnored()
           
 boolean getErrorOnUndeclaredNamespace()
           
 List<Icon> getIcon()
           
 List<String> getIncludeCoda()
           
 List<String> getIncludePrelude()
           
 boolean getIsXml()
           
 String getPageEncoding()
           
 boolean getScriptingInvalid()
           
 boolean getTrimDirectiveWhitespaces()
           
 List<String> getUrlPattern()
           
 void setBuffer(String buffer)
           
 void setDefaultContentType(String defaultContentType)
           
 void setDeferredSyntaxAllowedAsLiteral(boolean deferredSyntaxAllowedAsLiteral)
           
 void setDescription(List<String> description)
           
 void setDisplayName(List<String> displayName)
           
 void setElIgnored(boolean elIgnored)
           
 void setErrorOnUndeclaredNamespace(boolean errorOnUndeclaredNamespace)
           
 void setIcon(List<Icon> icon)
           
 void setIncludeCoda(List<String> includeCoda)
           
 void setIncludePrelude(List<String> includePrelude)
           
 void setIsXml(boolean isXml)
           
 void setPageEncoding(String pageEncoding)
           
 void setScriptingInvalid(boolean scriptingInvalid)
           
 void setTrimDirectiveWhitespaces(boolean trimDirectiveWhitespaces)
           
 void setUrlPattern(List<String> urlPattern)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public List<String> description

displayName

public List<String> displayName

icon

public List<Icon> icon

urlPattern

public List<String> urlPattern

elIgnored

public boolean elIgnored

pageEncoding

public String pageEncoding

scriptingInvalid

public boolean scriptingInvalid

isXml

public boolean isXml

includePrelude

public List<String> includePrelude

includeCoda

public List<String> includeCoda

deferredSyntaxAllowedAsLiteral

public boolean deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

public boolean trimDirectiveWhitespaces

defaultContentType

public String defaultContentType

buffer

public String buffer

errorOnUndeclaredNamespace

public boolean errorOnUndeclaredNamespace
Constructor Detail

JspPropertyGroup

public JspPropertyGroup()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getDisplayName

public List<String> getDisplayName()

setDisplayName

public void setDisplayName(List<String> displayName)

getIcon

public List<Icon> getIcon()

setIcon

public void setIcon(List<Icon> icon)

getUrlPattern

public List<String> getUrlPattern()

setUrlPattern

public void setUrlPattern(List<String> urlPattern)

getElIgnored

public boolean getElIgnored()

setElIgnored

public void setElIgnored(boolean elIgnored)

getPageEncoding

public String getPageEncoding()

setPageEncoding

public void setPageEncoding(String pageEncoding)

getScriptingInvalid

public boolean getScriptingInvalid()

setScriptingInvalid

public void setScriptingInvalid(boolean scriptingInvalid)

getIsXml

public boolean getIsXml()

setIsXml

public void setIsXml(boolean isXml)

getIncludePrelude

public List<String> getIncludePrelude()

setIncludePrelude

public void setIncludePrelude(List<String> includePrelude)

getIncludeCoda

public List<String> getIncludeCoda()

setIncludeCoda

public void setIncludeCoda(List<String> includeCoda)

getDeferredSyntaxAllowedAsLiteral

public boolean getDeferredSyntaxAllowedAsLiteral()

setDeferredSyntaxAllowedAsLiteral

public void setDeferredSyntaxAllowedAsLiteral(boolean deferredSyntaxAllowedAsLiteral)

getTrimDirectiveWhitespaces

public boolean getTrimDirectiveWhitespaces()

setTrimDirectiveWhitespaces

public void setTrimDirectiveWhitespaces(boolean trimDirectiveWhitespaces)

getDefaultContentType

public String getDefaultContentType()

setDefaultContentType

public void setDefaultContentType(String defaultContentType)

getBuffer

public String getBuffer()

setBuffer

public void setBuffer(String buffer)

getErrorOnUndeclaredNamespace

public boolean getErrorOnUndeclaredNamespace()

setErrorOnUndeclaredNamespace

public void setErrorOnUndeclaredNamespace(boolean errorOnUndeclaredNamespace)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.