public final class Admin extends TagImpl implements DynamicAttributes
Modifier and Type | Field and Description |
---|---|
static String[] |
CACHE_JARS |
static String[] |
CFX_JARS |
static String[] |
ORM_JARS |
static String[] |
UPDATE_JARS |
Constructor and Description |
---|
Admin() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
static Query |
getSSLCertificate(Config config,
String host,
int port) |
void |
release() |
void |
setDynamicAttribute(String uri,
Collection.Key localName,
Object value) |
void |
setDynamicAttribute(String uri,
String localName,
Object value) |
static void |
updateSSLCertificate(Config config,
String host,
int port) |
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public static final String[] CACHE_JARS
public static final String[] UPDATE_JARS
public Admin()
public void release()
public void setDynamicAttribute(String uri, String localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic void setDynamicAttribute(String uri, Collection.Key localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public static void updateSSLCertificate(Config config, String host, int port) throws PageException
PageException
public static Query getSSLCertificate(Config config, String host, int port) throws PageException
PageException
Copyright © 2015 Lucee