public class PropertiesAdmin extends MetacatAdmin
Modifier and Type | Method and Description |
---|---|
void |
configureProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle configuration of the main application properties
|
static PropertiesAdmin |
getInstance()
Get the single instance of the MetaCatConfig.
|
protected java.util.Vector<java.lang.String> |
validateOptions(javax.servlet.http.HttpServletRequest request)
Validate the most important configuration options submitted by the user.
|
public static PropertiesAdmin getInstance()
public void configureProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AdminException
request
- the http request objectresponse
- the http response to be sent back to the clientAdminException
protected java.util.Vector<java.lang.String> validateOptions(javax.servlet.http.HttpServletRequest request)
validateOptions
in class MetacatAdmin
request
- the http request objectCopyright © 2020 Regents of the University of California. All Rights Reserved.