com.fatwire.gst.foundation.taglib
Class ActionTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.fatwire.gst.foundation.taglib.GsfSimpleTag
          extended by com.fatwire.gst.foundation.taglib.ActionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class ActionTag
extends GsfSimpleTag

JSP tag that replaces the GsfRoot tag and adds Action support. If the action name argument is provided, than a Action is looked up and executed.

Since:
Apr 13, 2011
Author:
Dolf Dijkstra

Constructor Summary
ActionTag()
           
 
Method Summary
 void doTag()
           
 String getAction()
           
protected  ActionLocator getActionLocator()
           
 void setAction(String action)
           
 
Methods inherited from class com.fatwire.gst.foundation.taglib.GsfSimpleTag
getICS, getPageContext, getService
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTag

public ActionTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException

getActionLocator

protected ActionLocator getActionLocator()
Returns:
the ActionLocator

getAction

public String getAction()
Returns:
the action

setAction

public void setAction(String action)
Parameters:
action - the action to set


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.