|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomTag | |
---|---|
railo.cfx.example | |
railo.runtime.cfx | |
railo.runtime.cfx.customtag |
Uses of CustomTag in railo.cfx.example |
---|
Classes in railo.cfx.example that implement CustomTag | |
---|---|
class |
HelloWorld
CFX Hello World Example |
Uses of CustomTag in railo.runtime.cfx |
---|
Methods in railo.runtime.cfx that return CustomTag | |
---|---|
CustomTag |
CFXTagPool.getCustomTag(String name)
return custom tag that match the name |
Methods in railo.runtime.cfx with parameters of type CustomTag | |
---|---|
void |
CFXTagPool.releaseCustomTag(CustomTag ct)
realese custom tag |
Uses of CustomTag in railo.runtime.cfx.customtag |
---|
Classes in railo.runtime.cfx.customtag that implement CustomTag | |
---|---|
class |
CPPCustomTag
|
Methods in railo.runtime.cfx.customtag that return CustomTag | |
---|---|
CustomTag |
JavaCFXTagClass._newInstance()
|
CustomTag |
CFXTagPoolImpl.getCustomTag(String name)
|
CustomTag |
CPPCFXTagClass.newInstance()
|
CustomTag |
JavaCFXTagClass.newInstance()
|
CustomTag |
CFXTagClass.newInstance()
|
Methods in railo.runtime.cfx.customtag that return types with arguments of type CustomTag | |
---|---|
Class<CustomTag> |
JavaCFXTagClass.getClazz()
|
Methods in railo.runtime.cfx.customtag with parameters of type CustomTag | |
---|---|
void |
CFXTagPoolImpl.releaseCustomTag(CustomTag ct)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |