WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLCommentGroup

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by com.webobjects.appserver._private.WODynamicGroup
              extended by com.webobjects.appserver.parser.woml.WOMLCommentGroup

public class WOMLCommentGroup
extends WODynamicGroup


Constructor Summary
WOMLCommentGroup(String name, NSDictionary someAssociations, NSMutableArray children)
           
WOMLCommentGroup(String name, NSDictionary someAssociations, WOElement template)
           
 
Method Summary
 void appendChildrenToResponse(WOResponse response, WOContext context)
           
 WOActionResults invokeChildrenAction(WORequest request, WOContext context)
           
 void takeChildrenValuesFromRequest(WORequest request, WOContext context)
           
 
Methods inherited from class com.webobjects.appserver.WODynamicElement
toString
 
Methods inherited from class com.webobjects.appserver.WOElement
appendToResponse, invokeAction, takeValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOMLCommentGroup

public WOMLCommentGroup(String name,
                        NSDictionary someAssociations,
                        WOElement template)

WOMLCommentGroup

public WOMLCommentGroup(String name,
                        NSDictionary someAssociations,
                        NSMutableArray children)
Method Detail

appendChildrenToResponse

public void appendChildrenToResponse(WOResponse response,
                                     WOContext context)
Overrides:
appendChildrenToResponse in class WODynamicGroup

invokeChildrenAction

public WOActionResults invokeChildrenAction(WORequest request,
                                            WOContext context)
Overrides:
invokeChildrenAction in class WODynamicGroup

takeChildrenValuesFromRequest

public void takeChildrenValuesFromRequest(WORequest request,
                                          WOContext context)
Overrides:
takeChildrenValuesFromRequest in class WODynamicGroup

Last updated June 2008

Copyright © 2000-2008 Apple Inc.