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
An event sent when a
XhtmlTimeoutException
occurs when rendering a Macro
.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlMacroTimeoutEvent
(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds) -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
XhtmlMacroTimeoutEvent
public XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
-
-
Method Details
-
getName
-
getEntity
-
getAllowedTimeInSeconds
public long getAllowedTimeInSeconds() -
getExceededTimeInMilliseconds
public long getExceededTimeInMilliseconds()
-