Class PaginationAwareInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.PaginationAwareInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
Interceptor that performs pagination on the
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoIntercept
(com.opensymphony.xwork2.ActionInvocation actionInvocation) Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
Constructor Details
-
PaginationAwareInterceptor
public PaginationAwareInterceptor()
-
-
Method Details
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception - Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-