Class ReadOnlyConfigurationEditInterceptor
- java.lang.Object
-
- com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
-
- com.atlassian.bamboo.ww2.interceptors.ReadOnlyConfigurationEditInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class ReadOnlyConfigurationEditInterceptor extends AbstractBambooInterceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyConfigurationEditInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addException(String errorMessage)
String
doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
-
-
-
Method Detail
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-
addException
protected void addException(String errorMessage)
-
-