|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstComponentFactory
The factory interface which is responsible for creating HstComponent instances.
Method Summary | ||
---|---|---|
HstComponent |
getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context. |
|
String |
getDefaultHstComponentClassName()
Returns the default HST Component class name |
|
|
getObjectInstance(HstContainerConfig requestContainerConfig,
String className)
Returns arbitrary object instance from the HstComponent context. |
Method Detail |
---|
HstComponent getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount) throws HstComponentException
requestContainerConfig
- the HstContainer configurationcompConfig
- the HstComponent configurationmount
- the Mount to create the component instance for
HstComponentException
<T> T getObjectInstance(HstContainerConfig requestContainerConfig, String className) throws HstComponentException
T
- requestContainerConfig
- className
-
HstComponentException
String getDefaultHstComponentClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |