Project Wonder 2.0

er.extensions
Class ERXWOString

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WODynamicElement
          extended byer.extensions.ERXWOString

public class ERXWOString
extends WODynamicElement

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.

Author:
ak

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

log

public static ERXLogger log

_dateFormat

protected WOAssociation _dateFormat

_numberFormat

protected WOAssociation _numberFormat

_formatter

protected WOAssociation _formatter

_value

protected WOAssociation _value

_escapeHTML

protected WOAssociation _escapeHTML

_valueWhenEmpty

protected WOAssociation _valueWhenEmpty
Constructor Detail

ERXWOString

public ERXWOString(String s,
                   NSDictionary nsdictionary,
                   WOElement woelement)
Method Detail

appendToResponse

public void appendToResponse(WOResponse woresponse,
                             WOContext wocontext)

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.