Class ParameterContextImpl
java.lang.Object
org.ocpsoft.rewrite.context.ContextBase
org.ocpsoft.rewrite.annotation.context.ParameterContextImpl
- All Implemented Interfaces:
ClassContext
,ParameterContext
,Context
Default implementation of
ParameterContext
- Author:
- Lincoln Baxter, III
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ocpsoft.rewrite.context.ContextBase
clear, containsKey, get, put, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ocpsoft.rewrite.context.Context
clear, containsKey, get, put
-
Constructor Details
-
ParameterContextImpl
-
-
Method Details
-
getMethodContext
- Specified by:
getMethodContext
in interfaceParameterContext
-
getClassContext
- Specified by:
getClassContext
in interfaceParameterContext
-
getConfigurationBuilder
- Specified by:
getConfigurationBuilder
in interfaceClassContext
-
getRuleBuilder
- Specified by:
getRuleBuilder
in interfaceClassContext
-
setBaseRule
- Specified by:
setBaseRule
in interfaceClassContext
-
getJavaParameter
- Specified by:
getJavaParameter
in interfaceParameterContext
-
getJavaClass
- Specified by:
getJavaClass
in interfaceClassContext
-