Uiinfrastructure API Docs  
 

HealthFilter.PreFilter Method 

MES- This method detects if the incoming request is a health 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

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