|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.javascript.JavascriptManagerImpl
public class JavascriptManagerImpl
An implementation that accepts a comma separated String for files, formFiles and widgetFiles.
Constructor Summary | |
---|---|
JavascriptManagerImpl()
|
Method Summary | |
---|---|
List |
getAssets()
The javascript files that should always be included. |
IAsset |
getFirstAsset()
|
IAsset |
getFirstFormAsset()
|
IAsset |
getFirstWidgetAsset()
|
List |
getFormAssets()
The javascript files that provide form-related functionality. |
IAsset |
getPath()
The base path to the javascript files. |
IAsset |
getTapestryAsset()
The tapestry js file. |
IAsset |
getTapestryPath()
The base path to the tapestry js files. |
List |
getWidgetAssets()
The javascript files that provide widget-related functionality. |
void |
setAssetSource(AssetSource assetSource)
|
void |
setFiles(String files)
|
void |
setFolder(String path)
|
void |
setFormFiles(String formFiles)
|
void |
setTapestryFile(String tapestryFile)
|
void |
setTapestryFolder(String tapestryPath)
|
void |
setWidgetFiles(String widgetFiles)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavascriptManagerImpl()
Method Detail |
---|
public IAsset getFirstAsset()
getFirstAsset
in interface JavascriptManager
public IAsset getFirstFormAsset()
getFirstFormAsset
in interface JavascriptManager
public IAsset getFirstWidgetAsset()
getFirstWidgetAsset
in interface JavascriptManager
public List getAssets()
JavascriptManager
getAssets
in interface JavascriptManager
IAsset
s.public List getFormAssets()
JavascriptManager
getFormAssets
in interface JavascriptManager
IAsset
s.public List getWidgetAssets()
JavascriptManager
getWidgetAssets
in interface JavascriptManager
IAsset
s.public IAsset getPath()
JavascriptManager
getPath
in interface JavascriptManager
public IAsset getTapestryAsset()
JavascriptManager
getTapestryAsset
in interface JavascriptManager
public IAsset getTapestryPath()
JavascriptManager
getTapestryPath
in interface JavascriptManager
public void setFiles(String files)
public void setFormFiles(String formFiles)
public void setWidgetFiles(String widgetFiles)
public void setFolder(String path)
public void setTapestryFile(String tapestryFile)
public void setTapestryFolder(String tapestryPath)
public void setAssetSource(AssetSource assetSource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |