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 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ErrorPageType
 ErrorPageType<WebAppDescriptor> WebAppDescriptor.createErrorPage()
          Creates a new error-page element
 ErrorPageType<WebAppDescriptor> WebAppDescriptor.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ErrorPageType
 List<ErrorPageType<WebAppDescriptor>> WebAppDescriptor.getAllErrorPage()
          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<WebAppType<T>> WebAppType.createErrorPage()
          Creates a new error-page element
 ErrorPageType<WebFragmentType<T>> WebFragmentType.createErrorPage()
          Creates a new error-page element
 ErrorPageType<T> ErrorPageType.errorCode(Integer errorCode)
          Sets the error-code element
 ErrorPageType<T> ErrorPageType.exceptionType(String exceptionType)
          Sets the exception-type element
 ErrorPageType<WebAppType<T>> WebAppType.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 ErrorPageType<WebFragmentType<T>> WebFragmentType.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 ErrorPageType<T> ErrorPageType.id(String id)
          Sets the id attribute
 ErrorPageType<T> ErrorPageType.location(String location)
          Sets the location element
 ErrorPageType<T> ErrorPageType.removeErrorCode()
          Removes the error-code element
 ErrorPageType<T> ErrorPageType.removeExceptionType()
          Removes the exception-type element
 ErrorPageType<T> ErrorPageType.removeId()
          Removes the id attribute
 ErrorPageType<T> ErrorPageType.removeLocation()
          Removes the location element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ErrorPageType
 List<ErrorPageType<WebAppType<T>>> WebAppType.getAllErrorPage()
          Returns all error-page elements
 List<ErrorPageType<WebFragmentType<T>>> WebFragmentType.getAllErrorPage()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createErrorPage()
          Creates a new error-page element
 ErrorPageType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.