|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.acciente.induction.resolver.ControllerResolver.Resolution
public static class ControllerResolver.Resolution
A container object for the resolution information.
Constructor Summary | |
---|---|
ControllerResolver.Resolution(String sClassName,
String sMethodName)
Creates a resolution object. |
|
ControllerResolver.Resolution(String sClassName,
String sMethodName,
boolean bIsIgnoreMethodNameCase)
Creates a resolution object. |
|
ControllerResolver.Resolution(String sClassName,
String sMethodName,
boolean bIsIgnoreMethodNameCase,
Map oOptions)
Creates a resolution object. |
Method Summary | |
---|---|
String |
getClassName()
|
String |
getMethodName()
|
Map |
getOptions()
|
boolean |
isIgnoreMethodNameCase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerResolver.Resolution(String sClassName, String sMethodName)
sClassName
- the fully qualified name of the controller classsMethodName
- the name of the method to invoke in the controller classpublic ControllerResolver.Resolution(String sClassName, String sMethodName, boolean bIsIgnoreMethodNameCase)
sClassName
- the fully qualified name of the controller classsMethodName
- the name of the method to invoke in the controller classbIsIgnoreMethodNameCase
- tells Induction to ignore case when attempting to find a match for the
method name in this resolution.public ControllerResolver.Resolution(String sClassName, String sMethodName, boolean bIsIgnoreMethodNameCase, Map oOptions)
sClassName
- the fully qualified name of the controller classsMethodName
- the name of the method to invoke in the controller classbIsIgnoreMethodNameCase
- tells Induction to ignore case when attempting to find a match for the
method name in this resolution.oOptions
- is an optional map (may be null) containing data that the resolver wishes to store as part
of the resolution. The controller's handler can access this data by choosing have the resolution object
injected. This options maps is useful if the resolver is used to map a wide range of requests to a small
number of controllers whose behaviour is parameterized by the options map.Method Detail |
---|
public String getClassName()
public String getMethodName()
public boolean isIgnoreMethodNameCase()
public Map getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |