Plumtree UI Infrastructure API  
 

GatewayHandlers.HandleGatewayRequest Method 

This method handles gatewayed content. This method does not need to use the per-session XPLock, since it does not use the ASCache and destroys its AActivitySpace after every request.

public static bool HandleGatewayRequest(
   RequestData tempData
);

Parameters

tempData

Return Value

true implies the request has been fully processed. False implies the interpreter should continue processing this request.

See Also

GatewayHandlers Class | com.plumtree.uiinfrastructure.interpreter.filter.utils Namespace