|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Loader | |
|---|---|
| org.millscript.millscript.loaders | |
| org.millscript.millscript.vm | |
| Uses of Loader in org.millscript.millscript.loaders |
|---|
| Subclasses of Loader in org.millscript.millscript.loaders | |
|---|---|
class |
BasicTemplateLoader
This class is a starting point for implementing a general XML template loader. |
class |
BasicXHTMLTemplateLoader
This class is a starting point for implementing an XHTML template loader. |
class |
BindingsLoader
This is the base class of all bindings loaders in MillScript. |
class |
CSVLoader
This class implements MillScripts comma separated file loader. |
class |
DirectoryLoader
This class implements a directory loader for MillScript. |
class |
ExprLoader
This is the base class of all single expression loaders in MillScript. |
class |
JdbcConnectionLoader
This class implements a JDBC connection file loader. |
class |
LinesLoader
This class implements the MillScript lines loader. |
class |
MapLoader
This class implements the MillScript map loader. |
class |
MillScriptLoader
This class implements the MillScript file loader. |
class |
PreparedSQLLoader
This class implements an SQL file loader. |
class |
PreparedSQLUpdateLoader
This class implements an SQL file loader. |
class |
PropertiesLoader
This class implements the MillScript properties loader. |
class |
RasterImageLoader
General purporse raster image file loader. |
class |
SingleLineLoader
This class implements the MillScript line loader. |
class |
SkeletonLoader
This class implements the MillScript skeleton loader. |
class |
SVLoader
This class implements a separated file format loader for MillScript. |
class |
TabLoader
This class implements MillScripts tab separated file loader. |
class |
TemplateLoader
This class implements the MillScript template loader. |
class |
TextLoader
This class implements the MillScript text loader. |
class |
TTFLoader
TrueType font loader. |
class |
ValueLoader
This is the base class of all value loaders in MillScript. |
class |
VSVLoader
This class implements MillScripts vertical pipe separated file loader. |
class |
XMLLoader
This class implements the MillScript XML loader. |
class |
XMLSkeletonLoader
This class implements the MillScript XML skeleton loader. |
class |
XMLTemplateLoader
This class implements the MillScript XML template loader. |
| Methods in org.millscript.millscript.loaders that return Loader | |
|---|---|
Loader |
Loader.getInstance()
Returns a new instance of this loader, to be used as appropriate. |
Loader |
LoaderBuilder.getLoaderFor(Package p,
org.millscript.commons.vfs.VEntry entry)
Returns a Loader for the specified virtual filesystem entry, to load into the specified package. |
Loader |
Loader.newLoader(Package p,
java.lang.String sym,
org.millscript.commons.vfs.VEntry e)
Returns a new loader to load the specified source file into the specified package, binding a value to the specified symbol. |
Loader |
Loader.setLoader(Package p,
java.lang.String sym,
org.millscript.commons.vfs.VEntry e)
Sets the package this loader will import into, the symbol for the loaded resource and the virtual filesystem entry for the data to compile. |
| Methods in org.millscript.millscript.loaders with parameters of type Loader | |
|---|---|
void |
LoaderBuilder.addLoader(java.lang.String extension,
Loader loader)
Adds the specified Loader to this builder. |
| Uses of Loader in org.millscript.millscript.vm |
|---|
| Methods in org.millscript.millscript.vm that return Loader | |
|---|---|
Loader |
Package.makeLoaderFor(org.millscript.commons.vfs.VEntry e)
Returns the relevant loader for the specified virtual entry, if one is available. |
| Methods in org.millscript.millscript.vm that return types with arguments of type Loader | |
|---|---|
org.millscript.commons.util.MapIterator<java.lang.String,Loader> |
Package.autoloadablesIterator()
Returns an iterator over all the autoloadable symbols in this package. |
| Methods in org.millscript.millscript.vm with parameters of type Loader | |
|---|---|
void |
Engine.addLoader(java.lang.String extension,
Loader loader)
Adds the specified loader for the specified file extension. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||