|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.ViewHandler
@JSFFaceletTag(name="f:view", bodyContent="empty", componentClass="javax.faces.component.UIViewRoot") public final class ViewHandler
Container for all JavaServer Faces core and custom component actions used on a page.
See tag documentation.
Field Summary |
---|
Fields inherited from class javax.faces.view.facelets.TagHandler |
---|
nextHandler, tag, tagId |
Constructor Summary | |
---|---|
ViewHandler(TagConfig config)
|
Method Summary | |
---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation. |
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 ViewHandler(TagConfig config)
config
- Method Detail |
---|
public void apply(FaceletContext ctx, UIComponent parent) throws java.io.IOException, FacesException, FaceletException, javax.el.ELException
java.io.IOException
FacesException
FaceletException
javax.el.ELException
FaceletHandler.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |