org.vraptor.core
Interface Controller
- All Known Implementing Classes:
- DefaultController
public interface Controller
A basic vraptor controller.
- Since:
- 2.4
- Author:
- Guilherme Silveira
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.