Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag.jsf
Interface ComponentConfig  view ComponentConfig download ComponentConfig.java

All Superinterfaces:
com.sun.facelets.tag.TagConfig

public interface ComponentConfig
extends com.sun.facelets.tag.TagConfig

Used in creating AbstractComponentHandler's and all implementations.

Version:
$Id: ComponentConfig.java,v 1.2 2005/08/24 04:38:50 jhook Exp $

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

Method Detail

getComponentType

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


getRendererType

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