railo.runtime.tag
Class Admin

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Admin
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag, DynamicAttributes

public final class Admin
extends TagImpl
implements DynamicAttributes


Field Summary
static String[] CACHE_JARS
           
static String[] CFX_JARS
           
static String[] ORM_JARS
           
static String[] UPDATE_JARS
           
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Admin()
           
 
Method Summary
 int doStartTag()
           
static Query getSSLCertificate(Config config, String host, int port)
           
 void release()
           
 void setDynamicAttribute(String uri, String localName, Object value)
           
static void updateSSLCertificate(Config config, String host, int port)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Admin

public Admin()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl
See Also:
Tag.release()

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
See Also:
DynamicAttributes.setDynamicAttribute(java.lang.String, java.lang.String, java.lang.Object)

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException
See Also:
Tag.doStartTag()

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