|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.component.ComponentTypeWrapper
public class ComponentTypeWrapper
A component wrapper.
| Constructor Summary | |
|---|---|
ComponentTypeWrapper(ComponentType component)
|
|
| Method Summary | |
|---|---|
Class |
getComponentClass()
|
BeanConstructor |
getConstructor()
Returns this components contructor. |
String |
getDestroyLogicName()
|
List<FieldAnnotation<In>> |
getInAnnotations()
|
List<InterceptorType> |
getInterceptors()
Returns all interceptors for this component class |
String |
getKey()
|
LogicMethod |
getLogic(String key)
Returns a specifig logic from this component |
Collection<LogicMethod> |
getLogics()
Returns all actions. |
String |
getName()
Returns the component name |
Map<String,Object> |
getOutjectedValues(Object comp,
ScopeType scope)
Returns all outjected objects from an specific scope |
List<ReadParameter> |
getReadParameters()
|
ScopeType |
getScope()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentTypeWrapper(ComponentType component)
| Method Detail |
|---|
public List<FieldAnnotation<In>> getInAnnotations()
getInAnnotations in interface ComponentTypepublic List<InterceptorType> getInterceptors()
ComponentType
getInterceptors in interface ComponentType
public LogicMethod getLogic(String key)
throws LogicNotFoundException
ComponentType
getLogic in interface ComponentTypekey - the logic name
LogicNotFoundException - you are asking for something that doesn't belong to mepublic String getName()
ComponentType
getName in interface ComponentTypepublic List<ReadParameter> getReadParameters()
getReadParameters in interface ComponentType
public Collection<LogicMethod> getLogics()
throws LogicNotFoundException
ComponentType
getLogics in interface ComponentTypeLogicNotFoundExceptionpublic Class getComponentClass()
getComponentClass in interface ComponentTypepublic ScopeType getScope()
getScope in interface ComponentTypepublic String getKey()
getKey in interface ComponentTypepublic String getDestroyLogicName()
getDestroyLogicName in interface ComponentType
public Map<String,Object> getOutjectedValues(Object comp,
ScopeType scope)
throws GettingException,
MethodInvocationException
Outjectable
getOutjectedValues in interface OutjectableGettingException
MethodInvocationExceptionpublic BeanConstructor getConstructor()
ComponentType
getConstructor in interface ComponentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||