@Role
@Unstable
public interface AsyncContextHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addHTMLHead(StringBuilder head,
Collection<Object> values)
Add to the returned HTML head tags required elements (required js/css, metadatas, etc.).
|
void |
use(Collection<Object> values) |
void use(Collection<Object> values)
values - the values to restorevoid addHTMLHead(StringBuilder head, Collection<Object> values)
head - the head to fillvalues - the values for which to add HTML meta (if needed)Copyright © 2004–2018 XWiki. All rights reserved.