| Modifier and Type | Method and Description |
|---|---|
ISource |
IContext.getCurrentSource()
Get current source.
|
| Modifier and Type | Method and Description |
|---|---|
Deque<ISource> |
IContext.getSources()
Queue of sources.
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
IContextFactory.newContext(ISource source,
IRunner runner)
Creates a new context based on an source and a runner.
|
| Modifier and Type | Field and Description |
|---|---|
protected Deque<ISource> |
ContextImpl.sources
Queue of sources.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
ContextImpl.getCurrentSource() |
| Modifier and Type | Method and Description |
|---|---|
Deque<ISource> |
ContextImpl.getSources() |
| Modifier and Type | Method and Description |
|---|---|
IContext |
ContextFactoryImpl.newContext(ISource source,
IRunner runner) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.setSources(Deque<ISource> sources)
Sets the sources.
|
| Constructor and Description |
|---|
ContextImpl(ISource source,
IRunner runner)
Creates a context from a source and a runner.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISource |
PipeSource.createSource(String input)
Creates a source from input.
|
static ISource |
PipeSource.lookup(IChannel channel)
Recover the source from channel.
|
protected ISource |
PipeTransformSource.transformSource(ISource source)
Perform a transformation of a given source.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PipeSource.addResources(ISource source)
Add resources to a source.
|
static void |
PipeSource.bind(IChannel channel,
ISource source)
Bind a source to the channel.
|
protected IContext |
PipeContext.createContext(ISource source,
IRunner runner)
Creates a context based on a source and runner.
|
protected IRunner |
PipeRunner.createRunner(ISource source)
Creates a runner for a source.
|
protected ISource |
PipeTransformSource.transformSource(ISource source)
Perform a transformation of a given source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISourceDumper.dump(ISource source,
IResultSet result,
Map<String,Object> model)
Extra information to be dumped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDumperWritables.dump(ISource source,
IResultSet result,
Map<String,Object> model) |
void |
SourceDumperResources.dump(ISource source,
IResultSet result,
Map<String,Object> model) |
void |
SourceDumperGroupImpl.dump(ISource source,
IResultSet result,
Map<String,Object> model) |
void |
SourceDumperDetails.dump(ISource source,
IResultSet result,
Map<String,Object> model) |
void |
SourceDumperCenter.dump(ISource source,
IResultSet result,
Map<String,Object> model) |
protected void |
SourceDumperDetails.head(ISource source,
nu.xom.Element html)
Get header part.
|
protected void |
AbstractSourceDumperFile.outputName(ISource source)
Set the output file for the source.
|
protected void |
AbstractSourceDumperFile.set(ISource source,
IResultSet result)
Set source and result objects.
|
protected void |
AbstractSourceDumperFile.setFeatures(ISource source)
Set features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISourceListener.onAfter(ISource source,
IContext context,
IResultSet result)
To be performed after a source execution.
|
void |
ISourceListener.onBefore(ISource source,
IContext context,
IResultSet result)
To be performed before start a source execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilerSourceListener.onAfter(ISource source,
IContext context,
IResultSet result) |
void |
AbstractSourceListener.onAfter(ISource source,
IContext context,
IResultSet result) |
void |
ProfilerSourceListener.onBefore(ISource source,
IContext context,
IResultSet result) |
void |
AbstractSourceListener.onBefore(ISource source,
IContext context,
IResultSet result) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginScript.addResource(ISource source,
String path,
nu.xom.Element element) |
protected void |
PluginLink.addResource(ISource source,
String path,
nu.xom.Element element) |
protected void |
PluginImg.addResource(ISource source,
String path,
nu.xom.Element element) |
protected abstract void |
AbstractPluginResourceReplaceable.addResource(ISource source,
String path,
nu.xom.Element element)
Add the resource as a reference.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISource |
PluginInclude.getSource(URI newHref)
Get source from a URI.
|
protected ISource |
PluginInclude.transform(ISource newSource)
Perform source transformation.
|
| Modifier and Type | Method and Description |
|---|---|
protected nu.xom.Document |
PluginInclude.getDocument(ISource newSource)
Get document from source.
|
protected String |
PluginInclude.prepareTargetLink(ISource newSource)
Get original resource link relative to current output.
|
protected ISource |
PluginInclude.transform(ISource newSource)
Perform source transformation.
|
| Modifier and Type | Method and Description |
|---|---|
IRunner |
IRunnerFactory.newRunner(ISource source)
Create a new runner.
|
void |
IRunner.run(ISource source,
IContext context,
IResultSet result)
Performs the specification in source.
|
| Modifier and Type | Method and Description |
|---|---|
IRunner |
RunnerFactoryImpl.newRunner(ISource source) |
void |
RunnerImpl.run(ISource source,
IContext context,
IResultSet result) |
| Modifier and Type | Method and Description |
|---|---|
ISource |
ISourceFactoryManager.newSource(Object source)
Get an instance of a source factory compatible with the given source.
|
ISource |
ISourceFactory.newSource(Object source)
Creates a source from a String.
|
ISource |
ISource.resolve(ISource other)
The relative source resolved.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ISource.relative(ISource other)
Returns the reference as a relative String.
|
ISource |
ISource.resolve(ISource other)
The relative source resolved.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceImpl
The default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
SourceFactoryManagerImpl.newSource(Object source) |
ISource |
AbstractSourceFactory.newSource(Object source) |
ISource |
SourceImpl.resolve(ISource other) |
| Modifier and Type | Method and Description |
|---|---|
String |
SourceImpl.relative(ISource other) |
ISource |
SourceImpl.resolve(ISource other) |
| Modifier and Type | Method and Description |
|---|---|
ISource |
IResourceManager.getParent()
The resource manager parent source.
|
ISource |
IResource.getParent()
The reference parent.
|
ISource |
IResource.writeTo(ISource target)
Write the resource to the target, e returns the resulting source.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceManager |
IResourceManagerFactory.newManager(ISource parent)
Creates a new resource manager.
|
void |
IResource.setParent(ISource parent)
Change the resource parent.
|
ISource |
IResource.writeTo(ISource target)
Write the resource to the target, e returns the resulting source.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
ResourceManagerImpl.getParent() |
ISource |
AbstractResource.getParent() |
| Modifier and Type | Method and Description |
|---|---|
IResourceManager |
ResourceManagerFactoryImpl.newManager(ISource parent) |
void |
ResourceManagerImpl.setParent(ISource parent)
Set resource manager parent.
|
void |
AbstractResource.setParent(ISource parent) |
| Constructor and Description |
|---|
AbstractResource(ISource parent,
String resourcePath,
boolean classpath,
EType type)
Partial constructor.
|
ResourceManagerImpl(ISource parent)
Creates a resource manager to a source.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
AbstractResourceElementAtt.writeTo(ISource target) |
| Modifier and Type | Method and Description |
|---|---|
ISource |
AbstractResourceElementAtt.writeTo(ISource target) |
| Constructor and Description |
|---|
AbstractResourceElement(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
Creates a element resource.
|
AbstractResourceElementAtt(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element,
String reference,
String prefix)
Creates a resource.
|
ImageResource(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
Creates an image resource.
|
JavaScriptResource(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
Creates a JavaScript resource.
|
StylesheetResource(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
Creates a stylesheet resource.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
AbstractResourceHeader.writeTo(ISource output) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
JSResource.getFile(ISource output,
String name) |
protected File |
CSSResource.getFile(ISource output,
String name) |
protected abstract File |
AbstractResourceHeader.getFile(ISource output,
String name)
Get the file which represents the output resource.
|
protected nu.xom.Element |
JSResource.getHeaderTag(ISource output,
String name) |
protected nu.xom.Element |
CSSResource.getHeaderTag(ISource output,
String name) |
protected abstract nu.xom.Element |
AbstractResourceHeader.getHeaderTag(ISource output,
String name)
Ges the element which represents the source provided extra information.
|
protected String |
JSResource.localName(ISource output,
String name)
Gets the local disk file name.
|
protected String |
CSSResource.localName(ISource output,
String name)
Gets the local disk file name.
|
ISource |
AbstractResourceHeader.writeTo(ISource output) |
| Constructor and Description |
|---|
AbstractResourceHeader(ISource parent,
String path,
boolean classpath,
EType type,
Position position)
Creates a header resource.
|
AbstractResourcePositional(ISource parent,
String path,
boolean classpath,
EType type,
Position position)
Creates a positional resource.
|
CSSResource(ISource parent,
String path,
boolean classpath,
EType type,
Position position)
Creates CSS resource.
|
JSResource(ISource parent,
String path,
boolean classpath,
EType type,
Position position)
Creates a JavaScript resource.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
ITransformer.transform(ISource source)
Converts a source into another.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
ITransformer.transform(ISource source)
Converts a source into another.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
TransformerHref.transform(ISource source) |
ISource |
TransformerGroupImpl.transform(ISource source) |
ISource |
TransformerDefault.transform(ISource source) |
| Modifier and Type | Method and Description |
|---|---|
ISource |
TransformerHref.transform(ISource source) |
ISource |
TransformerGroupImpl.transform(ISource source) |
ISource |
TransformerDefault.transform(ISource source) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UtilResources.addToDoc(ISource source,
IResourcePositional resourcePositional)
Add a positional resource to a document.
|
Copyright © 2016. All rights reserved.