Uses of Class
org.jboss.metadata.web.spec.ErrorPageMetaData
-
Packages that use ErrorPageMetaData Package Description org.jboss.metadata.parser.servlet org.jboss.metadata.web.jboss org.jboss.metadata.web.spec -
-
Uses of ErrorPageMetaData in org.jboss.metadata.parser.servlet
Methods in org.jboss.metadata.parser.servlet that return ErrorPageMetaData Modifier and Type Method Description static ErrorPageMetaDataErrorPageMetaDataParser. parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) -
Uses of ErrorPageMetaData in org.jboss.metadata.web.jboss
Methods in org.jboss.metadata.web.jboss that return types with arguments of type ErrorPageMetaData Modifier and Type Method Description List<ErrorPageMetaData>JBossWebMetaData. getErrorPages()Method parameters in org.jboss.metadata.web.jboss with type arguments of type ErrorPageMetaData Modifier and Type Method Description voidJBossWebMetaData. setErrorPages(List<ErrorPageMetaData> errorPages) -
Uses of ErrorPageMetaData in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return types with arguments of type ErrorPageMetaData Modifier and Type Method Description List<ErrorPageMetaData>WebCommonMetaData. getErrorPages()Method parameters in org.jboss.metadata.web.spec with type arguments of type ErrorPageMetaData Modifier and Type Method Description voidWebCommonMetaData. setErrorPages(List<ErrorPageMetaData> errorPages)
-