|
|||||||||
| Home >> All >> com >> sun >> facelets >> tag >> [ jsf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.tag.jsf
Interface ComponentConfig

- 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.
|
|||||||||
| Home >> All >> com >> sun >> facelets >> tag >> [ jsf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC