public class SkinsAdmin extends MetacatAdmin
Modifier and Type | Method and Description |
---|---|
void |
configureSkins(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle configuration of the application the first time that Metacat
starts or when it is explicitly called in the url.
|
static SkinsAdmin |
getInstance()
Get the single instance of the MetaCatConfig.
|
protected java.util.Vector<java.lang.String> |
validateOptions(javax.servlet.http.HttpServletRequest request)
Require subclasses to implement a properties validator.
|
protected java.util.Vector<java.lang.String> |
validateOptions(javax.servlet.http.HttpServletRequest request,
java.lang.String skinName)
Validate the most important configuration options submitted by the user.
|
public static SkinsAdmin getInstance()
public void configureSkins(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AdminException
request
- the http request informationresponse
- the http response to be sent back to the clientAdminException
protected java.util.Vector<java.lang.String> validateOptions(javax.servlet.http.HttpServletRequest request)
MetacatAdmin
validateOptions
in class MetacatAdmin
protected java.util.Vector<java.lang.String> validateOptions(javax.servlet.http.HttpServletRequest request, java.lang.String skinName)
Copyright © 2020 Regents of the University of California. All Rights Reserved.