com.sun.facelets.tag
Interface TagConfig

All Known Subinterfaces:
ComponentConfig, ConverterConfig, ValidatorConfig

public interface TagConfig

Passed to the constructor of TagHandler, it defines the document definition of the handler we are instantiating

Version:
$Id: TagConfig.java,v 1.2 2005/08/24 04:38:48 jhook Exp $
Author:
Jacob Hookom
See Also:
TagHandler

Method Summary
 FaceletHandler getNextHandler()
          The next FaceletHandler (child or children) to be applied
 Tag getTag()
          A Tag representing this handler
 String getTagId()
          A document-unique id, follows the convention "_tagId##"
 

Method Detail

getTag

Tag getTag()
A Tag representing this handler

Returns:
a tag representing this handler

getNextHandler

FaceletHandler getNextHandler()
The next FaceletHandler (child or children) to be applied

Returns:
next FaceletHandler, never null

getTagId

String getTagId()
A document-unique id, follows the convention "_tagId##"

Returns:
a document-unique id


Copyright © 2005 All Rights Reserved.