public class CoopInterceptor extends AbstractInterceptor implements PreResultListener
PreResultListener.LegacyAdapter
ConditionalInterceptor.LegacyAdapter
Constructor and Description |
---|
CoopInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
beforeResult(ActionInvocation invocation,
String resultCode) |
String |
intercept(ActionInvocation invocation)
Override to handle interception
|
boolean |
isExempted(String path) |
void |
setExemptedPaths(String paths) |
void |
setMode(String mode) |
intercept, shouldIntercept, shouldIntercept
destroy, init, setDisabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adapt, beforeResult
adapt
adapt
destroy, init
public String intercept(ActionInvocation invocation) throws Exception
AbstractInterceptor
intercept
in class AbstractInterceptor
Exception
public void beforeResult(ActionInvocation invocation, String resultCode)
public boolean isExempted(String path)
public void setExemptedPaths(String paths)
public void setMode(String mode)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.