| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponentGenerator.writeFacetGet(PrettyWriter out,
FacetBean facet) |
void |
AbstractComponentGenerator.writeFacetSet(PrettyWriter out,
FacetBean facet) |
| Modifier and Type | Method and Description |
|---|---|
FacetBean |
ComponentBean.findFacet(String facetName)
Returns the facet for this facet name.
|
FacetBean |
RendererBean.findFacet(String facetName)
Returns the facet for this facet name.
|
FacetBean |
ComponentBean.findFacet(String facetName,
boolean flatten) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBean.addFacet(FacetBean facet)
Adds a facet to this component.
|
void |
RendererBean.addFacet(FacetBean facet)
Adds a facet to this component.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
FacetFilter.accept(FacetBean facet) |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.