info.magnolia.module.form.engine
Class RedirectWithTokenAndParametersView

java.lang.Object
  extended by info.magnolia.module.form.engine.RedirectWithTokenAndParametersView
All Implemented Interfaces:
View, Serializable

public class RedirectWithTokenAndParametersView
extends Object
implements View

Used to redirect to a page with the form state token and all url parameters, effectively continuing the form on another page.

See Also:
Serialized Form

Constructor Summary
RedirectWithTokenAndParametersView(javax.jcr.Node content, String token)
           
RedirectWithTokenAndParametersView(String uuid, String token)
           
 
Method Summary
 String execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectWithTokenAndParametersView

public RedirectWithTokenAndParametersView(javax.jcr.Node content,
                                          String token)

RedirectWithTokenAndParametersView

public RedirectWithTokenAndParametersView(String uuid,
                                          String token)
Method Detail

execute

public String execute()
               throws javax.jcr.RepositoryException,
                      IOException
Specified by:
execute in interface View
Throws:
javax.jcr.RepositoryException
IOException


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.