public class ActionManagerImpl extends Object implements ActionManager
| 构造器和说明 |
|---|
ActionManagerImpl(ClassManager classManager,
Setting setting) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> void |
append(Map<K,Set<V>> map,
K k,
V v) |
static String |
filterM1(String m1) |
Class<?>[] |
getAll()
get all Managed classes
|
void |
makeIndex() |
void |
manager(Method method,
ContextManager contextManager)
Manage a method with
ContextManager |
void |
manager(Object obj)
manage A class of obj
|
MatherResult |
mather(String regx)
mather a somebody
|
void |
replaceAction(String oStr,
String nowStr)
Dynamically replace @Action's matching primary key character
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmanager, managerpublic ActionManagerImpl(ClassManager classManager, Setting setting)
public void makeIndex()
public MatherResult mather(String regx)
ActionManagermather 在接口中 ActionManagerpublic Class<?>[] getAll()
ActionManagergetAll 在接口中 ActionManagerpublic void manager(Method method, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
MethodManagerContextManagermanager 在接口中 MethodManagerIllegalAccessExceptionInvocationTargetExceptionpublic void manager(Object obj) throws IllegalAccessException, InvocationTargetException
ActionManagermanager 在接口中 ActionManagermanager 在接口中 BaseManagermanager 在接口中 ClassAttributeManagerIllegalAccessExceptionInvocationTargetExceptionpublic void replaceAction(String oStr, String nowStr)
ActionManagerreplaceAction 在接口中 ActionManageroStr - The character to be replacednowStr - The character to be replaced withCopyright © 2025. All rights reserved.