public class CdmValidatorContext extends Object
| Constructor and Description |
|---|
CdmValidatorContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
File |
getCacheDir() |
String |
getConfigFileName() |
FileSource |
getConfigFileSource() |
File |
getContentDirectory()
Return File for content directory (exists() may be false).
|
javax.servlet.RequestDispatcher |
getDefaultRequestDispatcher() |
org.apache.commons.fileupload.FileItemFactory |
getFileuploadFileItemFactory() |
HtmlConfig |
getHtmlConfig()
Return the HtmlConfig object for this context.
|
javax.servlet.RequestDispatcher |
getJspRequestDispatcher() |
static org.slf4j.Logger |
getLog() |
long |
getMaxFileUploadSize() |
File |
getRootDirectory()
Return the web apps root directory (i.e., getRealPath( "/")).
|
String |
getWebappContextPath()
Return the context path under which this web app is running (e.g., "/thredds").
|
String |
getWebappName()
Return the name of the webapp as given by the display-name element in web.xml.
|
String |
getWebappVersion()
Return the full version string (
|
String |
getWebappVersionBuildDate() |
void |
init(javax.servlet.ServletContext servletContext) |
boolean |
isDeleteImmediately() |
void |
setConfigFileName(String filename) |
void |
setContentPath(String contentPath) |
void |
setContentRootPath(String contentRootPath) |
void |
setHtmlConfig(HtmlConfig htmlConfig) |
void |
setWebappVersion(String verFull) |
void |
setWebappVersionBuildDate(String buildDateString) |
public void setContentRootPath(String contentRootPath)
public void setContentPath(String contentPath)
public void setConfigFileName(String filename)
public String getConfigFileName()
public void init(javax.servlet.ServletContext servletContext)
public void destroy()
public String getWebappName()
public String getWebappContextPath()
public String getWebappVersion()
public void setWebappVersion(String verFull)
public String getWebappVersionBuildDate()
public void setWebappVersionBuildDate(String buildDateString)
public void setHtmlConfig(HtmlConfig htmlConfig)
public HtmlConfig getHtmlConfig()
public File getRootDirectory()
public File getContentDirectory()
public FileSource getConfigFileSource()
public javax.servlet.RequestDispatcher getDefaultRequestDispatcher()
public javax.servlet.RequestDispatcher getJspRequestDispatcher()
public static org.slf4j.Logger getLog()
public File getCacheDir()
public long getMaxFileUploadSize()
public boolean isDeleteImmediately()
public org.apache.commons.fileupload.FileItemFactory getFileuploadFileItemFactory()
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.