Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.ErrorPageType

Packages that use ErrorPageType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ErrorPageType
 ErrorPageType<WebApp30Descriptor> WebApp30Descriptor.errorPage()
          Returns the error-page element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebApp30Descriptor>> WebApp30Descriptor.getErrorPageList()
          Returns all error-page elements
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ErrorPageType
 ErrorPageType<WebFragmentType<T>> WebFragmentType.errorPage()
          Returns the error-page element
 ErrorPageType<WebAppType<T>> WebAppType.errorPage()
          Returns the error-page element
 ErrorPageType<T> ErrorPageType.removeErrorCode()
          Removes the error-code element
 ErrorPageType<T> ErrorPageType.removeExceptionType()
          Removes the exception-type element
 ErrorPageType<T> ErrorPageType.removeLocation()
          Removes the location element
 ErrorPageType<T> ErrorPageType.setErrorCode(java.lang.Integer errorCode)
          If not already created, a new error-code element with the given value will be created.
 ErrorPageType<T> ErrorPageType.setExceptionType(java.lang.String exceptionType)
          If not already created, a new exception-type element with the given value will be created.
 ErrorPageType<T> ErrorPageType.setLocation(java.lang.String location)
          If not already created, a new location element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebFragmentType<T>>> WebFragmentType.getErrorPageList()
          Returns all error-page elements
 java.util.List<ErrorPageType<WebAppType<T>>> WebAppType.getErrorPageList()
          Returns all error-page elements
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ErrorPageType
 ErrorPageType<WebFragment30Descriptor> WebFragment30Descriptor.errorPage()
          Returns the error-page element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebFragment30Descriptor>> WebFragment30Descriptor.getErrorPageList()
          Returns all error-page elements
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return ErrorPageType
 ErrorPageType<WebApp30Descriptor> WebApp30DescriptorImpl.errorPage()
          Returns the error-page element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebApp30Descriptor>> WebApp30DescriptorImpl.getErrorPageList()
          Returns all error-page elements
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement ErrorPageType
 class ErrorPageTypeImpl<T>
          This class implements the error-pageType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return ErrorPageType
 ErrorPageType<WebFragmentType<T>> WebFragmentTypeImpl.errorPage()
          Returns the error-page element
 ErrorPageType<WebAppType<T>> WebAppTypeImpl.errorPage()
          Returns the error-page element
 ErrorPageType<T> ErrorPageTypeImpl.removeErrorCode()
          Removes the error-code element
 ErrorPageType<T> ErrorPageTypeImpl.removeExceptionType()
          Removes the exception-type element
 ErrorPageType<T> ErrorPageTypeImpl.removeLocation()
          Removes the location element
 ErrorPageType<T> ErrorPageTypeImpl.setErrorCode(java.lang.Integer errorCode)
          If not already created, a new error-code element with the given value will be created.
 ErrorPageType<T> ErrorPageTypeImpl.setExceptionType(java.lang.String exceptionType)
          If not already created, a new exception-type element with the given value will be created.
 ErrorPageType<T> ErrorPageTypeImpl.setLocation(java.lang.String location)
          If not already created, a new location element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebFragmentType<T>>> WebFragmentTypeImpl.getErrorPageList()
          Returns all error-page elements
 java.util.List<ErrorPageType<WebAppType<T>>> WebAppTypeImpl.getErrorPageList()
          Returns all error-page elements
 

Uses of ErrorPageType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return ErrorPageType
 ErrorPageType<WebFragment30Descriptor> WebFragment30DescriptorImpl.errorPage()
          Returns the error-page element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type ErrorPageType
 java.util.List<ErrorPageType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getErrorPageList()
          Returns all error-page elements