WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOHTMLBareStringReabable

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver._private.WOHTMLBareString
          extended by com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable

public class WOHTMLBareStringReabable
extends WOHTMLBareString


Constructor Summary
WOHTMLBareStringReabable(String aString)
           
 
Method Summary
 void appendString(String value)
           
 void appendToResponse(WOResponse aResponse, WOContext aContext)
          This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object.
 String getString()
           
 void setString(String value)
           
 
Methods inherited from class com.webobjects.appserver.WOElement
invokeAction, takeValuesFromRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOHTMLBareStringReabable

public WOHTMLBareStringReabable(String aString)
Method Detail

getString

public String getString()

setString

public void setString(String value)

appendString

public void appendString(String value)

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)
Description copied from class: WOElement
This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object. If the WOElement has children WOElements, it should invoke this method on them in turn. WOElement's default implementation of this method does nothing.

Overrides:
appendToResponse in class WOHTMLBareString
Parameters:
aResponse - the input HTTP request to trigger the append action
aContext - the context of the transaction
See Also:
WOResponse

Last updated June 2008

Copyright © 2000-2008 Apple Inc.