public class SunWebApp extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Cache |
cache |
protected ClassLoader |
classLoader |
protected String |
contextRoot |
protected List<EjbRef> |
ejbRef |
protected String |
errorUrl |
protected String |
httpservletSecurityProvider |
protected List<IdempotentUrlPattern> |
idempotentUrlPattern |
protected JspConfig |
jspConfig |
protected LocaleCharsetInfo |
localeCharsetInfo |
protected List<MessageDestination> |
messageDestination |
protected List<MessageDestinationRef> |
messageDestinationRef |
protected ParameterEncoding |
parameterEncoding |
protected List<Property> |
property |
protected List<ResourceEnvRef> |
resourceEnvRef |
protected List<ResourceRef> |
resourceRef |
protected List<SecurityRoleMapping> |
securityRoleMapping |
protected List<ServiceRef> |
serviceRef |
protected List<Servlet> |
servlet |
protected SessionConfig |
sessionConfig |
protected List<WebserviceDescription> |
webserviceDescription |
| Constructor and Description |
|---|
SunWebApp() |
protected String errorUrl
protected String httpservletSecurityProvider
protected String contextRoot
protected List<SecurityRoleMapping> securityRoleMapping
protected List<IdempotentUrlPattern> idempotentUrlPattern
protected SessionConfig sessionConfig
protected List<ResourceRef> resourceRef
protected List<ResourceEnvRef> resourceEnvRef
protected List<ServiceRef> serviceRef
protected List<MessageDestinationRef> messageDestinationRef
protected Cache cache
protected ClassLoader classLoader
protected JspConfig jspConfig
protected LocaleCharsetInfo localeCharsetInfo
protected ParameterEncoding parameterEncoding
protected List<MessageDestination> messageDestination
protected List<WebserviceDescription> webserviceDescription
public String getErrorUrl()
public void setErrorUrl(String value)
public String getHttpservletSecurityProvider()
public void setHttpservletSecurityProvider(String value)
public String getContextRoot()
public void setContextRoot(String value)
public List<SecurityRoleMapping> getSecurityRoleMapping()
public List<IdempotentUrlPattern> getIdempotentUrlPattern()
public SessionConfig getSessionConfig()
public void setSessionConfig(SessionConfig value)
public List<ResourceRef> getResourceRef()
public List<ResourceEnvRef> getResourceEnvRef()
public List<ServiceRef> getServiceRef()
public List<MessageDestinationRef> getMessageDestinationRef()
public Cache getCache()
public void setCache(Cache value)
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader value)
public JspConfig getJspConfig()
public void setJspConfig(JspConfig value)
public LocaleCharsetInfo getLocaleCharsetInfo()
public void setLocaleCharsetInfo(LocaleCharsetInfo value)
public ParameterEncoding getParameterEncoding()
public void setParameterEncoding(ParameterEncoding value)
public List<MessageDestination> getMessageDestination()
public List<WebserviceDescription> getWebserviceDescription()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.