com.webobjects.appserver.parser.woml
Class WOHTMLBareStringReabable
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver._private.WOHTMLBareString
com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
public class WOHTMLBareStringReabable
- extends WOHTMLBareString
WOHTMLBareStringReabable
public WOHTMLBareStringReabable(String aString)
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 actionaContext
- the context of the transaction- See Also:
WOResponse
Copyright © 2000-2008 Apple Inc.