Package net.sf.jasperreports.repo
Class SimpleRepositoryResourceContext
- java.lang.Object
-
- net.sf.jasperreports.repo.SimpleRepositoryResourceContext
-
- All Implemented Interfaces:
RepositoryResourceContext
public class SimpleRepositoryResourceContext extends Object implements RepositoryResourceContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description SimpleRepositoryResourceContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextLocation()
RepositoryResourceContext
getDerivedContextFallback()
RepositoryResourceContext
getFallbackContext()
boolean
isSelfAsDerivedFallback()
static SimpleRepositoryResourceContext
of(String contextLocation)
static SimpleRepositoryResourceContext
of(String contextLocation, RepositoryResourceContext fallbackContext)
void
setContextLocation(String contextLocation)
void
setFallbackContext(RepositoryResourceContext fallbackContext)
void
setSelfAsDerivedFallback(boolean selfAsDerivedFallback)
-
-
-
Method Detail
-
of
public static SimpleRepositoryResourceContext of(String contextLocation)
-
of
public static SimpleRepositoryResourceContext of(String contextLocation, RepositoryResourceContext fallbackContext)
-
getFallbackContext
public RepositoryResourceContext getFallbackContext()
- Specified by:
getFallbackContext
in interfaceRepositoryResourceContext
-
setFallbackContext
public void setFallbackContext(RepositoryResourceContext fallbackContext)
-
getContextLocation
public String getContextLocation()
- Specified by:
getContextLocation
in interfaceRepositoryResourceContext
-
setContextLocation
public void setContextLocation(String contextLocation)
-
getDerivedContextFallback
public RepositoryResourceContext getDerivedContextFallback()
- Specified by:
getDerivedContextFallback
in interfaceRepositoryResourceContext
-
isSelfAsDerivedFallback
public boolean isSelfAsDerivedFallback()
-
setSelfAsDerivedFallback
public void setSelfAsDerivedFallback(boolean selfAsDerivedFallback)
-
-