Class AbstractUIHandler
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.compiler.AbstractUIHandler
 
- 
- All Implemented Interfaces:
- FaceletHandler,- TextHandler
 
 public abstract class AbstractUIHandler extends Object implements FaceletHandler, TextHandler 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractUIHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFacetName(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jakarta.faces.view.facelets.FaceletHandlerapply
 - 
Methods inherited from interface jakarta.faces.view.facelets.TextHandlergetText, getText
 
- 
 
- 
- 
- 
Method Detail- 
getFacetNameprotected final String getFacetName(FaceletContext ctx, UIComponent parent) 
 
- 
 
-