WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLComment

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.parser.woml.WOMLComment

public class WOMLComment
extends WOElement


Constructor Summary
WOMLComment(String aString, String commentStartPrefix, String commentEndSuffix)
           
 
Method Summary
 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.
 boolean isEnd()
           
 boolean isStart()
           
 
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

WOMLComment

public WOMLComment(String aString,
                   String commentStartPrefix,
                   String commentEndSuffix)
Method Detail

isStart

public boolean isStart()

isEnd

public boolean isEnd()

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 WOElement
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.