Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forms.layout.facelets
Class LeafFaceletHandler

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.facelets.LeafFaceletHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class LeafFaceletHandler
extends Object
implements com.sun.facelets.FaceletHandler

Leaf Facelet Handler

Facelet handler that does nothing.

Used when there is no next handler to apply, as next handler can never be null.

Author:
Anahide Tchertchian

Constructor Summary
LeafFaceletHandler()
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafFaceletHandler

public LeafFaceletHandler()
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  ELException
Specified by:
apply in interface com.sun.facelets.FaceletHandler
Throws:
IOException
FacesException
ELException

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.