Package org.apereo.cas.web.flow
Class RemoveGoogleAnalyticsCookieAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.RemoveGoogleAnalyticsCookieAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class RemoveGoogleAnalyticsCookieAction
extends org.apereo.cas.web.flow.actions.BaseCasWebflowAction
This is
RemoveGoogleAnalyticsCookieAction.- Since:
- 6.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveGoogleAnalyticsCookieAction(org.apereo.cas.web.cookie.CasCookieBuilder googleAnalyticsCookieBuilder) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
RemoveGoogleAnalyticsCookieAction
public RemoveGoogleAnalyticsCookieAction(org.apereo.cas.web.cookie.CasCookieBuilder googleAnalyticsCookieBuilder)
-