public final class ContextHandlerMeta extends Object
| Constructor and Description |
|---|
ContextHandlerMeta() |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessAdvice> |
getAfterRequestProcessAdvices()
Get the after request process advices.
|
List<ProcessAdvice> |
getBeforeRequestProcessAdvices()
Get the before request process advices.
|
ContextHandler |
getHandler()
Gets the context handler.
|
HttpMethod[] |
getHttpMethods()
Get the HTTP methods.
|
Method |
getInvokeHolder()
Gets the invoke holder.
|
String[] |
getUriTemplates()
Get the URI templates.
|
void |
initProcessAdvices()
Initializes process advices.
|
void |
setHandler(ContextHandler handler)
Sets the context handler.
|
void |
setHttpMethods(HttpMethod[] httpMethods)
Sets the HTTP methods with the specified HTTP methods.
|
void |
setInvokeHolder(Method invokeHolder)
Sets the invoke holder with the specified invoke holder.
|
void |
setUriTemplates(String[] uriTemplates)
Set the URI templates with the specified URI templates.
|
public List<ProcessAdvice> getBeforeRequestProcessAdvices()
public List<ProcessAdvice> getAfterRequestProcessAdvices()
public void initProcessAdvices()
public void setUriTemplates(String[] uriTemplates)
uriTemplates - the specified URI templatespublic String[] getUriTemplates()
public void setHttpMethods(HttpMethod[] httpMethods)
httpMethods - httpMethods the specified HTTP methodspublic HttpMethod[] getHttpMethods()
public void setInvokeHolder(Method invokeHolder)
invokeHolder - invokeHolder the specified invoke holderpublic Method getInvokeHolder()
public void setHandler(ContextHandler handler)
handler - the specified handlerpublic ContextHandler getHandler()
Copyright © 2009–2019 B3log. All rights reserved.