|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.webapp.DefaultWebApplication
public class DefaultWebApplication
A simple web application configuration. It uses the default url manager.
| Constructor Summary | |
|---|---|
DefaultWebApplication(javax.servlet.ServletContext context)
|
|
| Method Summary | |
|---|---|
ApplicationContext |
getApplicationContext()
Returns the application context. |
ComponentManager |
getComponentManager()
Returns the component manager |
ComponentContainer |
getContainer()
|
ConverterManager |
getConverterManager()
Returns the converter manager |
ViewManager |
getDefaultViewManager()
Returns the view manager |
Introspector |
getIntrospector()
Returns the application introspector. |
LogicLocator |
getLogicLocator()
Deprecated. |
PluginManager |
getPluginManager()
Returns the plugin manager |
void |
init()
Reads the vraptor.xml file. |
void |
setViewManager(ViewManager viewManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWebApplication(javax.servlet.ServletContext context)
| Method Detail |
|---|
public ApplicationContext getApplicationContext()
WebApplication
getApplicationContext in interface WebApplication@Deprecated public LogicLocator getLogicLocator()
getLogicLocator in interface WebApplication
public void init()
throws ConfigException
init in interface WebApplicationConfigExceptionWebApplication.init()public ComponentManager getComponentManager()
WebApplication
getComponentManager in interface WebApplicationpublic ViewManager getDefaultViewManager()
WebApplication
getDefaultViewManager in interface WebApplicationpublic ConverterManager getConverterManager()
WebApplication
getConverterManager in interface WebApplicationpublic void setViewManager(ViewManager viewManager)
setViewManager in interface WebApplicationpublic PluginManager getPluginManager()
WebApplication
getPluginManager in interface WebApplicationpublic Introspector getIntrospector()
WebApplication
getIntrospector in interface WebApplicationpublic ComponentContainer getContainer()
getContainer in interface WebApplication
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||