Package org.jboss.metadata.web.spec
Class Tag11MetaData
-
- All Implemented Interfaces:
Serializable,Cloneable,IdMetaData,MappableMetaData
public class Tag11MetaData extends TagMetaData
taglib/tag metadata- Version:
- $Revision: 75201 $
- Author:
- Remy Maucherat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tag11MetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInfo()voidsetBodycontent(BodyContentType bodyContent)voidsetInfo(String info)voidsetTagclass(String tagClass)voidsetTeiclass(String teiClass)-
Methods inherited from class org.jboss.metadata.web.spec.TagMetaData
getAttributes, getBodyContent, getDynamicAttributes, getExamples, getTagClass, getTagExtensions, getTeiClass, getVariables, setAttributes, setBodyContent, setDynamicAttributes, setExamples, setTagClass, setTagExtensions, setTeiClass, setVariables, toString
-
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
getDescriptionGroup, setDescriptionGroup
-
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, getName, hashCode, setName
-
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData
getKey
-
-
-
-
Method Detail
-
setTagclass
public void setTagclass(String tagClass)
-
setTeiclass
public void setTeiclass(String teiClass)
-
setBodycontent
public void setBodycontent(BodyContentType bodyContent)
-
getInfo
public String getInfo()
-
setInfo
public void setInfo(String info)
-
-