org.apache.maven.continuum.web.interceptor
Class ForceContinuumConfigurationInterceptor
java.lang.Object
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class ForceContinuumConfigurationInterceptor
- extends Object
- implements com.opensymphony.xwork2.interceptor.Interceptor
ForceContinuumConfigurationInterceptor:
- See Also:
- Serialized Form
Method Summary |
void |
destroy()
|
void |
init()
|
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
1) check to see if this interceptor has been successfully executed
2) check if the configuration service is initialized
3) load the configuration and see if that is initialized (addresses restore on empty db)
4) force the configuration screen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForceContinuumConfigurationInterceptor
public ForceContinuumConfigurationInterceptor()
destroy
public void destroy()
- Specified by:
destroy
in interface com.opensymphony.xwork2.interceptor.Interceptor
init
public void init()
- Specified by:
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- 1) check to see if this interceptor has been successfully executed
2) check if the configuration service is initialized
3) load the configuration and see if that is initialized (addresses restore on empty db)
4) force the configuration screen
- Specified by:
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
- Parameters:
invocation
-
- Returns:
-
- Throws:
Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.