info.magnolia.module.form.engine
Class RedirectWithTokenView

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

public class RedirectWithTokenView
extends Object
implements View

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

See Also:
Serialized Form

Constructor Summary
RedirectWithTokenView(javax.jcr.Node content, String token)
           
RedirectWithTokenView(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

RedirectWithTokenView

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

RedirectWithTokenView

public RedirectWithTokenView(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.