Package jakarta.faces.view.facelets
Class TagHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
- All Implemented Interfaces:
- FaceletHandler
- Direct Known Subclasses:
- MetaTagHandler
Foundation class for FaceletHandlers associated with markup in a Facelet document.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final FaceletHandlerprotected final Tagprotected final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final TagAttributegetAttribute(String localName) Utility method for fetching the appropriate TagAttributeprotected final TagAttributegetRequiredAttribute(String localName) Utility method for fetching a required TagAttributetoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.faces.view.facelets.FaceletHandlerapply
- 
Field Details- 
tagId
- 
tag
- 
nextHandler
 
- 
- 
Constructor Details- 
TagHandler
 
- 
- 
Method Details- 
getAttributeUtility method for fetching the appropriate TagAttribute- Parameters:
- localName- name of attribute
- Returns:
- TagAttribute if found, otherwise null
 
- 
getRequiredAttributeUtility method for fetching a required TagAttribute- Parameters:
- localName- name of the attribute
- Returns:
- TagAttribute if found, otherwise error
- Throws:
- TagException- if the attribute was not found
 
- 
toString
 
-