|
||||||||||
| 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 JavascriptManagerpublic IAsset getFirstFormAsset()
getFirstFormAsset in interface JavascriptManagerpublic IAsset getFirstWidgetAsset()
getFirstWidgetAsset in interface JavascriptManagerpublic List getAssets()
JavascriptManager
getAssets in interface JavascriptManagerIAssets.public List getFormAssets()
JavascriptManager
getFormAssets in interface JavascriptManagerIAssets.public List getWidgetAssets()
JavascriptManager
getWidgetAssets in interface JavascriptManagerIAssets.public IAsset getPath()
JavascriptManager
getPath in interface JavascriptManagerpublic IAsset getTapestryAsset()
JavascriptManager
getTapestryAsset in interface JavascriptManagerpublic IAsset getTapestryPath()
JavascriptManager
getTapestryPath in interface JavascriptManagerpublic 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 | |||||||||