
Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| void | awake () |
| ERD2WSwitchComponent (WOContext context) | |
| void | maybeResetCaches () |
| void | resetCaches () |
| D2WContext | subContext () |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
| void | validationFailedWithException (Throwable e, Object value, String keyPath) |
Static Public Member Functions | |
| static D2WContext | makeSubContextForDynamicPageNamed (String s, WOSession wosession) |
| static D2WContext | makeSubContextForTaskAndEntity (String s, EOEntity eoentity, WOSession wosession) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WSwitchComponent.class) |
Private Attributes | |
| D2WContext | _context |
| String | _pageConfiguration |
| ERD2WSwitchComponent | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | r, | |
| WOContext | c | |||
| ) |
| void awake | ( | ) |
Calling super is a bad thing with 5.2. Will perform binding checks that shouldn't be done.
| static D2WContext makeSubContextForDynamicPageNamed | ( | String | s, | |
| WOSession | wosession | |||
| ) | [static] |
| static D2WContext makeSubContextForTaskAndEntity | ( | String | s, | |
| EOEntity | eoentity, | |||
| WOSession | wosession | |||
| ) | [static] |
| void maybeResetCaches | ( | ) |
| void resetCaches | ( | ) |
| D2WContext subContext | ( | ) |
| void takeValuesFromRequest | ( | WORequest | r, | |
| WOContext | c | |||
| ) |
| void validationFailedWithException | ( | Throwable | e, | |
| Object | value, | |||
| String | keyPath | |||
| ) |
D2WContext _context [private] |
String _pageConfiguration [private] |
final Logger log = Logger.getLogger(ERD2WSwitchComponent.class) [static] |
logging support
1.5.8