Class XhtmlFragmentTimeoutEvent

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

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

    • XhtmlFragmentTimeoutEvent

      public XhtmlFragmentTimeoutEvent(Object src, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
  • Method Details

    • getEntity

      public ContentEntityObject getEntity()
    • getAllowedTimeInSeconds

      public long getAllowedTimeInSeconds()
    • getExceededTimeInMilliseconds

      public long getExceededTimeInMilliseconds()