org.codehaus.waffle.view
Class RedirectView

java.lang.Object
  extended by org.codehaus.waffle.view.View
      extended by org.codehaus.waffle.view.RedirectView

public class RedirectView
extends View

Indicates that the view should be redirected to.

Author:
Michael Ward

Constructor Summary
RedirectView(java.lang.String path)
           
RedirectView(java.lang.String path, java.lang.Object controller)
          Deprecated. - Use RedirectView(path)
RedirectView(java.lang.String path, java.lang.Object controller, int statusCode)
           
 
Method Summary
 int getStatusCode()
           
 
Methods inherited from class org.codehaus.waffle.view.View
getController, getControllerDefinition, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectView

public RedirectView(java.lang.String path)

RedirectView

public RedirectView(java.lang.String path,
                    java.lang.Object controller)
Deprecated. - Use RedirectView(path)


RedirectView

public RedirectView(java.lang.String path,
                    java.lang.Object controller,
                    int statusCode)
Method Detail

getStatusCode

public int getStatusCode()


Copyright © 2008. All Rights Reserved.