org.onebusaway.webapp.actions.rss
Class RomeResult
java.lang.Object
org.apache.struts2.dispatcher.StrutsResultSupport
org.onebusaway.webapp.actions.rss.RomeResult
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics
public class RomeResult
- extends org.apache.struts2.dispatcher.StrutsResultSupport
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
DEFAULT_PARAM |
Fields inherited from interface org.apache.struts2.StrutsStatics |
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_PORTLET_CONTEXT |
Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
conditionalParse, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RomeResult
public RomeResult()
setFeedName
public void setFeedName(String feedName)
setFeedType
public void setFeedType(String feedType)
setMimeType
public void setMimeType(String mimeType)
setEncoding
public void setEncoding(String encoding)
doExecute
public void doExecute(String location,
com.opensymphony.xwork2.ActionInvocation actionInvocation)
throws Exception
- Implementation of
StrutsResultSupport.doExecute(String, com.opensymphony.xwork2.ActionInvocation)
- Specified by:
doExecute
in class org.apache.struts2.dispatcher.StrutsResultSupport
- Parameters:
location
- final location (jsp page, action, etc)actionInvocation
- the ActionInvocation
- Throws:
Exception
Copyright © 2012 OneBusAway. All Rights Reserved.