| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.component.ComponentManager
This is a Factory for creating Component instances
| Constructor Summary | |
| ComponentManager() | |
| Method Summary | |
| static ComponentDefinition | find(String comp)Locate the named component. | 
| static Map | getComponentRequirements()Get the component requirements, this is Map of mandatory business functions that a user must have access to, to run this component. | 
| static Component | run(String comp,
       UserSession us)Creates an instance of the named component. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ComponentManager()
| Method Detail | 
public static Component run(String comp,
                            UserSession us)
comp - The name of the component to create. There should be a valid definition for this name in the 'components.xml' fileus - The UserSession to which this component will be added
public static ComponentDefinition find(String comp)
public static Map getComponentRequirements()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||