Uses of Class
org.vraptor.component.InvalidComponentException

Packages that use InvalidComponentException
org.vraptor.component   
org.vraptor.interceptor   
org.vraptor.webapp   
 

Uses of InvalidComponentException in org.vraptor.component
 

Methods in org.vraptor.component that throw InvalidComponentException
 DefaultLogicMethod DefaultLogicMethodFactory.create(String name, Class<?> type, Method method)
           
 BeanConstructor Clazz.findSingleConstructor()
          Returns the single constructor - if there is only one.
 ComponentType ComponentManager.getComponentType(Class<?> type)
           
 Map<String,DefaultLogicMethod> LogicMethodFactory.loadLogics(Class<?> type)
           
 Map<String,DefaultLogicMethod> DefaultLogicMethodFactory.loadLogics(Class<?> type)
           
 boolean ComponentManager.register(String type)
          Registers a new component
 

Uses of InvalidComponentException in org.vraptor.interceptor
 

Methods in org.vraptor.interceptor that throw InvalidComponentException
 Interceptor InterceptorType.newInstance(LogicRequest logicRequest, BeanProvider provider)
          Returns a new instance of this interceptor, using the specified bean provider.
 

Uses of InvalidComponentException in org.vraptor.webapp
 

Methods in org.vraptor.webapp that throw InvalidComponentException
 ComponentType DefaultComponentManager.getComponentType(Class<?> type)
           
 boolean DefaultComponentManager.register(String typeClazz)
           
 



Copyright © 2004-2008 VRaptor. All Rights Reserved.