|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstComponentWindow
HST Component Window. This interface represents a fragment window of a page which is generated by a HstComponent.
Method Summary | |
---|---|
void |
addComponentExcpetion(HstComponentException e)
Adds a component exceptions during initialization or runtime. |
void |
clearComponentExceptions()
Adds a component exceptions during initialization or runtime. |
Object |
getAttribute(String name)
|
Enumeration<String> |
getAttributeNames()
|
HstComponentWindow |
getChildWindow(String name)
The child component window which can be accessed by the name. |
HstComponentWindow |
getChildWindowByReferenceName(String referenceName)
The child component window which can be accessed by the reference name. |
Map<String,HstComponentWindow> |
getChildWindowMap()
The child component windows contained in this component window. |
List<String> |
getChildWindowNames()
The child component window names contained in this component window. |
HstComponent |
getComponent()
The actual HstComponent instance. |
List<HstComponentException> |
getComponentExceptions()
The component exceptions during initialization or runtime. |
HstComponentInfo |
getComponentInfo()
|
String |
getComponentName()
The HstComponent name. |
String |
getLocalParameter(String paramName)
|
String |
getName()
The name of the component window. |
String |
getNamedRenderer()
|
String |
getNamedResourceServer()
|
String |
getPageErrorHandlerClassName()
|
String |
getParameter(String name)
|
HstComponentWindow |
getParentWindow()
The parent component window containing this component window. |
String |
getReferenceName()
The reference name of the component window. |
String |
getReferenceNamespace()
The reference namespace of the component window. |
String |
getRenderPath()
The dispatching path path to render this component window. |
HstResponseState |
getResponseState()
Returns the response state of this component window |
String |
getServeResourcePath()
The dispatching path path to serve resource in this component window. |
boolean |
hasComponentExceptions()
Whether it has component exceptions or not |
Object |
removeAttribute(String name)
|
void |
setAttribute(String name,
Object value)
|
Method Detail |
---|
String getName()
String getReferenceName()
String getReferenceNamespace()
String getComponentName()
HstComponent getComponent()
boolean hasComponentExceptions()
List<HstComponentException> getComponentExceptions()
void addComponentExcpetion(HstComponentException e)
void clearComponentExceptions()
String getRenderPath()
String getNamedRenderer()
null
when getRenderPath()
does not return null
getRenderPath()
String getServeResourcePath()
String getNamedResourceServer()
null
when getServeResourcePath()
does not return null
getServeResourcePath()
String getParameter(String name)
name
- the name of the parameter
name
and null
if not existingorg.hippoecm.hst.configuration.components.HstComponentConfiguration#getParameter(String)}
String getLocalParameter(String paramName)
name
- the name of the parameter
name
and null
if not existingorg.hippoecm.hst.configuration.components.HstComponentConfiguration#getLocalParameter(String)}
HstComponentWindow getParentWindow()
Map<String,HstComponentWindow> getChildWindowMap()
List<String> getChildWindowNames()
HstComponentWindow getChildWindow(String name)
name
- the name of the child component window
HstComponentWindow getChildWindowByReferenceName(String referenceName)
referenceName
- the referenceName of the child component window
HstResponseState getResponseState()
HstComponentInfo getComponentInfo()
Object getAttribute(String name)
name
-
void setAttribute(String name, Object value)
name
- value
- Object removeAttribute(String name)
name
-
Enumeration<String> getAttributeNames()
String getPageErrorHandlerClassName()
PageErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |