info.magnolia.module.form.engine
Interface View

All Superinterfaces:
Serializable
All Known Subinterfaces:
EndView
All Known Implementing Classes:
ErrorView, FormView, GoToFirstPageView, RedirectView, RedirectWithTokenAndParametersView, RedirectWithTokenView, SessionExpiredView, SuccessView

public interface View
extends Serializable

A view as returned from FormEngine. Implementing classes typically contain details to be displayed in the view. The template form.ftl renders differently depending on the view.


Method Summary
 String execute()
           
 

Method Detail

execute

String execute()
               throws javax.jcr.RepositoryException,
                      IOException
Throws:
javax.jcr.RepositoryException
IOException


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