|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaceletContext | |
---|---|
javax.faces.view.facelets |
Uses of FaceletContext in javax.faces.view.facelets |
---|
Methods in javax.faces.view.facelets with parameters of type FaceletContext | |
---|---|
void |
DelegatingMetaTagHandler.apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
void |
FaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
abstract void |
TagHandlerDelegate.apply(FaceletContext ctx,
UIComponent comp)
|
void |
CompositeFaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
abstract void |
Metadata.applyMetadata(FaceletContext ctx,
Object instance)
|
void |
DelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx,
UIComponent c)
|
String |
AttributeHandler.getAttributeName(FaceletContext ctx)
|
abstract boolean |
TagAttribute.getBoolean(FaceletContext ctx)
If literal, return Boolean.getBoolean(java.lang.String) passing our
value, otherwise call getObject(FaceletContext, Class) . |
String |
ConverterHandler.getConverterId(FaceletContext ctx)
|
String |
FacetHandler.getFacetName(FaceletContext ctx)
|
abstract int |
TagAttribute.getInt(FaceletContext ctx)
If literal, call Integer.parseInt(String) , otherwise call
getObject(FaceletContext, Class) . |
abstract javax.el.MethodExpression |
TagAttribute.getMethodExpression(FaceletContext ctx,
Class type,
Class[] paramTypes)
Create a MethodExpression, using this attribute's value as the expression String. |
abstract Object |
TagAttribute.getObject(FaceletContext ctx)
Delegates to getObject with Object.class as a param |
abstract Object |
TagAttribute.getObject(FaceletContext ctx,
Class type)
If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it. |
String |
TextHandler.getText(FaceletContext ctx)
|
String |
ValidatorHandler.getValidatorId(FaceletContext ctx)
|
abstract String |
TagAttribute.getValue(FaceletContext ctx)
If literal, then return our value, otherwise delegate to getObject, passing String.class. |
abstract javax.el.ValueExpression |
TagAttribute.getValueExpression(FaceletContext ctx,
Class type)
Create a ValueExpression, using this attribute's literal value and the passed expected type. |
boolean |
DelegatingMetaTagHandler.isDisabled(FaceletContext ctx)
|
void |
ComponentHandler.onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
|
void |
ComponentHandler.onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
|
void |
DelegatingMetaTagHandler.setAttributes(FaceletContext ctx,
Object instance)
|
protected void |
MetaTagHandler.setAttributes(FaceletContext ctx,
Object instance)
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |