|
Project Wonder 5.0.0.8787 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
er.extensions.components._private.ERXWOString
public class 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 Logger |
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 Logger 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)
appendToResponse in class WOElement
|
Last updated: Wed, Jan 7, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||