Class SunWebAppImpl
-
- All Implemented Interfaces:
SunWebApp,Serializable
public class SunWebAppImpl extends WebPropertyContainer implements SunWebApp
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.glassfish.web.deployment.runtime.WebPropertyContainer
NAME, PROPERTY, VALUE
-
Fields inherited from class com.sun.enterprise.deployment.runtime.RuntimeDescriptor
propListeners
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
Fields inherited from interface com.sun.enterprise.deployment.runtime.web.SunWebApp
CACHE, CLASS_LOADER, DEFAULT_CHARSET, ERROR_URL, FORM_HINT_FIELD, HTTPSERVLET_SECURITY_PROVIDER, IDEMPOTENT_URL_PATTERN, JSP_CONFIG, LOCALE_CHARSET_INFO, PARAMETER_ENCODING, SECURITY_ROLE_ASSIGNMENT, SECURITY_ROLE_MAPPING, SERVLET, SESSION_CONFIG, VALVE
-
-
Constructor Summary
Constructors Constructor Description SunWebAppImpl()
-
Method Summary
-
Methods inherited from class org.glassfish.web.deployment.runtime.WebPropertyContainer
addWebProperty, getWebProperty, getWebProperty, removeWebProperty, setWebProperty, setWebProperty, sizeWebProperty
-
Methods inherited from class com.sun.enterprise.deployment.runtime.RuntimeDescriptor
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, size
-
Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sun.enterprise.deployment.runtime.web.SunWebApp
getAttributeValue
-
-
-
-
Method Detail
-
setSecurityRoleMapping
public void setSecurityRoleMapping(int index, SecurityRoleMapping value)- Specified by:
setSecurityRoleMappingin interfaceSunWebApp
-
getSecurityRoleMapping
public SecurityRoleMapping getSecurityRoleMapping(int index)
- Specified by:
getSecurityRoleMappingin interfaceSunWebApp
-
setSecurityRoleMapping
public void setSecurityRoleMapping(SecurityRoleMapping[] value)
- Specified by:
setSecurityRoleMappingin interfaceSunWebApp
-
getSecurityRoleMapping
public SecurityRoleMapping[] getSecurityRoleMapping()
- Specified by:
getSecurityRoleMappingin interfaceSunWebApp
-
sizeSecurityRoleMapping
public int sizeSecurityRoleMapping()
- Specified by:
sizeSecurityRoleMappingin interfaceSunWebApp
-
addSecurityRoleMapping
public int addSecurityRoleMapping(SecurityRoleMapping value)
- Specified by:
addSecurityRoleMappingin interfaceSunWebApp
-
removeSecurityRoleMapping
public int removeSecurityRoleMapping(SecurityRoleMapping value)
- Specified by:
removeSecurityRoleMappingin interfaceSunWebApp
-
setSecurityRoleAssignment
public void setSecurityRoleAssignment(int index, SecurityRoleAssignment value)- Specified by:
setSecurityRoleAssignmentin interfaceSunWebApp
-
getSecurityRoleAssignment
public SecurityRoleAssignment getSecurityRoleAssignment(int index)
- Specified by:
getSecurityRoleAssignmentin interfaceSunWebApp
-
setSecurityRoleAssignments
public void setSecurityRoleAssignments(SecurityRoleAssignment[] value)
- Specified by:
setSecurityRoleAssignmentsin interfaceSunWebApp
-
getSecurityRoleAssignments
public SecurityRoleAssignment[] getSecurityRoleAssignments()
- Specified by:
getSecurityRoleAssignmentsin interfaceSunWebApp
-
sizeSecurityRoleAssignment
public int sizeSecurityRoleAssignment()
- Specified by:
sizeSecurityRoleAssignmentin interfaceSunWebApp
-
addSecurityRoleAssignment
public int addSecurityRoleAssignment(SecurityRoleAssignment value)
- Specified by:
addSecurityRoleAssignmentin interfaceSunWebApp
-
removeSecurityRoleAssignment
public int removeSecurityRoleAssignment(SecurityRoleAssignment value)
- Specified by:
removeSecurityRoleAssignmentin interfaceSunWebApp
-
setServlet
public void setServlet(int index, Servlet value)
-
getServlet
public Servlet getServlet(int index)
-
setServlet
public void setServlet(Servlet[] value)
-
getServlet
public Servlet[] getServlet()
-
sizeServlet
public int sizeServlet()
-
addServlet
public int addServlet(Servlet value)
-
removeServlet
public int removeServlet(Servlet value)
-
setIdempotentUrlPattern
public void setIdempotentUrlPattern(int index, IdempotentUrlPattern value)- Specified by:
setIdempotentUrlPatternin interfaceSunWebApp
-
getIdempotentUrlPattern
public IdempotentUrlPattern getIdempotentUrlPattern(int index)
- Specified by:
getIdempotentUrlPatternin interfaceSunWebApp
-
setIdempotentUrlPatterns
public void setIdempotentUrlPatterns(IdempotentUrlPattern[] value)
- Specified by:
setIdempotentUrlPatternsin interfaceSunWebApp
-
getIdempotentUrlPatterns
public IdempotentUrlPattern[] getIdempotentUrlPatterns()
- Specified by:
getIdempotentUrlPatternsin interfaceSunWebApp
-
sizeIdempotentUrlPattern
public int sizeIdempotentUrlPattern()
- Specified by:
sizeIdempotentUrlPatternin interfaceSunWebApp
-
addIdempotentUrlPattern
public int addIdempotentUrlPattern(IdempotentUrlPattern value)
- Specified by:
addIdempotentUrlPatternin interfaceSunWebApp
-
removeIdempotentUrlPattern
public int removeIdempotentUrlPattern(IdempotentUrlPattern value)
- Specified by:
removeIdempotentUrlPatternin interfaceSunWebApp
-
setSessionConfig
public void setSessionConfig(SessionConfig value)
-
getSessionConfig
public SessionConfig getSessionConfig()
-
setCache
public void setCache(Cache value)
-
getCache
public Cache getCache()
-
setClassLoader
public void setClassLoader(ClassLoader value)
-
getClassLoader
public ClassLoader getClassLoader()
-
setJspConfig
public void setJspConfig(JspConfig value)
-
getJspConfig
public JspConfig getJspConfig()
-
setLocaleCharsetInfo
public void setLocaleCharsetInfo(LocaleCharsetInfo value)
-
getLocaleCharsetInfo
public LocaleCharsetInfo getLocaleCharsetInfo()
-
verify
public boolean verify()
- Overrides:
verifyin classWebPropertyContainer
-
setParameterEncoding
public void setParameterEncoding(boolean value)
-
isParameterEncoding
public boolean isParameterEncoding()
-
setValve
public void setValve(int index, Valve value)
-
getValve
public Valve getValve(int index)
-
setValve
public void setValve(Valve[] value)
-
getValve
public Valve[] getValve()
-
sizeValve
public int sizeValve()
-
addValve
public int addValve(Valve value)
-
removeValve
public int removeValve(Valve value)
-
-