|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ComponentRole public interface SkinExtension
Allows a component to use a skin file (js or css), in the current page being rendered.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||