|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
clear()
clears this and all depended objects |
java.util.Set |
getAllParameterNames()
Returns a set of the mandatory and optional parameter names of the whole layer stack. |
java.lang.Object |
getParameter(java.lang.String id)
Returns the value of the parameter given by its id |
void |
processActionPass()
Processes pass 1 (action pass) of the layer stack |
void |
processContentPass(com.sapportals.portal.prt.component.IPortalComponentResponse response)
processes pass2 (content pass) of the layer stack |
| Method Detail |
public java.lang.Object getParameter(java.lang.String id)
id.
At first the request is checked for the parameter. On failure the node is checked
and finally the profile.
- Parameters:
id - the parameter id- Returns:
- the parameter value as defined by the request, the node or the profile
public java.util.Set getAllParameterNames()
public void processActionPass()
throws ApplicationIntegratorException
processContentPass(IPortalComponentResponse),
IPortalComponentResponse
public void processContentPass(com.sapportals.portal.prt.component.IPortalComponentResponse response)
throws ApplicationIntegratorException
response - the Portal Component ResponseprocessActionPass(),
IPortalComponentResponsepublic void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||