ar.com.fdvs.dj.webwork
Class DJResult
java.lang.Object
com.opensymphony.webwork.dispatcher.WebWorkResultSupport
com.opensymphony.webwork.views.jasperreports.JasperReportsResult
ar.com.fdvs.dj.webwork.DJResult
- All Implemented Interfaces:
- com.opensymphony.webwork.views.jasperreports.JasperReportConstants, com.opensymphony.webwork.WebWorkStatics, com.opensymphony.xwork.Result, java.io.Serializable
public class DJResult
- extends com.opensymphony.webwork.views.jasperreports.JasperReportsResult
- Author:
- Alejandro Gomez
Date: Feb 22, 2007
Time: 4:32:34 PM
- See Also:
- Serialized Form
| Fields inherited from class com.opensymphony.webwork.views.jasperreports.JasperReportsResult |
contentDisposition, dataSource, delimiter, documentName, format, imageServletUrl |
| Fields inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport |
DEFAULT_PARAM, encode, location, parse |
| Fields inherited from interface com.opensymphony.webwork.views.jasperreports.JasperReportConstants |
FORMAT_CSV, FORMAT_HTML, FORMAT_PDF, FORMAT_XLS, FORMAT_XML |
| Fields inherited from interface com.opensymphony.webwork.WebWorkStatics |
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER |
|
Method Summary |
protected void |
doExecute(java.lang.String _finalLocation,
com.opensymphony.xwork.ActionInvocation _invocation)
Executes the result given a final location (jsp page, action, etc) and the action invocation
(the state in which the action was executed). |
java.lang.String |
getExportParams()
|
java.lang.String |
getLayoutManager()
|
void |
setDynamicReport(java.lang.String _dynamicReport)
|
void |
setExportParams(java.lang.String exportParams)
|
void |
setLayoutManager(java.lang.String layoutManager)
|
| Methods inherited from class com.opensymphony.webwork.views.jasperreports.JasperReportsResult |
getImageServletUrl, setContentDisposition, setDataSource, setDelimiter, setDocumentName, setFormat, setImageServletUrl |
| Methods inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport |
conditionalParse, execute, setEncode, setLocation, setParse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAYOUT_CLASSIC
public static final java.lang.String LAYOUT_CLASSIC
- See Also:
- Constant Field Values
LAYOUT_LIST
public static final java.lang.String LAYOUT_LIST
- See Also:
- Constant Field Values
DJResult
public DJResult()
setDynamicReport
public void setDynamicReport(java.lang.String _dynamicReport)
doExecute
protected void doExecute(java.lang.String _finalLocation,
com.opensymphony.xwork.ActionInvocation _invocation)
throws java.lang.Exception
- Executes the result given a final location (jsp page, action, etc) and the action invocation
(the state in which the action was executed). Subclasses must implement this class to handle
custom logic for result handling.
- Overrides:
doExecute in class com.opensymphony.webwork.views.jasperreports.JasperReportsResult
- Parameters:
_finalLocation - the location (jsp page, action, etc) to go to._invocation - the execution state of the action.
- Throws:
java.lang.Exception - if an error occurs while executing the result.
getLayoutManager
public java.lang.String getLayoutManager()
setLayoutManager
public void setLayoutManager(java.lang.String layoutManager)
getExportParams
public java.lang.String getExportParams()
setExportParams
public void setExportParams(java.lang.String exportParams)
Copyright © 2006-2008 FDV Solutions. All Rights Reserved.