org.vraptor.core
Class VRaptorExecution

java.lang.Object
  extended by org.vraptor.core.VRaptorExecution

public class VRaptorExecution
extends Object

VRaptor's engine.

Author:
Guilherme Silveira, Paulo Silveira

Constructor Summary
VRaptorExecution(ComponentType componentType, LogicMethod method, Controller controller, WebRequest webRequest)
           
 
Method Summary
 String execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VRaptorExecution

public VRaptorExecution(ComponentType componentType,
                        LogicMethod method,
                        Controller controller,
                        WebRequest webRequest)
Method Detail

execute

public String execute()
               throws ComponentNotFoundException,
                      LogicNotFoundException,
                      ViewException,
                      InterceptorInstantiationException,
                      LogicException,
                      InvalidURLException
Throws:
ComponentNotFoundException
LogicNotFoundException
ViewException
InterceptorInstantiationException
LogicException
InvalidURLException


Copyright © 2004-2008 VRaptor. All Rights Reserved.