EchoPoint
1.0

echopoint.template.propertymgr
Interface PropertyManagerOwner

All Known Implementing Classes:
HtmlTemplateLayoutManager, JspTemplateLayoutManager

public interface PropertyManagerOwner

Property Manager Owner for template managed components. Managers Oweners can return a property manager for a given class of Component


Method Summary
 PropertyManager getPropertyManager(java.lang.Class clazz)
          Called to get a ProperyManagerfor a given clazz of Component
 

Method Detail

getPropertyManager

public PropertyManager getPropertyManager(java.lang.Class clazz)
Called to get a ProperyManagerfor a given clazz of Component


EchoPoint
1.0