|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.extension.RHExtension
public class RHExtension
Extension completely handled by Railo and not by the Install.cfc/config.xml
Constructor Summary | |
---|---|
RHExtension(String id,
String name,
String version,
String[] jars,
String[] flds,
String[] tlds,
String[] contexts,
String[] applications)
|
Method Summary | |
---|---|
String[] |
getApplications()
|
String[] |
getContexts()
|
String[] |
getFlds()
|
String |
getId()
|
String[] |
getJars()
|
String |
getName()
|
String[] |
getTlds()
|
String |
getVersion()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RHExtension(String id, String name, String version, String[] jars, String[] flds, String[] tlds, String[] contexts, String[] applications)
Method Detail |
---|
public String getId()
public String getName()
public String getVersion()
public String[] getJars()
public String[] getFlds()
public String[] getTlds()
public String[] getContexts()
public String[] getApplications()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |