net.wotonomy.web
Class WOFrame

java.lang.Object
  extended by net.wotonomy.web.WOElement
      extended by net.wotonomy.web.WODynamicElement
          extended by net.wotonomy.web.WOFrame
All Implemented Interfaces:
java.io.Serializable, WOActionResults

public class WOFrame
extends WODynamicElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.wotonomy.web.WODynamicElement
associations, name, rootElement
 
Constructor Summary
WOFrame()
           
WOFrame(java.lang.String aName, net.wotonomy.foundation.NSDictionary assocs, WOElement template)
           
 
Method Summary
 void appendToResponse(WOResponse r, WOContext c)
          This method is called on all elements of the content tree to build a response to a user request.
 java.lang.String frameName(WOContext c)
           
 java.lang.String url(WOContext c)
           
 
Methods inherited from class net.wotonomy.web.WODynamicElement
generateResponse, invokeAction, takeValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOFrame

public WOFrame()

WOFrame

public WOFrame(java.lang.String aName,
               net.wotonomy.foundation.NSDictionary assocs,
               WOElement template)
Method Detail

frameName

public java.lang.String frameName(WOContext c)

url

public java.lang.String url(WOContext c)

appendToResponse

public void appendToResponse(WOResponse r,
                             WOContext c)
Description copied from class: WODynamicElement
This method is called on all elements of the content tree to build a response to a user request. The message should be forwarded to any child elements so that the entire tree is traversed. This implementation does nothing.

Overrides:
appendToResponse in class WODynamicElement


Copyright © 2006 null. All Rights Reserved.