Class XhtmlFragmentTimeoutEvent
- 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.XhtmlFragmentTimeoutEvent
-
- All Implemented Interfaces:
Serializable
public class XhtmlFragmentTimeoutEvent extends ConfluenceEvent
An event sent when aXhtmlTimeoutException
occurs when rendering a fragment.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description XhtmlFragmentTimeoutEvent(Object src, 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()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
XhtmlFragmentTimeoutEvent
public XhtmlFragmentTimeoutEvent(Object src, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
-
-
Method Detail
-
getEntity
public ContentEntityObject getEntity()
-
getAllowedTimeInSeconds
public long getAllowedTimeInSeconds()
-
getExceededTimeInMilliseconds
public long getExceededTimeInMilliseconds()
-
-