Class LocalSite
- java.lang.Object
- 
- com.inductiveautomation.rm.base.RMListenerList
- 
- com.inductiveautomation.rm.base.RMObject
- 
- com.inductiveautomation.snap.web.WebSite
- 
- com.inductiveautomation.snap.websites.FileSite
- 
- com.inductiveautomation.snap.websites.LocalSite
 
 
 
 
 
- 
- All Implemented Interfaces:
- RMJSONArchiver.GetKeys,- RMPropertyChanger,- java.beans.PropertyChangeListener,- java.lang.Cloneable,- java.util.EventListener
 
 public class LocalSite extends FileSite A FileSite subclass that stores files in a named directory relative to SnapCode home directory.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.snap.web.WebSiteWebSite.Servlet
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.snap.web.WebSiteRefresh_Prop
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalSite()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getJSONKeys()RMJSONArchiver GetKeys method.protected java.lang.StringgetPathInFileSystem()Returns the path of this data source in file system.protected java.io.FilegetStandardFile(java.lang.String aPath)Returns the Java file for RMFile.java.lang.StringgetURLScheme()Returns the string identifying the prefix for URLs in this data source.- 
Methods inherited from class com.inductiveautomation.snap.websites.FileSitedeleteEntityImpl, deleteFileImpl, deleteRowImpl, deleteSite, flushImpl, getEntityImpl, getEntityRows, getFileBytesImpl, getFileImpl, getFilesImpl, getModifiedTime, getRowsImpl, getStandardFile, getTableDataFile, getTableEntityFile, saveEntityFile, saveEntityFiles, saveEntityImpl, saveFileImpl, saveRowImpl, setModifiedTimeImpl
 - 
Methods inherited from class com.inductiveautomation.snap.web.WebSiteaddDeepChangeListener, bulkImport, createClassLoader, createDataTable, createDataTableImpl, createEntity, createEntityImpl, createFile, createFileImpl, createRow, createRow, createRowImpl, createSandbox, createSandboxURL, createSandboxURLS, createSchema, createSite, createURL, deleteEntity, deleteFile, deleteRow, flush, getClassLoader, getDataTable, getDataTables, getEntity, getExists, getFile, getHostName, getName, getPassword, getPath, getProp, getRequest, getResponse, getRootDirectory, getRow, getRow, getRowImpl, getRows, getSandbox, getSchema, getServlet, getURL, getURL, getURLString, getUserName, handleDelete, handleGet, handleHead, handlePut, isRunning, propertyChange, refresh, refreshFile, refreshFileImpl, removeDeepChangeListener, saveEntity, saveFile, saveRow, setClassLoader, setExists, setModifiedTime, setPassword, setProp, setSandbox, setServlet, setURL, setUserName, toString
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
getURLSchemepublic java.lang.String getURLScheme() Returns the string identifying the prefix for URLs in this data source.
 - 
getJSONKeyspublic java.util.List<java.lang.String> getJSONKeys() RMJSONArchiver GetKeys method.- Specified by:
- getJSONKeysin interface- RMJSONArchiver.GetKeys
- Overrides:
- getJSONKeysin class- WebSite
 
 - 
getStandardFileprotected java.io.File getStandardFile(java.lang.String aPath) Returns the Java file for RMFile.- Overrides:
- getStandardFilein class- FileSite
 
 - 
getPathInFileSystemprotected java.lang.String getPathInFileSystem() Returns the path of this data source in file system.
 
- 
 
-