public class FileSystemTemplateLocator extends FilePathTemplateLocator
VIRTUAL_PATH_SEPARATOR_KEYBUILTIN_RESOLVERS_DEFAULT_PRIORITY, BUILTIN_TEMPLATE_LOCATORS_DEFAULT_PRIORITY, EXTENSION_RESOLVERS_DEFAULT_PRIORITY| Constructor and Description |
|---|
FileSystemTemplateLocator(int priority,
java.lang.String rootPath) |
FileSystemTemplateLocator(int priority,
java.lang.String rootPath,
java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getRealPathSeparator() |
protected java.io.File |
getRootDir() |
java.io.Reader |
locateRealPath(java.lang.String realPath) |
constructVirtualPath, getAllIdentifiers, checkRootDir, isDirectoryUsable, isFileUsable, listFiles, locateaddSuffix, getConfigurationKeys, getDefaultFileEncoding, getRootPath, getSuffix, getVirtualPathSeparator, init, stripSuffix, toRealPath, toStringgetPrioritypublic FileSystemTemplateLocator(int priority,
java.lang.String rootPath)
priority - rootPath - public FileSystemTemplateLocator(int priority,
java.lang.String rootPath,
java.lang.String suffix)
priority - suffix - rootPath - public java.io.Reader locateRealPath(java.lang.String realPath)
locateRealPath in class FilePathTemplateLocatorprotected java.lang.String getRealPathSeparator()
getRealPathSeparator in class PathTemplateLocator<java.io.File>protected java.io.File getRootDir()
getRootDir in class FilePathTemplateLocatorPathTemplateLocator.getRootPath()Copyright © 2013. All Rights Reserved.