Uses of Class
org.jboss.metadata.web.spec.BodyContentType
-
Packages that use BodyContentType Package Description org.jboss.metadata.web.spec -
-
Uses of BodyContentType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return BodyContentType Modifier and Type Method Description BodyContentTypeTagMetaData. getBodyContent()static BodyContentTypeBodyContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static BodyContentType[]BodyContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.metadata.web.spec with parameters of type BodyContentType Modifier and Type Method Description voidTag11MetaData. setBodycontent(BodyContentType bodyContent)voidTagMetaData. setBodyContent(BodyContentType bodyContent)
-