
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| EGWrapper (WOContext context) | |
| String | fileName () |
| NSDictionary | fonts () |
| boolean | isEnabled () |
| void | setFileName (String value) |
| void | setFonts (NSDictionary value) |
| void | setStyles (NSDictionary value) |
| NSDictionary | styles () |
Private Attributes | |
| String | _fileName |
| NSDictionary | _fonts |
| NSDictionary | _styles |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(EGWrapper.class) |
sample sample binding explanation
| EGWrapper | ( | WOContext | context | ) |
Public constructor
| context | the context |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| String fileName | ( | ) |
| NSDictionary fonts | ( | ) |
| boolean isEnabled | ( | ) |
| void setFileName | ( | String | value | ) |
| void setFonts | ( | NSDictionary | value | ) |
| void setStyles | ( | NSDictionary | value | ) |
| NSDictionary styles | ( | ) |
NSDictionary _fonts [private] |
NSDictionary _styles [private] |
final Logger log = Logger.getLogger(EGWrapper.class) [static, private] |
logging support
1.5.8