Class XhtmlMacroTimeoutEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- 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 aXhtmlTimeoutException
occurs when rendering aMacro
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAllowedTimeInSeconds()
ContentEntityObject
getEntity()
long
getExceededTimeInMilliseconds()
String
getName()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
XhtmlMacroTimeoutEvent
public XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
-
-
Method Detail
-
getName
public String getName()
-
getEntity
public ContentEntityObject getEntity()
-
getAllowedTimeInSeconds
public long getAllowedTimeInSeconds()
-
getExceededTimeInMilliseconds
public long getExceededTimeInMilliseconds()
-
-