|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstContainerURL
The HstComponent container URL. This is responsible for managing the request URL states of all the HstComponents.
Method Summary | |
---|---|
Map<String,String[]> |
getActionParameterMap()
Returns the action parameter map. |
String |
getActionWindowReferenceNamespace()
Returns the reference namespace of the current action window if it exists. |
String |
getCharacterEncoding()
Returns the current response's character encoding. |
String |
getComponentRenderingWindowReferenceNamespace()
Returns the reference namespace of the current rendering component if it exists. |
String |
getContextPath()
Returns the current container's servlet context path. |
String |
getHostName()
Returns the host name of the request: note that with reverse proxies, this can be the original host informations requested by the client or the proxies |
Map<String,String[]> |
getParameterMap()
Returns the render parameter map. |
String |
getPathInfo()
Returns the current request's path info (part after context path and Mount path) |
int |
getPortNumber()
Returns the portnumber of the request: note that with reverse proxies, this can be the original port requested by the client or the proxies |
String |
getRequestPath()
Returns the current request after the context path but before the queryString. |
String |
getResolvedMountPath()
|
String |
getResourceId()
Returns the resource ID if the current request is for serving resource in a component window. |
String |
getResourceWindowReferenceNamespace()
Returns the reference namespace of the current resource serving window if it exists. |
void |
setActionParameter(String name,
String value)
Sets the action parameter for the target HstComponent. |
void |
setActionParameter(String name,
String[] values)
Sets the action parameter values for the target HstComponent. |
void |
setActionParameters(Map<String,String[]> parameters)
Sets the action parameter map. |
void |
setActionWindowReferenceNamespace(String actionWindowReferenceNamespace)
Sets the reference namespace of the current action window if it is necessary. |
void |
setComponentRenderingWindowReferenceNamespace(String componentRenderingWindowReferenceNamespace)
Sets the reference namespace of the current component rendering window if it is necessary. |
void |
setParameter(String name,
String value)
Sets the render parameter for a HstComponent. |
void |
setParameter(String name,
String[] values)
Sets the render parameter value array for a HstComponent. |
void |
setParameters(Map<String,String[]> parameters)
Sets the render parameter map. |
void |
setResourceId(String resourceId)
Sets the resource ID if the current request is for serving resource in a component window. |
void |
setResourceWindowReferenceNamespace(String resourceWindowReferenceNamespace)
Sets the reference namespace of the current resource serving window if it is necessary. |
Method Detail |
---|
String getCharacterEncoding()
String getHostName()
String getContextPath()
String getRequestPath()
int getPortNumber()
String getResolvedMountPath()
ResolvedMount
path or null
when not yet resolvedString getPathInfo()
Mount
path)
null
when the resolved mount path is not yet resolvedString getActionWindowReferenceNamespace()
void setActionWindowReferenceNamespace(String actionWindowReferenceNamespace)
actionWindowReferenceNamespace
- String getResourceWindowReferenceNamespace()
void setResourceWindowReferenceNamespace(String resourceWindowReferenceNamespace)
resourceWindowReferenceNamespace
- String getComponentRenderingWindowReferenceNamespace()
null
null
if the request is not a component rendering requestvoid setComponentRenderingWindowReferenceNamespace(String componentRenderingWindowReferenceNamespace)
componentRenderingWindowReferenceNamespace
- String getResourceId()
void setResourceId(String resourceId)
resourceId
- void setParameter(String name, String value)
name
- value
- void setParameter(String name, String[] values)
name
- values
- void setParameters(Map<String,String[]> parameters)
parameters
- Map<String,String[]> getParameterMap()
void setActionParameter(String name, String value)
name
- value
- void setActionParameter(String name, String[] values)
name
- values
- void setActionParameters(Map<String,String[]> parameters)
parameters
- Map<String,String[]> getActionParameterMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |