public class HandlerClassInfo extends Object
Modifier and Type | Method and Description |
---|---|
static HandlerClassInfo |
getClassInfo(Class<?> c) |
HandlerMethod |
getEndMethod(String localName) |
HandlerMethod[] |
getHandlerMethods() |
HandlerMethod |
getStartMethod(String localName) |
HandlerMethod |
getTextMethod() |
static void |
registerClass(Class<?> c) |
public static HandlerClassInfo getClassInfo(Class<?> c)
public static void registerClass(Class<?> c)
public HandlerMethod getEndMethod(String localName)
public HandlerMethod[] getHandlerMethods()
public HandlerMethod getStartMethod(String localName)
public HandlerMethod getTextMethod()
Copyright © 2018. All rights reserved.