Class TagFactory

java.lang.Object
org.javalite.activeweb.freemarker.TagFactory

public class TagFactory extends Object
Author:
Igor Polevoy
  • Constructor Details

    • TagFactory

      public TagFactory(String name, String body)
  • Method Details

    • textAttributes

      public void textAttributes(String textAttributes)
    • attribute

      public void attribute(String name, String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • write

      public void write(Writer w)
    • addAttributesExcept

      public void addAttributesExcept(Map params, String... exceptions)
      Will add values from params map except the exceptions.
      Parameters:
      params - map with values. Key used as an attribute name, value as value.
      exceptions - list of excepted keys.