public interface JvmFilter
extends org.springframework.core.Ordered
| Modifier and Type | Method and Description |
|---|---|
boolean |
after(JvmFilterContext context)
This method is called after the actual JVM service invoking.
|
boolean |
before(JvmFilterContext context)
This method is called before the actual JVM service invoking.
|
boolean before(JvmFilterContext context)
invokeResult of context
makes no sense here.context - JVM invoking contextboolean after(JvmFilterContext context)
invokeResult of context to do something nasty.context - JVM invoking contextCopyright © 2021. All rights reserved.