public abstract class TagHandler extends Object implements FaceletHandler
| Modifier and Type | Field and Description | 
|---|---|
| protected FaceletHandler | nextHandler | 
| protected Tag | tag | 
| protected String | tagId | 
| Constructor and Description | 
|---|
| TagHandler(TagConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TagAttribute | getAttribute(String localName)Utility method for fetching the appropriate TagAttribute | 
| protected TagAttribute | getRequiredAttribute(String localName)Utility method for fetching a required TagAttribute | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyprotected final String tagId
protected final Tag tag
protected final FaceletHandler nextHandler
public TagHandler(TagConfig config)
protected final TagAttribute getAttribute(String localName)
localName - name of attributeprotected final TagAttribute getRequiredAttribute(String localName) throws TagException
localName - name of the attributeTagException - if the attribute was not foundCopyright © 2021 The Apache Software Foundation. All rights reserved.