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 JasperReportsContextgetJasperReportsContext()java.lang.StringgetRequestContextPath()
-
-
-
Method Detail
-
getJasperReportsContext
JasperReportsContext getJasperReportsContext()
-
getRequestContextPath
java.lang.String getRequestContextPath()
-
-