|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentType
Wrapper for a component type in vraptor.
| Method Summary | |
|---|---|
Class |
getComponentClass()
|
BeanConstructor |
getConstructor()
Returns this components contructor. |
String |
getDestroyLogicName()
Deprecated. |
List<FieldAnnotation<In>> |
getInAnnotations()
|
List<InterceptorType> |
getInterceptors()
Returns all interceptors for this component class |
String |
getKey()
Deprecated. |
LogicMethod |
getLogic(String key)
Returns a specifig logic from this component |
Collection<LogicMethod> |
getLogics()
Returns all actions. |
String |
getName()
Returns the component name |
List<ReadParameter> |
getReadParameters()
|
ScopeType |
getScope()
|
| Methods inherited from interface org.vraptor.component.Outjectable |
|---|
getOutjectedValues |
| Method Detail |
|---|
ScopeType getScope()
String getName()
LogicMethod getLogic(String key)
throws LogicNotFoundException
key - the logic name
LogicNotFoundException - you are asking for something that doesn't belong to meList<InterceptorType> getInterceptors()
List<FieldAnnotation<In>> getInAnnotations()
List<ReadParameter> getReadParameters()
Collection<LogicMethod> getLogics()
throws LogicNotFoundException
LogicNotFoundExceptionClass getComponentClass()
@Deprecated String getKey()
@Deprecated String getDestroyLogicName()
BeanConstructor getConstructor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||