Package net.sf.jasperreports.repo
Class SimpleRepositoryResourceContext
- java.lang.Object
-
- net.sf.jasperreports.repo.SimpleRepositoryResourceContext
-
- All Implemented Interfaces:
RepositoryResourceContext
public class SimpleRepositoryResourceContext extends java.lang.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 java.lang.StringgetContextLocation()RepositoryResourceContextgetDerivedContextFallback()RepositoryResourceContextgetFallbackContext()booleanisSelfAsDerivedFallback()static SimpleRepositoryResourceContextof(java.lang.String contextLocation)static SimpleRepositoryResourceContextof(java.lang.String contextLocation, RepositoryResourceContext fallbackContext)voidsetContextLocation(java.lang.String contextLocation)voidsetFallbackContext(RepositoryResourceContext fallbackContext)voidsetSelfAsDerivedFallback(boolean selfAsDerivedFallback)
-
-
-
Method Detail
-
of
public static SimpleRepositoryResourceContext of(java.lang.String contextLocation)
-
of
public static SimpleRepositoryResourceContext of(java.lang.String contextLocation, RepositoryResourceContext fallbackContext)
-
getFallbackContext
public RepositoryResourceContext getFallbackContext()
- Specified by:
getFallbackContextin interfaceRepositoryResourceContext
-
setFallbackContext
public void setFallbackContext(RepositoryResourceContext fallbackContext)
-
getContextLocation
public java.lang.String getContextLocation()
- Specified by:
getContextLocationin interfaceRepositoryResourceContext
-
setContextLocation
public void setContextLocation(java.lang.String contextLocation)
-
getDerivedContextFallback
public RepositoryResourceContext getDerivedContextFallback()
- Specified by:
getDerivedContextFallbackin interfaceRepositoryResourceContext
-
isSelfAsDerivedFallback
public boolean isSelfAsDerivedFallback()
-
setSelfAsDerivedFallback
public void setSelfAsDerivedFallback(boolean selfAsDerivedFallback)
-
-