|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.control.ControllerFactory
Factory for the join point controllers.
Field Summary | |
static java.lang.String |
DEFAULT_CONTROLLER
The name of the default controller implementation class. |
Constructor Summary | |
ControllerFactory()
|
Method Summary | |
static JoinPointController |
createController(java.lang.String classname)
Controller factory that creates joinpoint controllers to create the execution model of advices. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_CONTROLLER
Constructor Detail |
public ControllerFactory()
Method Detail |
public static final JoinPointController createController(java.lang.String classname)
The contract is that there will always be at least a DefaultJoinPointController meaning joinpoints will always have a controller (never null)
classname
- fully qualified class name of the controller class. If null or invalid, DefaultJoinPointController is returned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |