public class IntercpetorContainer extends HashMap<String,List<Interceptor>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IntercpetorContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
getInInterceptors() |
List<Interceptor> |
getOutInterceptors() |
void |
setInInterceptors(List<Interceptor> inInterceptors) |
void |
setOutInterceptors(List<Interceptor> outInterceptors) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic IntercpetorContainer()
public List<Interceptor> getInInterceptors()
public void setInInterceptors(List<Interceptor> inInterceptors)
public List<Interceptor> getOutInterceptors()
public void setOutInterceptors(List<Interceptor> outInterceptors)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.