Class XhtmlMacroTimeoutEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
All Implemented Interfaces:
Serializable

public class XhtmlMacroTimeoutEvent extends ConfluenceEvent
An event sent when a XhtmlTimeoutException occurs when rendering a Macro.
See Also:
  • Constructor Details

    • XhtmlMacroTimeoutEvent

      public XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
  • Method Details

    • getName

      public String getName()
    • getEntity

      public ContentEntityObject getEntity()
    • getAllowedTimeInSeconds

      public long getAllowedTimeInSeconds()
    • getExceededTimeInMilliseconds

      public long getExceededTimeInMilliseconds()