This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for. If you are a match, apply your logic to the passed UIComponent and return true, otherwise do nothing and return false.
@param ctx the FaceletContext of your instance, not the templates'
@param parent current UIComponent instance to be applied
@param name the String name or null if the whole body should be included
@return true if this client matched/applied the definition for the passedname
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.