ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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<WebFragmentType<T>> WebFragmentType.createErrorPage()
          Creates a new error-page element
 ErrorPageType<WebAppType<T>> WebAppType.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<WebFragmentType<T>> WebFragmentType.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 ErrorPageType<WebAppType<T>> WebAppType.getOrCreateErrorPage()
          If not already created, a new error-page element will be created and returned.
 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.removeLocation()
          Removes the location element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ErrorPageType
 List<ErrorPageType<WebFragmentType<T>>> WebFragmentType.getAllErrorPage()
          Returns all error-page elements
 List<ErrorPageType<WebAppType<T>>> WebAppType.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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.