Uses of Class
org.jboss.metadata.web.spec.BodyContentType

Packages that use BodyContentType
org.jboss.metadata.web.spec   
 

Uses of BodyContentType in org.jboss.metadata.web.spec
 

Methods in org.jboss.metadata.web.spec that return BodyContentType
 BodyContentType TagMetaData.getBodyContent()
           
static BodyContentType BodyContentType.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
 void TagMetaData.setBodyContent(BodyContentType bodyContent)
           
 void TagMetaData.setBodyContent0(BodyContentType bodyContent)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.