Inherited by ERXPathDirectActionRequestHandler.

Public Member Functions | |
| ERXDirectActionRequestHandler (String actionClassName, String defaultActionName, boolean shouldAddToStatistics) | |
| ERXDirectActionRequestHandler () | |
| WOResponse | handleRequest (WORequest request) |
Static Public Member Functions | |
| static boolean | automaticMessageEncodingEnabled () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXDirectActionRequestHandler.class) |
Protected Member Functions | |
| boolean | isSystemRequest (WORequest request) |
Static Protected Attributes | |
| static Boolean | automaticMessageEncodingEnabled |
NOTE: This class is multi thread safe.
| ERXDirectActionRequestHandler | ( | String | actionClassName, | |
| String | defaultActionName, | |||
| boolean | shouldAddToStatistics | |||
| ) |
| static boolean automaticMessageEncodingEnabled | ( | ) | [static] |
Allows the disabling of automatic message encoding. Useful for backend services where you want to just use the default encoding.
| WOResponse handleRequest | ( | WORequest | request | ) |
| boolean isSystemRequest | ( | WORequest | request | ) | [protected] |
Return true if you want to handle the request even though the app is refusing new sessions. Currently, this includes all urls with "stats" in them
| request |
Boolean automaticMessageEncodingEnabled [static, protected] |
caches if automatic message encoding is enabled, defaults to true
1.5.8