Uiinfrastructure API Docs  
 

Interpreter.IsErrorPageRequired Method 

This method checks whether or not an error page is required and changes the space information if necessary, but does not get the actual space.

public static bool IsErrorPageRequired(
   RequestData tempData
);

Parameters

tempData

Return Value

true means error page is required, and therefore we shouldn't get it from the cache.

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace