javax.faces.webapp.pdl.facelets.tag
Interface TagConfig


public interface TagConfig

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

PENDING correct documentation

Since:
2.0

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 © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.