org.apache.struts2.views.java.simple
Class CommonAttributesHandler

java.lang.Object
  extended by org.apache.struts2.views.java.simple.AbstractTagHandler
      extended by org.apache.struts2.views.java.simple.CommonAttributesHandler
All Implemented Interfaces:
TagHandler

public class CommonAttributesHandler
extends AbstractTagHandler

Adds attributes from common-attributes.ftl


Field Summary
 
Fields inherited from class org.apache.struts2.views.java.simple.AbstractTagHandler
altSyntax, context, nextTagHandler
 
Constructor Summary
CommonAttributesHandler()
           
 
Method Summary
 void start(String name, Attributes a)
          Write a tag openening, with its attributes
 
Methods inherited from class org.apache.struts2.views.java.simple.AbstractTagHandler
characters, characters, end, findString, findValue, processParams, setNext, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonAttributesHandler

public CommonAttributesHandler()
Method Detail

start

public void start(String name,
                  Attributes a)
           throws IOException
Description copied from interface: TagHandler
Write a tag openening, with its attributes

Specified by:
start in interface TagHandler
Overrides:
start in class AbstractTagHandler
Parameters:
name - name of the tag
a - attributes of the tag
Throws:
IOException


Copyright © 2000–2018 Apache Software Foundation. All rights reserved.