|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.tag.TagUtil
public class TagUtil
Field Summary | |
---|---|
static short |
LOWER_CASE
|
static short |
ORIGINAL_CASE
|
static short |
UPPER_CASE
|
Constructor Summary | |
---|---|
TagUtil()
|
Method Summary | |
---|---|
static void |
addTagMetaData(ConfigWebImpl cw)
load metadata from cfc based custom tags and add the info to the tag |
static void |
setAttributeCollection(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
MissingAttribute[] missingAttrs,
Struct attrs,
int attrType)
|
static void |
setDynamicAttribute(StructImpl attributes,
Collection.Key name,
Object value,
short caseType)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short ORIGINAL_CASE
public static final short UPPER_CASE
public static final short LOWER_CASE
Constructor Detail |
---|
public TagUtil()
Method Detail |
---|
public static void setAttributeCollection(PageContext pc, javax.servlet.jsp.tagext.Tag tag, MissingAttribute[] missingAttrs, Struct attrs, int attrType) throws PageException
PageException
public static void setDynamicAttribute(StructImpl attributes, Collection.Key name, Object value, short caseType)
public static void addTagMetaData(ConfigWebImpl cw)
cs
- config
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |