|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer
|
+--com.sapportals.portal.appintegrator.layer.SingleSignOnLayer
| Fields inherited from interface com.sapportals.portal.appintegrator.layer.IIntegrationLayer |
PROPNAME_MANDATORY_PARAMETERS, PROPNAME_NEXT_LAYER, PROPNAME_OPTIONAL_PARAMETERS |
| Constructor Summary | |
SingleSignOnLayer()
|
|
| Method Summary | |
void |
epilog()
This method is used to provide the result of this layer for the subsequent layers and it has to be called after prolog and processLayer() and
before render(). |
java.lang.String |
getNextLayer()
Returns the id of the next layer in the layer stack. |
void |
processLayer()
This method is used to do the real job of this layer (ie. |
void |
prolog()
This method is used to retrieve the input parameters for this layer and it is called before processLayer(), epilog and render(). |
void |
render(com.sapportals.portal.prt.component.IPortalComponentResponse response)
This method is used to produce the output of this layer. |
| Methods inherited from class com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer |
assembleParameters, getBooleanParameter, getConveyor, getException, getLayerId, getLayerNo, getLongParameter, getMandatoryParameters, getNode, getOptionalParameters, getParameter, getRequest, getSAPWPActiveCookie, getStringParameter, getValidValues, hasException, init, isDebugMode, isEmbedded, missingParameters, processTemplate, setException, setParameter, setParameterForNextLayer, stopProcessing, swapOutCurrentLayer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SingleSignOnLayer()
| Method Detail |
public void prolog()
IIntegrationLayerprocessLayer(), epilog and render().prolog in class AbstractIntegrationLayercom.sapportals.portal.appintegrator.IIntegrationLayer#prolog()public void processLayer()
IIntegrationLayerepilog and before render() and
processLayer().processLayer in class AbstractIntegrationLayercom.sapportals.portal.appintegrator.IIntegrationLayer#processLayer()public void render(com.sapportals.portal.prt.component.IPortalComponentResponse response)
IIntegrationLayerprolog, processLayer() and epilog.render in class AbstractIntegrationLayercom.sapportals.portal.appintegrator.IIntegrationLayer#render(IPortalComponentResponse)public void epilog()
IIntegrationLayerprolog and processLayer() and
before render().epilog in class AbstractIntegrationLayercom.sapportals.portal.appintegrator.IIntegrationLayer#epilog()public java.lang.String getNextLayer()
IIntegrationLayergetNextLayer in class AbstractIntegrationLayercom.sapportals.portal.appintegrator.layer.AbstractIntegrationLayerIIntegrationLayer.getNextLayer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||