railo.runtime.cfx.customtag
Class CPPCFXTagClass

java.lang.Object
  extended by 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


Constructor Summary
CPPCFXTagClass(String name, String serverLibrary, String procedure, boolean keepAlive)
           
 
Method Summary
 CFXTagClass cloneReadOnly()
           
 String getDisplayType()
           
 boolean getKeepAlive()
           
 String getName()
           
 String getProcedure()
           
 String getServerLibrary()
           
 String getSourceName()
           
 boolean isReadOnly()
           
 boolean isValid()
           
 CustomTag newInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPCFXTagClass

public CPPCFXTagClass(String name,
                      String serverLibrary,
                      String procedure,
                      boolean keepAlive)
Method Detail

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
See Also:
CFXTagClass.newInstance()

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface CFXTagClass
Returns:
returns if Tag is readOnly (for Admin)
See Also:
CFXTagClass.isReadOnly()

cloneReadOnly

public CFXTagClass cloneReadOnly()
Specified by:
cloneReadOnly in interface CFXTagClass
Returns:
returns a readonly copy of the tag
See Also:
CFXTagClass.cloneReadOnly()

getDisplayType

public String getDisplayType()
Specified by:
getDisplayType in interface CFXTagClass
Returns:
returns Type of the CFX Tag as String
See Also:
CFXTagClass.getDisplayType()

getSourceName

public String getSourceName()
Specified by:
getSourceName in interface CFXTagClass
Returns:
returns the Source Name as String
See Also:
CFXTagClass.getSourceName()

isValid

public boolean isValid()
Specified by:
isValid in interface CFXTagClass
Returns:
returns if tag is ok
See Also:
CFXTagClass.isValid()

getName

public String getName()
Returns:
the name

getKeepAlive

public boolean getKeepAlive()
Returns:
the keepAlive


Copyright © 2012 Railo