org.onebusaway.webapp.actions.rss
Class RomeResult

java.lang.Object
  extended by org.apache.struts2.dispatcher.StrutsResultSupport
      extended by 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

Field Summary
 
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
 
Constructor Summary
RomeResult()
           
 
Method Summary
 void doExecute(String location, com.opensymphony.xwork2.ActionInvocation actionInvocation)
          Implementation of StrutsResultSupport.doExecute(String, com.opensymphony.xwork2.ActionInvocation)
 void setEncoding(String encoding)
           
 void setFeedName(String feedName)
           
 void setFeedType(String feedType)
           
 void setMimeType(String mimeType)
           
 
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
 

Constructor Detail

RomeResult

public RomeResult()
Method Detail

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.