Package net.sf.jasperreports.web.util
Interface WebRequestContext
-
public interface WebRequestContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JasperReportsContext
getJasperReportsContext()
String
getRequestContextPath()
-
-
-
Method Detail
-
getJasperReportsContext
JasperReportsContext getJasperReportsContext()
-
getRequestContextPath
String getRequestContextPath()
-
-