Package net.sf.jasperreports.web.util
Class ResourcePathUtil
- java.lang.Object
-
- net.sf.jasperreports.web.util.ResourcePathUtil
-
public class ResourcePathUtil extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_CONFIG_PROPERTY_NOT_SET
protected JRPropertiesUtil
propertiesUtil
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResourcePathUtil(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourcePathUtil
getInstance(JasperReportsContext jasperReportsContext)
String
getReportExecutionPath()
String
getResourcesBasePath()
String
getResourcesPath()
boolean
isComponentMetadataEmbedded()
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_CONFIG_PROPERTY_NOT_SET
public static final String EXCEPTION_MESSAGE_KEY_CONFIG_PROPERTY_NOT_SET
- See Also:
- Constant Field Values
-
propertiesUtil
protected JRPropertiesUtil propertiesUtil
-
-
Constructor Detail
-
ResourcePathUtil
protected ResourcePathUtil(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
getInstance
public static ResourcePathUtil getInstance(JasperReportsContext jasperReportsContext)
-
getReportExecutionPath
public String getReportExecutionPath()
-
getResourcesPath
public String getResourcesPath()
-
getResourcesBasePath
public String getResourcesBasePath()
-
isComponentMetadataEmbedded
public boolean isComponentMetadataEmbedded()
-
-