|
|||||||||
| Home >> All >> com >> sun >> facelets >> tag >> jsf >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.tag.jsf.core
Class VerbatimHandler

java.lang.Objectcom.sun.facelets.tag.TagHandler
com.sun.facelets.tag.MetaTagHandler
com.sun.facelets.tag.jsf.ComponentHandler
com.sun.facelets.tag.jsf.core.VerbatimHandler
- All Implemented Interfaces:
- com.sun.facelets.FaceletHandler
- public final class VerbatimHandler
- extends com.sun.facelets.tag.jsf.ComponentHandler
Handler for f:verbatim
- Version:
- $Id: VerbatimHandler.java,v 1.2 2006/03/29 04:10:09 jhook Exp $
| Field Summary |
| Fields inherited from class com.sun.facelets.tag.jsf.ComponentHandler |
|
| Fields inherited from class com.sun.facelets.tag.MetaTagHandler |
|
| Fields inherited from class com.sun.facelets.tag.TagHandler |
nextHandler, tag, tagId |
| Constructor Summary | |
VerbatimHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
|
|
| Method Summary | |
protected void |
applyNextHandler(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c)
|
protected void |
onComponentCreated(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
A hook method for allowing developers to do additional processing once Facelets creates the component. |
| Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler |
apply, createComponent, createMetaRuleset, getId, onComponentPopulated |
| Methods inherited from class com.sun.facelets.tag.MetaTagHandler |
setAttributes |
| Methods inherited from class com.sun.facelets.tag.TagHandler |
findNextByType, getAttribute, getRequiredAttribute, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
VerbatimHandler
public VerbatimHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
| Method Detail |
onComponentCreated
protected void onComponentCreated(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent c, javax.faces.component.UIComponent parent)
- Description copied from class:
com.sun.facelets.tag.jsf.ComponentHandler - A hook method for allowing developers to do additional processing once Facelets
creates the component. The 'setAttributes' method is still perferred, but this
method will provide the parent UIComponent before it's been added to the tree and
before any children have been added to the newly created UIComponent.
applyNextHandler
protected void applyNextHandler(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent c)
|
|||||||||
| Home >> All >> com >> sun >> facelets >> tag >> jsf >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC