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
Constructors -
Method Summary
Methods inherited from class org.ocpsoft.rewrite.context.ContextBase
clear, containsKey, get, put, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ocpsoft.rewrite.context.Context
clear, containsKey, get, put
-
Constructor Details
-
ParameterContextImpl
-
-
Method Details
-
getMethodContext
- Specified by:
getMethodContextin interfaceParameterContext
-
getClassContext
- Specified by:
getClassContextin interfaceParameterContext
-
getConfigurationBuilder
- Specified by:
getConfigurationBuilderin interfaceClassContext
-
getRuleBuilder
- Specified by:
getRuleBuilderin interfaceClassContext
-
setBaseRule
- Specified by:
setBaseRulein interfaceClassContext
-
getJavaParameter
- Specified by:
getJavaParameterin interfaceParameterContext
-
getJavaClass
- Specified by:
getJavaClassin interfaceClassContext
-