Plumtree UI Infrastructure API  
 

Interpreter.HandleRequest Method 

Handle the HTTP request by getting the appropriate control, filling out its data, and returning the Display page from the control.

public static void HandleRequest(
   IXPRequest request,
   IXPResponse response,
   ISessionManager session,
   IApplication application
);

Parameters

request
response
session
application

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace