Class LastModifiedInterceptor

java.lang.Object
com.atlassian.confluence.core.actions.LastModifiedInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.Interceptor

public class LastModifiedInterceptor extends Object implements org.apache.struts2.interceptor.Interceptor
See Also:
  • Constructor Details

    • LastModifiedInterceptor

      public LastModifiedInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.struts2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface org.apache.struts2.interceptor.Interceptor
    • intercept

      public String intercept(org.apache.struts2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Throws:
      Exception