|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScriptSource | |
---|---|
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.enhance | Classes used for performing dynamic bytecode enhancement of component and page classes. |
org.apache.tapestry.html | Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
org.apache.tapestry.valid | Components and classes that provide specialized, validating text fields. |
Uses of IScriptSource in org.apache.tapestry.engine |
---|
Classes in org.apache.tapestry.engine that implement IScriptSource | |
---|---|
class |
DefaultScriptSource
Provides basic access to scripts available on the classpath. |
Methods in org.apache.tapestry.engine that return IScriptSource | |
---|---|
IScriptSource |
AbstractEngine.getScriptSource()
|
Uses of IScriptSource in org.apache.tapestry.enhance |
---|
Methods in org.apache.tapestry.enhance with parameters of type IScriptSource | |
---|---|
void |
InjectScriptWorker.setSource(IScriptSource source)
|
Constructors in org.apache.tapestry.enhance with parameters of type IScriptSource | |
---|---|
DeferredScriptImpl(org.apache.hivemind.Resource resource,
IScriptSource source,
org.apache.hivemind.Location location)
|
Uses of IScriptSource in org.apache.tapestry.html |
---|
Methods in org.apache.tapestry.html that return IScriptSource | |
---|---|
abstract IScriptSource |
Script.getScriptSource()
Injected. |
Uses of IScriptSource in org.apache.tapestry.services |
---|
Methods in org.apache.tapestry.services that return IScriptSource | |
---|---|
IScriptSource |
Infrastructure.getScriptSource()
The source for ready-to-execute versions of Tapestry script templates. |
Uses of IScriptSource in org.apache.tapestry.services.impl |
---|
Methods in org.apache.tapestry.services.impl that return IScriptSource | |
---|---|
IScriptSource |
InfrastructureImpl.getScriptSource()
|
Methods in org.apache.tapestry.services.impl with parameters of type IScriptSource | |
---|---|
void |
ComponentEventConnectionWorker.setScriptSource(IScriptSource scriptSource)
The service that parses script files. |
Uses of IScriptSource in org.apache.tapestry.valid |
---|
Methods in org.apache.tapestry.valid with parameters of type IScriptSource | |
---|---|
void |
IValidator.setScriptSource(IScriptSource scriptSource)
Sets the script source used to resolve script paths. |
void |
ValidatorBindingFactory.setScriptSource(IScriptSource scriptSource)
|
void |
BaseValidator.setScriptSource(IScriptSource scriptSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |