PATH |
Inherits from: WOComponent WOElement Object
Implements: NSKeyValueCoding NSKeyValueCoding.ErrorHandling NSKeyValueCodingAdditions NSValidation WOActionResults Cloneable Serializable
Package: com.webobjects.appserver
WORedirect is a subclass of WOComponent that may be used to force the user's browser to redirect to another URL. You should only return this component as a response to an action method and never use it in an declarations file directly. This component can be useful, for example, if you have an image map with both static and dynamic actions.
public WORedirect (WOContext aContext)
public void appendToResponse(WOResponse aResponse, WOContext aContext)
public void setURL(String aURL)
public String url()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)