org.vraptor.component
Class DefaultComponentContainer

java.lang.Object
  extended by org.vraptor.component.DefaultComponentContainer
All Implemented Interfaces:
ComponentContainer

public class DefaultComponentContainer
extends Object
implements ComponentContainer


Constructor Summary
DefaultComponentContainer()
           
DefaultComponentContainer(javax.servlet.ServletContext context)
           
 
Method Summary
 ApplicationContext getApplicationContext()
           
 ComponentManager getComponentManager()
           
 LogicLocator getLogicLocator()
           
 LogicLocator getURLManager()
          Deprecated. 
 ValidationErrorsFactory getValidationErrorsFactory()
           
 ViewLocator getViewLocator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComponentContainer

public DefaultComponentContainer(javax.servlet.ServletContext context)

DefaultComponentContainer

public DefaultComponentContainer()
Method Detail

getValidationErrorsFactory

public ValidationErrorsFactory getValidationErrorsFactory()
Specified by:
getValidationErrorsFactory in interface ComponentContainer

getLogicLocator

public LogicLocator getLogicLocator()
Specified by:
getLogicLocator in interface ComponentContainer

getComponentManager

public ComponentManager getComponentManager()
Specified by:
getComponentManager in interface ComponentContainer

getApplicationContext

public ApplicationContext getApplicationContext()
Specified by:
getApplicationContext in interface ComponentContainer

getViewLocator

public ViewLocator getViewLocator()
Specified by:
getViewLocator in interface ComponentContainer

getURLManager

@Deprecated
public LogicLocator getURLManager()
Deprecated. 

Specified by:
getURLManager in interface ComponentContainer


Copyright © 2004-2008 VRaptor. All Rights Reserved.