org.vraptor.core
Interface Controller

All Known Implementing Classes:
DefaultController

public interface Controller

A basic vraptor controller.

Since:
2.4
Author:
Guilherme Silveira

Method Summary
 String execute(WebRequest request)
           
 Introspector getIntrospector()
           
 WebApplication getWebApplication()
           
 

Method Detail

getWebApplication

WebApplication getWebApplication()
Returns:
the application

execute

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

getIntrospector

Introspector getIntrospector()


Copyright © 2004-2008 VRaptor. All Rights Reserved.