public class RestResourcePath extends BaseNamingStrategy
| Modifier and Type | Field and Description |
|---|---|
protected MadvocConfig |
madvocConfig |
CLASS_MACRO, EXTENSION_MACRO, HTTPMETHOD_MACRO, METHOD_MACRO, PACKAGE_MACRO| Constructor and Description |
|---|
RestResourcePath() |
| Modifier and Type | Method and Description |
|---|---|
ActionDef |
buildActionDef(java.lang.Class actionClass,
java.lang.reflect.Method actionMethod,
ActionNames actionNames)
Builds
ActionDef. |
protected java.lang.String |
resolveHttpMethodFromMethodName(java.lang.String methodName)
Resolves HTTP method name from method name.
|
createActionDef, isAbsolutePath, replaceActionNameMacros@In(scope=CONTEXT) protected MadvocConfig madvocConfig
public ActionDef buildActionDef(java.lang.Class actionClass, java.lang.reflect.Method actionMethod, ActionNames actionNames)
ActionNamingStrategyActionDef.actionClass - action classactionMethod - action methodactionNames - action namesprotected java.lang.String resolveHttpMethodFromMethodName(java.lang.String methodName)
Copyright © 2003-2013 Jodd Team