Class MethodContextImpl
java.lang.Object
org.ocpsoft.rewrite.context.ContextBase
org.ocpsoft.rewrite.annotation.context.MethodContextImpl
- All Implemented Interfaces:
ClassContext,MethodContext,Context
Default implementation of
MethodContext- Author:
- Christian Kaltepoth
-
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
-
MethodContextImpl
-
-
Method Details
-
getClassContext
- Specified by:
getClassContextin interfaceMethodContext
-
getConfigurationBuilder
- Specified by:
getConfigurationBuilderin interfaceClassContext
-
getRuleBuilder
- Specified by:
getRuleBuilderin interfaceClassContext
-
setBaseRule
- Specified by:
setBaseRulein interfaceClassContext
-
getJavaMethod
- Specified by:
getJavaMethodin interfaceMethodContext
-
getJavaClass
- Specified by:
getJavaClassin interfaceClassContext
-