Class ScriptingEventsHandler
java.lang.Object
org.apache.struts2.views.java.simple.AbstractTagHandler
org.apache.struts2.views.java.simple.ScriptingEventsHandler
- All Implemented Interfaces:
TagHandler
Adds attributes from scripting-event.ftl
-
Field Summary
Fields inherited from class org.apache.struts2.views.java.simple.AbstractTagHandler
context, nextTagHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
start
(String name, Attributes a) Write a tag openening, with its attributesMethods inherited from class org.apache.struts2.views.java.simple.AbstractTagHandler
characters, characters, end, findString, findValue, processParams, setNext, setup
-
Constructor Details
-
ScriptingEventsHandler
public ScriptingEventsHandler()
-
-
Method Details
-
start
Description copied from interface:TagHandler
Write a tag openening, with its attributes- Specified by:
start
in interfaceTagHandler
- Overrides:
start
in classAbstractTagHandler
- Parameters:
name
- name of the taga
- attributes of the tag- Throws:
IOException
-