public class JavascriptNode extends ParseableTextNode
childs, file, globalContext, isPageFile| Constructor and Description |
|---|
JavascriptNode(SiteGenerator globalContext,
File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateOrUpdateDiskFile(ContextProperties context)
Update the the information asociated to this node.
|
protected String |
getStringToParse()
Use this method to get the string to parse of this node.
|
static boolean |
isJavascriptNode(File file) |
protected String |
updateContent()
This updates the node content, the string that represents this node
and its childs.
|
getFileName, getLastModified, getRelativePathaddChild, clearChildList, createChildList, getChildList, getChildListSize, getContent, getContext, getLastUpdated, getRelativePath, isPage, toStringpublic JavascriptNode(SiteGenerator globalContext, File file) throws FileNotFoundException
FileNotFoundExceptionpublic static boolean isJavascriptNode(File file)
public void generateOrUpdateDiskFile(ContextProperties context) throws IOException
NodegenerateOrUpdateDiskFile in class NodeFileNotFoundExceptionIOExceptionprotected String updateContent() throws FileNotFoundException
NodeupdateContent in class NodeFileNotFoundExceptionprotected String getStringToParse()
getStringToParse in class ParseableTextNodelist - Copyright © 2014 ginere solutions. All Rights Reserved.