|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IResource in org.specrunner.source.resource |
|---|
| Methods in org.specrunner.source.resource that return IResource | |
|---|---|
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. |
| Uses of IResource in org.specrunner.source.resource.core |
|---|
| Classes in org.specrunner.source.resource.core that implement IResource | |
|---|---|
class |
AbstractResource
Partial resource implementation. |
| Methods in org.specrunner.source.resource.core that return IResource | |
|---|---|
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)
|
| Methods in org.specrunner.source.resource.core with parameters of type IResource | |
|---|---|
boolean |
ResourceManagerImpl.add(IResource resource)
|
| Uses of IResource in org.specrunner.source.resource.element |
|---|
| Subinterfaces of IResource in org.specrunner.source.resource.element | |
|---|---|
interface |
IResourceElement
A resource related to a given element. i.e. a image already part of the specification. |
| Uses of IResource in org.specrunner.source.resource.element.core |
|---|
| Classes in org.specrunner.source.resource.element.core that implement IResource | |
|---|---|
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. |
| Uses of IResource in org.specrunner.source.resource.positional |
|---|
| Subinterfaces of IResource in org.specrunner.source.resource.positional | |
|---|---|
interface |
IResourcePositional
Definition of a resource. |
| Uses of IResource in org.specrunner.source.resource.positional.core |
|---|
| Classes in org.specrunner.source.resource.positional.core that implement IResource | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||