public class InterceptorStack extends Interceptor
Constructor and Description |
---|
InterceptorStack() |
InterceptorStack(InterceptorStack parent) |
Modifier and Type | Method and Description |
---|---|
void |
addInterceptor(Interceptor interceptor) |
protected void |
checkProperty(String name,
Interceptor stack) |
boolean |
containsInterceptor(Interceptor interceptor) |
boolean |
containsInterceptor(String name) |
Interceptor |
getInterceptor(String name) |
List<Interceptor> |
getInterceptors() |
void |
removeInterceptor(Interceptor interceptor) |
void |
setInterceptors(List<Interceptor> interceptors) |
equals, getInstance, getName, getProperties, getProperty, getType, hashCode, isDefault, setDefault, setName, setProperties, setProperty, setType
public InterceptorStack(InterceptorStack parent)
public InterceptorStack()
public List<Interceptor> getInterceptors()
public void setInterceptors(List<Interceptor> interceptors)
public void addInterceptor(Interceptor interceptor)
public Interceptor getInterceptor(String name)
public boolean containsInterceptor(String name)
public boolean containsInterceptor(Interceptor interceptor)
public void removeInterceptor(Interceptor interceptor)
protected void checkProperty(String name, Interceptor stack)
checkProperty
in class Interceptor
Copyright © 2018 Brandao. All rights reserved.