public class AsyncMacroParameters extends Object
AsyncMacro
Macro.Constructor and Description |
---|
AsyncMacroParameters() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getContext() |
List<String> |
getId() |
boolean |
isAsync() |
boolean |
isCached() |
void |
setAsync(boolean async) |
void |
setCached(boolean cached) |
void |
setContext(Set<String> contextEntries) |
void |
setId(List<String> id) |
public boolean isAsync()
public void setAsync(boolean async)
async
- true if the content should be executed asynchronouslypublic boolean isCached()
public void setCached(boolean cached)
cached
- true if the result of the execution should be cachedpublic Set<String> getContext()
public void setContext(Set<String> contextEntries)
contextEntries
- the context entries needed to execute the contentCopyright © 2004–2022 XWiki. All rights reserved.