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 setAttributeCollection(PageContext pc, javax.servlet.jsp.tagext.Tag tag, MissingAttribute[] missingAttrs, Struct attrs, int attrType)
           
static void setDynamicAttribute(StructImpl attributes, String name, Object value, short caseType)
          sets dynamic attributes
 
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,
                                       String name,
                                       Object value,
                                       short caseType)
sets dynamic attributes

Parameters:
attributes -
name -
value -


Copyright © 2012 Railo