javax.faces.view.facelets
Interface ComponentConfig

All Superinterfaces:
TagConfig

public interface ComponentConfig
extends TagConfig

Passed to the constructor of ComponentHandler. Represents a component-type/renderer-type pair.

Since:
2.0

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 javax.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getComponentType

java.lang.String getComponentType()

ComponentType to pass to the Application. Cannot be null.

Since:
2.0

getRendererType

java.lang.String getRendererType()

RendererType to set on created UIComponent instances.

Since:
2.0


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41