|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.appserver.WOElement com.webobjects.appserver.WODynamicElement er.extensions.ERXWOString
Reimplementation of WOString that can resolve localized format strings. This is very useful as most of the components in DirectToWeb use a "format"-String binding - so to use localized patterns, you'd need to re-implement all these components.
Field Summary | |
protected WOAssociation |
_dateFormat
|
protected WOAssociation |
_escapeHTML
|
protected WOAssociation |
_formatter
|
protected WOAssociation |
_numberFormat
|
protected WOAssociation |
_value
|
protected WOAssociation |
_valueWhenEmpty
|
static ERXLogger |
log
|
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary | |
ERXWOString(String s,
NSDictionary nsdictionary,
WOElement woelement)
|
Method Summary | |
void |
appendToResponse(WOResponse woresponse,
WOContext wocontext)
|
Methods inherited from class com.webobjects.appserver.WODynamicElement |
toString |
Methods inherited from class com.webobjects.appserver.WOElement |
invokeAction, takeValuesFromRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static ERXLogger log
protected WOAssociation _dateFormat
protected WOAssociation _numberFormat
protected WOAssociation _formatter
protected WOAssociation _value
protected WOAssociation _escapeHTML
protected WOAssociation _valueWhenEmpty
Constructor Detail |
public ERXWOString(String s, NSDictionary nsdictionary, WOElement woelement)
Method Detail |
public void appendToResponse(WOResponse woresponse, WOContext wocontext)
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |