Uiinfrastructure API Docs  
 

GatewayFilter.PreFilter Method 

This method detects if the incoming request is a gateway request. If it is, it will take over the processing of the request, and return a boolean true to indicate that Interpreter shall not process the request further.

public override bool PreFilter(
   RequestData requestData
);

Implements

IInterpreterFilter.PreFilter

See Also

GatewayFilter Class | com.plumtree.uiinfrastructure.interpreter.filter Namespace