public final class TagLibTagScript extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CTX_BLOCK |
static short |
CTX_CATCH |
static short |
CTX_CFC |
static short |
CTX_DO_WHILE |
static short |
CTX_ELSE |
static short |
CTX_ELSE_IF |
static short |
CTX_FINALLY |
static short |
CTX_FOR |
static short |
CTX_FUNCTION |
static short |
CTX_IF |
static short |
CTX_INTERFACE |
static short |
CTX_LOCK |
static short |
CTX_LOOP |
static short |
CTX_NONE |
static short |
CTX_OTHER |
static short |
CTX_QUERY |
static short |
CTX_SAVECONTENT |
static short |
CTX_SWITCH |
static short |
CTX_THREAD |
static short |
CTX_TRANSACTION |
static short |
CTX_TRY |
static short |
CTX_WHILE |
static short |
CTX_ZIP |
static short |
TYPE_MULTIPLE |
static short |
TYPE_NONE |
static short |
TYPE_SINGLE |
Constructor and Description |
---|
TagLibTagScript(TagLibTag tag) |
Modifier and Type | Method and Description |
---|---|
short |
getContext() |
boolean |
getRtexpr() |
TagLibTagAttr |
getSingleAttr() |
TagLibTag |
getTag() |
short |
getType() |
String |
getTypeAsString() |
void |
setContext(String str) |
void |
setRtexpr(boolean rtexpr) |
void |
setType(String type) |
public static final short TYPE_NONE
public static final short TYPE_SINGLE
public static final short TYPE_MULTIPLE
public static final short CTX_OTHER
public static final short CTX_NONE
public static final short CTX_IF
public static final short CTX_ELSE_IF
public static final short CTX_ELSE
public static final short CTX_FOR
public static final short CTX_WHILE
public static final short CTX_DO_WHILE
public static final short CTX_CFC
public static final short CTX_INTERFACE
public static final short CTX_FUNCTION
public static final short CTX_BLOCK
public static final short CTX_FINALLY
public static final short CTX_SWITCH
public static final short CTX_TRY
public static final short CTX_CATCH
public static final short CTX_TRANSACTION
public static final short CTX_THREAD
public static final short CTX_SAVECONTENT
public static final short CTX_LOCK
public static final short CTX_LOOP
public static final short CTX_QUERY
public static final short CTX_ZIP
public TagLibTagScript(TagLibTag tag)
public void setRtexpr(boolean rtexpr)
public boolean getRtexpr()
public short getType()
public String getTypeAsString()
public TagLibTagAttr getSingleAttr()
public void setContext(String str)
public short getContext()
Copyright © 2015 Lucee