|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.faces.parse.RendererBean
public class RendererBean
RenderKitBean is a Java representation of the faces-config render-kit XML element.
Constructor Summary | |
---|---|
RendererBean()
Creates a new RendererBean. |
Method Summary | |
---|---|
void |
addAttribute(AttributeBean attribute)
Adds a attribute to this component. |
void |
addFacet(FacetBean facet)
Adds a facet to this component. |
java.util.Iterator |
attributes()
Returns an iterator for all attributes on this component only. |
java.util.Iterator |
attributes(boolean flatten)
Returns an iterator for attributes on this component. |
java.util.Iterator |
facets()
Returns an iterator for all facets on this component only. |
java.util.Iterator |
facets(boolean flatten)
Returns an iterator for facets on this component. |
AttributeBean |
findAttribute(java.lang.String attributeName)
Returns the attribute for this attribute name. |
java.lang.String |
findComponentClass()
Finds the renderer-specific component class for this renderer. |
java.lang.String |
findComponentFamilyClass()
Finds the behavioral component class for this renderer. |
FacetBean |
findFacet(java.lang.String facetName)
Returns the facet for this facet name. |
java.lang.String |
getComponentFamily()
Returns the component family for this component. |
java.lang.String |
getComponentType()
Returns the component type for this component. |
java.lang.String |
getDescription()
Returns the description of this attribute. |
java.lang.String |
getRendererClass()
Returns the renderer class for this renderer. |
java.lang.String |
getRendererSuperclass()
Returns the renderer superclass for this component. |
java.lang.String |
getRendererType()
Returns the renderer type for this component. |
boolean |
hasAttributes()
Returns true if this component has any attributes. |
boolean |
hasAttributes(boolean flatten)
Returns true if this component or any component supertype has any attributes. |
boolean |
hasFacets()
Returns true if this component has any facets. |
boolean |
hasFacets(boolean flatten)
Returns true if this component or any component supertype has any facets. |
ComponentBean |
resolveComponentType()
Returns the component type instance. |
void |
setComponentFamily(java.lang.String componentFamily)
Sets the component family for this component. |
void |
setComponentType(java.lang.String componentType)
Sets the component type for this component. |
void |
setDescription(java.lang.String description)
Sets the description of this attribute. |
void |
setRendererClass(java.lang.String rendererClass)
Sets the renderer class for this renderer. |
void |
setRendererSuperclass(java.lang.String rendererSuperclass)
Sets the renderer superclass for this renderer. |
void |
setRendererType(java.lang.String rendererType)
Sets the renderer type for this component. |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean |
---|
attach, getOwner, isModifiedSince |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RendererBean()
Method Detail |
---|
public void setComponentFamily(java.lang.String componentFamily)
componentFamily
- the component familypublic java.lang.String getComponentFamily()
public void setRendererType(java.lang.String rendererType)
rendererType
- the renderer typepublic java.lang.String getRendererType()
public void setRendererClass(java.lang.String rendererClass)
rendererClass
- the renderer classpublic java.lang.String getRendererClass()
public void setDescription(java.lang.String description)
description
- the attribute descriptionpublic java.lang.String getDescription()
public void setComponentType(java.lang.String componentType)
componentType
- the component typepublic java.lang.String getComponentType()
public void setRendererSuperclass(java.lang.String rendererSuperclass)
rendererSuperclass
- the renderer superclasspublic java.lang.String getRendererSuperclass()
public java.lang.String findComponentClass()
public java.lang.String findComponentFamilyClass()
public void addAttribute(AttributeBean attribute)
attribute
- the attribute to addpublic AttributeBean findAttribute(java.lang.String attributeName)
attributeName
- the attribute name to findpublic boolean hasAttributes()
public boolean hasAttributes(boolean flatten)
public java.util.Iterator attributes()
public java.util.Iterator attributes(boolean flatten)
flatten
- true if the iterator should be a combined list of
attributes of this component and its supertype,
false otherwise
public void addFacet(FacetBean facet)
facet
- the facet to addpublic FacetBean findFacet(java.lang.String facetName)
facetName
- the facet name to findpublic boolean hasFacets()
public boolean hasFacets(boolean flatten)
public java.util.Iterator facets()
public java.util.Iterator facets(boolean flatten)
flatten
- true if the iterator should be a combined list of
facets of this component and its supertype,
false otherwise
public ComponentBean resolveComponentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |