net.wotonomy.web
Class WOString

java.lang.Object
  extended by net.wotonomy.web.WOElement
      extended by net.wotonomy.web.WODynamicElement
          extended by net.wotonomy.web.WOString
All Implemented Interfaces:
java.io.Serializable, WOActionResults

public class WOString
extends WODynamicElement

WOString renders a dynamically generated string in the output. Bindings are:

Version:
$Revision: 905 $
Author:
michael@mpowers.net, $Author: cgruber $
See Also:
Serialized Form

Field Summary
protected  java.lang.String dateformat
           
protected  boolean escapeHTML
           
protected  java.text.Format formatter
           
protected  java.lang.String numberformat
           
protected  java.lang.Object value
           
protected  java.lang.Object valueWhenEmpty
           
 
Fields inherited from class net.wotonomy.web.WODynamicElement
associations, name, rootElement
 
Constructor Summary
protected WOString()
          The default constructor.
  WOString(java.lang.String aName, net.wotonomy.foundation.NSDictionary anAssociationMap, WOElement aRootElement)
           
 
Method Summary
 void appendToResponse(WOResponse aResponse, WOContext aContext)
          This method is called on all elements of the content tree to build a response to a user request.
 
Methods inherited from class net.wotonomy.web.WODynamicElement
generateResponse, invokeAction, takeValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value

escapeHTML

protected boolean escapeHTML

formatter

protected java.text.Format formatter

dateformat

protected java.lang.String dateformat

numberformat

protected java.lang.String numberformat

valueWhenEmpty

protected java.lang.Object valueWhenEmpty
Constructor Detail

WOString

protected WOString()
The default constructor.


WOString

public WOString(java.lang.String aName,
                net.wotonomy.foundation.NSDictionary anAssociationMap,
                WOElement aRootElement)
Method Detail

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)
Description copied from class: WODynamicElement
This method is called on all elements of the content tree to build a response to a user request. The message should be forwarded to any child elements so that the entire tree is traversed. This implementation does nothing.

Overrides:
appendToResponse in class WODynamicElement


Copyright © 2006 null. All Rights Reserved.