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