info.magnolia.module.form.templates.components
Class SessionExpiredView

java.lang.Object
  extended by info.magnolia.module.form.templates.components.SessionExpiredView
All Implemented Interfaces:
View, Serializable

public class SessionExpiredView
extends Object
implements View

Used when a sub page is requested with a form execution token that there is no formState in session for. The view displays an error message and a link to the first page.

See Also:
Serialized Form

Constructor Summary
SessionExpiredView(String firstPage)
           
 
Method Summary
 String execute()
           
 String getFirstPage()
           
 void setFirstPage(String firstPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionExpiredView

public SessionExpiredView(String firstPage)
Method Detail

getFirstPage

public String getFirstPage()

setFirstPage

public void setFirstPage(String firstPage)

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.