public class FetchMetadataInterceptor extends AbstractInterceptor
StrutsResourceIsolationPolicy
to
filter the requests allowed to be processed.Constructor and Description |
---|
FetchMetadataInterceptor() |
Modifier and Type | Method and Description |
---|---|
String |
intercept(ActionInvocation invocation)
Override to handle interception
|
void |
setExemptedPaths(String paths) |
destroy, init, setDisabled, shouldIntercept
public void setExemptedPaths(String paths)
public String intercept(ActionInvocation invocation) throws Exception
AbstractInterceptor
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
invocation
- the action invocationActionInvocation.invoke()
, or from the interceptor itself.Exception
- any system-level error, as defined in Action.execute()
.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.