| Modifier and Type | Method and Description |
|---|---|
IResource |
IResourceManager.addCss(String path,
boolean classpath,
EType ref)
Adds a CSS to the head end.
|
IResource |
IResourceManager.addCss(String path,
boolean classpath,
EType ref,
Position position)
Adds a CSS specified by path to a given position.
|
IResource |
IResourceManager.addJs(String path,
boolean classpath,
EType ref)
Adds a JS specified by path to a given position.
|
IResource |
IResourceManager.addJs(String path,
boolean classpath,
EType ref,
Position position)
Adds a JS specified by path to a given position.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResource
Partial resource implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IResource |
ResourceManagerImpl.addCss(String path,
boolean classpath,
EType ref) |
IResource |
ResourceManagerImpl.addCss(String path,
boolean classpath,
EType ref,
Position position) |
IResource |
ResourceManagerImpl.addJs(String path,
boolean classpath,
EType ref) |
IResource |
ResourceManagerImpl.addJs(String path,
boolean classpath,
EType ref,
Position position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceManagerImpl.add(IResource resource) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceElement
A resource related to a given element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceElement
Abstract implementation of a resource with a Element counterpart.
|
class |
AbstractResourceElementAtt
A resource.
|
class |
ImageResource
A image resource.
|
class |
JavaScriptResource
A JavaScript resource.
|
class |
StylesheetResource
A stylesheet resource.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourcePositional
Definition of a resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceHeader
Default resource to be written in header part.
|
class |
AbstractResourcePositional
A positional resource.
|
class |
CSSResource
A CSS resource.
|
class |
JSResource
A JavaScript resource.
|
Copyright © 2016. All rights reserved.