Package org.apache.openejb.jee.sun
Class SunWebApp
- java.lang.Object
-
- org.apache.openejb.jee.sun.SunWebApp
-
public class SunWebApp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Cachecacheprotected ClassLoaderclassLoaderprotected StringcontextRootprotected List<EjbRef>ejbRefprotected StringerrorUrlprotected StringhttpservletSecurityProviderprotected List<IdempotentUrlPattern>idempotentUrlPatternprotected JspConfigjspConfigprotected LocaleCharsetInfolocaleCharsetInfoprotected List<MessageDestination>messageDestinationprotected List<MessageDestinationRef>messageDestinationRefprotected ParameterEncodingparameterEncodingprotected List<Property>propertyprotected List<ResourceEnvRef>resourceEnvRefprotected List<ResourceRef>resourceRefprotected List<SecurityRoleMapping>securityRoleMappingprotected List<ServiceRef>serviceRefprotected List<Servlet>servletprotected SessionConfigsessionConfigprotected List<WebserviceDescription>webserviceDescription
-
Constructor Summary
Constructors Constructor Description SunWebApp()
-
Method Summary
-
-
-
Field Detail
-
errorUrl
protected String errorUrl
-
httpservletSecurityProvider
protected String httpservletSecurityProvider
-
contextRoot
protected String contextRoot
-
securityRoleMapping
protected List<SecurityRoleMapping> securityRoleMapping
-
idempotentUrlPattern
protected List<IdempotentUrlPattern> idempotentUrlPattern
-
sessionConfig
protected SessionConfig sessionConfig
-
resourceRef
protected List<ResourceRef> resourceRef
-
resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef
-
serviceRef
protected List<ServiceRef> serviceRef
-
messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef
-
cache
protected Cache cache
-
classLoader
protected ClassLoader classLoader
-
jspConfig
protected JspConfig jspConfig
-
localeCharsetInfo
protected LocaleCharsetInfo localeCharsetInfo
-
parameterEncoding
protected ParameterEncoding parameterEncoding
-
messageDestination
protected List<MessageDestination> messageDestination
-
webserviceDescription
protected List<WebserviceDescription> webserviceDescription
-
-
Method Detail
-
getErrorUrl
public String getErrorUrl()
-
setErrorUrl
public void setErrorUrl(String value)
-
getHttpservletSecurityProvider
public String getHttpservletSecurityProvider()
-
setHttpservletSecurityProvider
public void setHttpservletSecurityProvider(String value)
-
getContextRoot
public String getContextRoot()
-
setContextRoot
public void setContextRoot(String value)
-
getSecurityRoleMapping
public List<SecurityRoleMapping> getSecurityRoleMapping()
-
getIdempotentUrlPattern
public List<IdempotentUrlPattern> getIdempotentUrlPattern()
-
getSessionConfig
public SessionConfig getSessionConfig()
-
setSessionConfig
public void setSessionConfig(SessionConfig value)
-
getResourceRef
public List<ResourceRef> getResourceRef()
-
getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()
-
getServiceRef
public List<ServiceRef> getServiceRef()
-
getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()
-
getCache
public Cache getCache()
-
setCache
public void setCache(Cache value)
-
getClassLoader
public ClassLoader getClassLoader()
-
setClassLoader
public void setClassLoader(ClassLoader value)
-
getJspConfig
public JspConfig getJspConfig()
-
setJspConfig
public void setJspConfig(JspConfig value)
-
getLocaleCharsetInfo
public LocaleCharsetInfo getLocaleCharsetInfo()
-
setLocaleCharsetInfo
public void setLocaleCharsetInfo(LocaleCharsetInfo value)
-
getParameterEncoding
public ParameterEncoding getParameterEncoding()
-
setParameterEncoding
public void setParameterEncoding(ParameterEncoding value)
-
getMessageDestination
public List<MessageDestination> getMessageDestination()
-
getWebserviceDescription
public List<WebserviceDescription> getWebserviceDescription()
-
-