SourceForge.net Logo

de.mindmatters.faces.spring.factory.config
Interface UIComponentAutoProxyCreator.UIComponentBuilder

Enclosing interface:
UIComponentAutoProxyCreator

public static interface UIComponentAutoProxyCreator.UIComponentBuilder

Interface that will be implemented by the UIComponent subclasses generated by the SubclassCreator. Adds JavaBeans compatible accessors to the UIComponent class.

Author:
Andreas Kuhrwahl

Method Summary
 void setAttributes(java.util.Map attributes)
          JavaBeans compatible accessor for setting attributes.
 void setChildren(java.util.List children)
          JavaBeans compatible accessor for setting a List of UIComponent children.
 void setFacets(java.util.Map facets)
          JavaBeans compatible accessor for setting a Map of UIComponents interpreted as facets.
 

Method Detail

setAttributes

public void setAttributes(java.util.Map attributes)
JavaBeans compatible accessor for setting attributes.

Parameters:
attributes - attributes to set

setChildren

public void setChildren(java.util.List children)
JavaBeans compatible accessor for setting a List of UIComponent children.

Parameters:
children - the children

setFacets

public void setFacets(java.util.Map facets)
JavaBeans compatible accessor for setting a Map of UIComponents interpreted as facets.

Parameters:
facets - the facets

SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG