railo.runtime.cfx.customtag
Interface CFXTagClass

All Known Implementing Classes:
CPPCFXTagClass, JavaCFXTagClass

public interface CFXTagClass

interface for a CustomTag Class, a CustomTag Class is Base to generate a Custom Tag


Method Summary
 CFXTagClass cloneReadOnly()
           
 String getDisplayType()
           
 String getSourceName()
           
 boolean isReadOnly()
           
 boolean isValid()
           
 CustomTag newInstance()
           
 

Method Detail

newInstance

CustomTag newInstance()
                      throws CFXTagException
Returns:
return a New Instance
Throws:
CFXTagException

isReadOnly

boolean isReadOnly()
Returns:
returns if Tag is readOnly (for Admin)

cloneReadOnly

CFXTagClass cloneReadOnly()
Returns:
returns a readonly copy of the tag

getDisplayType

String getDisplayType()
Returns:
returns Type of the CFX Tag as String

getSourceName

String getSourceName()
Returns:
returns the Source Name as String

isValid

boolean isValid()
Returns:
returns if tag is ok


Copyright © 2012 Railo