com.ibm.ws.javaee.dd.web.common
Interface WebCommon
- All Superinterfaces:
- com.ibm.ws.javaee.dd.common.Describable, com.ibm.ws.javaee.dd.common.DescriptionGroup, com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs, com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup
- All Known Subinterfaces:
- WebApp, WebFragment
public interface WebCommon
- extends com.ibm.ws.javaee.dd.common.DescriptionGroup, com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroup |
getDisplayNames, getIcons |
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable |
getDescriptions |
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup |
getPostConstruct, getPreDestroy |
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs |
getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs |
isSetDistributable
boolean isSetDistributable()
- Returns:
- true if <distributable> is specified
getContextParams
java.util.List<com.ibm.ws.javaee.dd.common.ParamValue> getContextParams()
- Returns:
- <context-param> as a read-only list
getFilters
java.util.List<Filter> getFilters()
- Returns:
- <filter> as a read-only list
getFilterMappings
java.util.List<FilterMapping> getFilterMappings()
- Returns:
- <filter-mapping> as a read-only list
getListeners
java.util.List<com.ibm.ws.javaee.dd.common.Listener> getListeners()
- Returns:
- <listener> as a read-only list
getServlets
java.util.List<Servlet> getServlets()
- Returns:
- <servlet> as a read-only list
getServletMappings
java.util.List<ServletMapping> getServletMappings()
- Returns:
- <servlet-mapping> as a read-only list
getSessionConfig
SessionConfig getSessionConfig()
- Returns:
- <session-config>, or null if unspecified
getMimeMappings
java.util.List<MimeMapping> getMimeMappings()
- Returns:
- <mime-mapping> as a read-only list
getWelcomeFileList
WelcomeFileList getWelcomeFileList()
- Returns:
- <welcome_file_list>, or null if unspecified
getErrorPages
java.util.List<ErrorPage> getErrorPages()
- Returns:
- <error_page> as a read-only list
getJSPConfig
com.ibm.ws.javaee.dd.jsp.JSPConfig getJSPConfig()
- Returns:
- <jsp_config>, or null if unspecified
getSecurityConstraints
java.util.List<SecurityConstraint> getSecurityConstraints()
- Returns:
- <security_constraint> as a read-only list
getLoginConfig
LoginConfig getLoginConfig()
- Returns:
- <login_config>, or null if unspecified
getSecurityRoles
java.util.List<com.ibm.ws.javaee.dd.common.SecurityRole> getSecurityRoles()
- Returns:
- <security_role> as a read-only list
getMessageDestinations
java.util.List<com.ibm.ws.javaee.dd.common.MessageDestination> getMessageDestinations()
- Returns:
- <message-destination> as a read-only list
getLocaleEncodingMappingList
LocaleEncodingMappingList getLocaleEncodingMappingList()
- Returns:
- <locale-encoding-mapping-list>, or null if unspecified