railo.runtime.tag
Class CFTagCore

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.ext.tag.BodyTagTryCatchFinallyImpl
              extended by railo.runtime.tag.CFTag
                  extended by railo.runtime.tag.CFTagCore
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally, AppendixTag, DynamicAttributes

public class CFTagCore
extends CFTag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
CFTagCore()
           
 
Method Summary
static InitFile createInitFile(PageContext pageContext, boolean isweb, String filename)
           
 String getFilename()
           
 String getName()
           
 InitFile initFile(PageContext pageContext)
           
 void set__filename(String filename)
           
 void set__isweb(boolean isweb)
           
 void set__name(String name)
           
 
Methods inherited from class railo.runtime.tag.CFTag
_doCFCCatch, doAfterBody, doCatch, doEndTag, doInitBody, doStartTag, getAppendix, getAttributesScope, getCallerScope, getComponent, getThis, getVariablesScope, hasBody, isCFCBasedCustomTag, release, setAppendix, setDynamicAttribute, setDynamicAttribute
 
Methods inherited from class railo.runtime.ext.tag.BodyTagTryCatchFinallyImpl
doFinally
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

CFTagCore

public CFTagCore()
Method Detail

getName

public String getName()
Returns:
the name

getFilename

public String getFilename()
Returns:
the filename

set__name

public void set__name(String name)

set__filename

public void set__filename(String filename)

set__isweb

public void set__isweb(boolean isweb)

initFile

public InitFile initFile(PageContext pageContext)
                  throws PageException
Overrides:
initFile in class CFTag
Throws:
PageException

createInitFile

public static InitFile createInitFile(PageContext pageContext,
                                      boolean isweb,
                                      String filename)


Copyright © 2012 Railo