Interface WebCommon

All Superinterfaces:
Describable, DescriptionGroup, JNDIEnvironmentRefs, JNDIEnvironmentRefsGroup
All Known Subinterfaces:
WebApp, WebFragment

public interface WebCommon extends DescriptionGroup, JNDIEnvironmentRefsGroup
  • Method Details

    • isSetDistributable

      boolean isSetDistributable()
      Returns:
      true if <distributable> is specified
    • getContextParams

      List<ParamValue> getContextParams()
      Returns:
      <context-param> as a read-only list
    • getFilters

      List<Filter> getFilters()
      Returns:
      <filter> as a read-only list
    • getFilterMappings

      List<FilterMapping> getFilterMappings()
      Returns:
      <filter-mapping> as a read-only list
    • getListeners

      List<Listener> getListeners()
      Returns:
      <listener> as a read-only list
    • getServlets

      List<Servlet> getServlets()
      Returns:
      <servlet> as a read-only list
    • getServletMappings

      List<ServletMapping> getServletMappings()
      Returns:
      <servlet-mapping> as a read-only list
    • getSessionConfig

      SessionConfig getSessionConfig()
      Returns:
      <session-config>, or null if unspecified
    • getMimeMappings

      List<MimeMapping> getMimeMappings()
      Returns:
      <mime-mapping> as a read-only list
    • getWelcomeFileList

      WelcomeFileList getWelcomeFileList()
      Returns:
      <welcome_file_list>, or null if unspecified
    • getErrorPages

      List<ErrorPage> getErrorPages()
      Returns:
      <error_page> as a read-only list
    • getJSPConfig

      JSPConfig getJSPConfig()
      Returns:
      <jsp_config>, or null if unspecified
    • isSetDenyUncoveredHttpMethods

      boolean isSetDenyUncoveredHttpMethods()
      Returns:
      true if <deny_uncovered_http_methods> is specified
    • getSecurityConstraints

      List<SecurityConstraint> getSecurityConstraints()
      Returns:
      <security_constraint> as a read-only list
    • getLoginConfig

      LoginConfig getLoginConfig()
      Returns:
      <login_config>, or null if unspecified
    • getSecurityRoles

      List<SecurityRole> getSecurityRoles()
      Returns:
      <security_role> as a read-only list
    • getMessageDestinations

      List<MessageDestination> getMessageDestinations()
      Returns:
      <message-destination> as a read-only list
    • getLocaleEncodingMappingList

      LocaleEncodingMappingList getLocaleEncodingMappingList()
      Returns:
      <locale-encoding-mapping-list>, or null if unspecified
    • getDefaultContextPath

      DefaultContextPath getDefaultContextPath()
      Returns:
      <locale-encoding-mapping-list>, or null if unspecified
    • getRequestEncoding

      RequestEncoding getRequestEncoding()
      Returns:
      <request-encoding>
    • getResponseEncoding

      ResponseEncoding getResponseEncoding()
      Returns:
      <response-encoding>