railo.runtime.cfx.customtag
Class CPPCFXTagClass
java.lang.Object
railo.runtime.cfx.customtag.CPPCFXTagClass
- All Implemented Interfaces:
- CFXTagClass
public final class CPPCFXTagClass
- extends Object
- implements CFXTagClass
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
CPPCFXTagClass
public CPPCFXTagClass(String name,
String serverLibrary,
String procedure,
boolean keepAlive)
getServerLibrary
public String getServerLibrary()
- Returns:
- the serverLibrary
getProcedure
public String getProcedure()
- Returns:
- the procedure
newInstance
public CustomTag newInstance()
throws CFXTagException
- Specified by:
newInstance
in interface CFXTagClass
- Returns:
- return a New Instance
- Throws:
CFXTagException
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface CFXTagClass
- Returns:
- returns if Tag is readOnly (for Admin)
cloneReadOnly
public CFXTagClass cloneReadOnly()
- Specified by:
cloneReadOnly
in interface CFXTagClass
- Returns:
- returns a readonly copy of the tag
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayType
in interface CFXTagClass
- Returns:
- returns Type of the CFX Tag as String
getSourceName
public String getSourceName()
- Specified by:
getSourceName
in interface CFXTagClass
- Returns:
- returns the Source Name as String
isValid
public boolean isValid()
- Specified by:
isValid
in interface CFXTagClass
- Returns:
- returns if tag is ok
getName
public String getName()
- Returns:
- the name
getKeepAlive
public boolean getKeepAlive()
- Returns:
- the keepAlive
Copyright © 2012 Railo