com.sun.facelets.tag.jsf
Interface ComponentConfig

All Superinterfaces:
TagConfig

public interface ComponentConfig
extends TagConfig

Used in creating AbstractComponentHandler's and all implementations.

Version:
$Id: ComponentConfig.java,v 1.2 2005/08/24 04:38:50 jhook Exp $
Author:
Jacob Hookom
See Also:
com.sun.facelets.tag.AbstractComponentHandler, ComponentHandler

Method Summary
 String getComponentType()
          ComponentType to pass to the Application.
 String getRendererType()
          RendererType to set on created UIComponent instances.
 
Methods inherited from interface com.sun.facelets.tag.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getComponentType

String getComponentType()
ComponentType to pass to the Application. Cannot be null.

Returns:
ComponentType to pass to the Application. Cannot be null.

getRendererType

String getRendererType()
RendererType to set on created UIComponent instances.

Returns:
RendererType to set on created UIComponent instances


Copyright © 2005 All Rights Reserved.