net.wotonomy.web
Class WOResourceURL

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

public class WOResourceURL
extends WODynamicElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.wotonomy.web.WODynamicElement
associations, name, rootElement
 
Constructor Summary
WOResourceURL()
           
WOResourceURL(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.
 
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

WOResourceURL

public WOResourceURL()

WOResourceURL

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

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.