| Package | Description |
|---|---|
| org.javasimon.spring.webmvc |
MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor
time spent in Controller and View. |
| Modifier and Type | Method and Description |
|---|---|
HandlerStep |
HandlerLocation.getStep() |
static HandlerStep |
HandlerStep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerStep[] |
HandlerStep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerLocation.setStep(HandlerStep step) |
| Constructor and Description |
|---|
HandlerLocation(javax.servlet.http.HttpServletRequest request,
Object handler,
HandlerStep step) |
Copyright © 2019. All rights reserved.