railo.runtime.tag
Class TagUtil

java.lang.Object
  extended by railo.runtime.tag.TagUtil

public class TagUtil
extends Object


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

ORIGINAL_CASE

public static final short ORIGINAL_CASE
See Also:
Constant Field Values

UPPER_CASE

public static final short UPPER_CASE
See Also:
Constant Field Values

LOWER_CASE

public static final short LOWER_CASE
See Also:
Constant Field Values
Constructor Detail

TagUtil

public TagUtil()
Method Detail

setAttributeCollection

public static void setAttributeCollection(PageContext pc,
                                          javax.servlet.jsp.tagext.Tag tag,
                                          MissingAttribute[] missingAttrs,
                                          Struct attrs,
                                          int attrType)
                                   throws PageException
Throws:
PageException

setDynamicAttribute

public static void setDynamicAttribute(StructImpl attributes,
                                       Collection.Key name,
                                       Object value,
                                       short caseType)

addTagMetaData

public static void addTagMetaData(ConfigWebImpl cw)
load metadata from cfc based custom tags and add the info to the tag

Parameters:
cs -
config -


Copyright © 2012 Railo