railo.runtime.tag
Class Admin
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Admin
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag, DynamicAttributes
public final class Admin
- extends TagImpl
- implements DynamicAttributes
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Admin()
|
ORM_JARS
public static final String[] ORM_JARS
CACHE_JARS
public static final String[] CACHE_JARS
CFX_JARS
public static final String[] CFX_JARS
UPDATE_JARS
public static final String[] UPDATE_JARS
Admin
public Admin()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
setDynamicAttribute
public void setDynamicAttribute(String uri,
String localName,
Object value)
- Specified by:
setDynamicAttribute
in interface DynamicAttributes
- Parameters:
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 attribute
setDynamicAttribute
public void setDynamicAttribute(String uri,
Collection.Key localName,
Object value)
- Specified by:
setDynamicAttribute
in interface DynamicAttributes
- Parameters:
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 attribute
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
updateSSLCertificate
public static void updateSSLCertificate(Config config,
String host,
int port)
throws PageException
- Throws:
PageException
getSSLCertificate
public static Query getSSLCertificate(Config config,
String host,
int port)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo