|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
org.apache.myfaces.view.facelets.tag.jsf.ComponentHandler
@Deprecated public class ComponentHandler
Implementation of the tag logic used in the JSF specification. This is your golden hammer for wiring UIComponents to Facelets.
| Field Summary |
|---|
| Fields inherited from class javax.faces.view.facelets.TagHandler |
|---|
nextHandler, tag, tagId |
| Constructor Summary | |
|---|---|
ComponentHandler(ComponentConfig config)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Deprecated. Method handles UIComponent tree creation in accordance with the JSF 1.2 spec. |
protected void |
applyNextHandler(FaceletContext ctx,
UIComponent c)
Deprecated. |
protected UIComponent |
createComponent(FaceletContext ctx)
Deprecated. If the binding attribute was specified, use that in conjuction with our componentType String variable to call createComponent on the Application, otherwise just pass the componentType String. |
protected MetaRuleset |
createMetaRuleset(Class type)
Deprecated. |
protected String |
getFacetName(FaceletContext ctx,
UIComponent parent)
Deprecated. Return the Facet name we are scoped in, otherwise null |
protected String |
getId(FaceletContext ctx)
Deprecated. If the id TagAttribute was specified, get it's value, otherwise generate a unique id from our tagId. |
protected void |
onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
Deprecated. A hook method for allowing developers to do additional processing once Facelets creates the component. |
protected void |
onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
Deprecated. |
| Methods inherited from class javax.faces.view.facelets.MetaTagHandler |
|---|
setAttributes |
| Methods inherited from class javax.faces.view.facelets.TagHandler |
|---|
getAttribute, getRequiredAttribute, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentHandler(ComponentConfig config)
| Method Detail |
|---|
public final void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
javax.el.ELException
getId(FaceletContext).mark its children for deletion.createComponent.
attributesfinalize
for deletion.
TagException - if the UIComponent parent is null
IOException
FacesException
javax.el.ELExceptionFaceletHandler.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
protected final String getFacetName(FaceletContext ctx,
UIComponent parent)
ctx -
protected UIComponent createComponent(FaceletContext ctx)
ctx - FaceletContext to use in creating a component
Application.createComponent(javax.faces.el.ValueBinding, javax.faces.context.FacesContext, java.lang.String),
Application.createComponent(java.lang.String)protected String getId(FaceletContext ctx)
ctx - FaceletContext to use
TagAttribute.getValue(FaceletContext)protected MetaRuleset createMetaRuleset(Class type)
createMetaRuleset in class MetaTagHandler
protected void onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
ctx - c - parent -
protected void onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
protected void applyNextHandler(FaceletContext ctx,
UIComponent c)
throws IOException,
FacesException,
javax.el.ELException
IOException
FacesException
javax.el.ELException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||