@Role
public interface SkinExtension
Modifier and Type | Method and Description |
---|---|
void |
use(String resource)
Mark a resource as used in the current result.
|
void |
use(String resource,
Map<String,Object> parameters)
Mark a skin extension document as used in the current result, together with some parameters.
|
void use(String resource)
resource
- The name of the resource to pull.void use(String resource, Map<String,Object> parameters)
resource
- The name of the resource to pull.parameters
- The parameters for this resource.Copyright © 2004–2017 XWiki. All rights reserved.