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, hashCodegetSource, toStringpublic 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–2017 Atlassian. All rights reserved.