public class Bean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Interceptor> |
interceptor |
| Constructor and Description |
|---|
Bean() |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
getInterceptor()
Gets the value of the interceptor property.
|
protected List<Interceptor> interceptor
public List<Interceptor> getInterceptor()
set method for the interceptor property.
For example, to add a new item, do as follows:
getInterceptor().add(newItem);
Objects of the following type(s) are allowed in the list
InterceptorCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.