public class XhtmlMacroTimeoutEvent extends ConfluenceEvent
XhtmlTimeoutException
occurs when rendering a Macro
.source
Constructor and Description |
---|
XhtmlMacroTimeoutEvent(Object src,
String name,
ContentEntityObject entity,
long allowedTimeInSeconds,
long exceededTimeInMilliseconds) |
Modifier and Type | Method and Description |
---|---|
long |
getAllowedTimeInSeconds() |
ContentEntityObject |
getEntity() |
long |
getExceededTimeInMilliseconds() |
String |
getName() |
equals, hashCode
getSource, toString
public XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds)
public String getName()
public ContentEntityObject getEntity()
public long getAllowedTimeInSeconds()
public long getExceededTimeInMilliseconds()
Copyright © 2003–2019 Atlassian. All rights reserved.