public class Home extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Interceptor> |
interceptor |
| Constructor and Description |
|---|
Home() |
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–2014 The Apache Software Foundation. All rights reserved.