ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.BodyContentType

Packages that use BodyContentType
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of BodyContentType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return BodyContentType
 BodyContentType TagType.getBodyContent()
          Returns the body-content element
static BodyContentType BodyContentType.getFromStringValue(String value)
           
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.shrinkwrap.descriptor.api.jsptaglibrary20 with parameters of type BodyContentType
 TagType<T> TagType.bodyContent(BodyContentType bodyContent)
          Sets the body-content element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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