Uses of Class
org.barracudamvc.plankton.data.ObjectRepository

Packages that use ObjectRepository
org.barracudamvc.plankton.data   
 

Uses of ObjectRepository in org.barracudamvc.plankton.data
 

Subclasses of ObjectRepository in org.barracudamvc.plankton.data
static class ObjectRepository.SessionRepository
          The basic idea behind this is that we want to wrap the session as a ObjectRepository object.
 

Fields in org.barracudamvc.plankton.data declared as ObjectRepository
protected static ObjectRepository ObjectRepository.global
           
protected static ObjectRepository ObjectRepository.weakGlobal
           
protected static ObjectRepository ObjectRepository.softGlobal
           
 

Methods in org.barracudamvc.plankton.data that return ObjectRepository
static ObjectRepository ObjectRepository.getGlobalRepository()
          Get a reference to the Global repository.
static ObjectRepository ObjectRepository.getWeakGlobalRepository()
          Get a reference to the Weak Global repository.
static ObjectRepository ObjectRepository.getSoftGlobalRepository()
          Get a reference to the Soft Global repository.
static ObjectRepository ObjectRepository.getSessionRepository()
          Get a reference to the Session repository.
protected static ObjectRepository ObjectRepository.getSessionRepository(String key)
           
static ObjectRepository ObjectRepository.getWeakSessionRepository()
          Get a reference to a Weak Session repository.
static ObjectRepository ObjectRepository.getSoftSessionRepository()
          Get a reference to a Soft Session repository.
static ObjectRepository ObjectRepository.getLocalRepository()
          Get a reference to the Local repository.
static ObjectRepository ObjectRepository.getObjectRepository(NameSpace ns)
          Get an object repository associated with a given NameSpace.
static ObjectRepository ObjectRepository.getObjectRepository(String name)
          Get an object repository based on a given name.
static ObjectRepository ObjectRepository.getObjectRepository(String name, int type)
          Get an object repository based on a given name.
 

Methods in org.barracudamvc.plankton.data with parameters of type ObjectRepository
 void ObjectRepositoryAssembler.assemble(ObjectRepository ior, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile)
          Assemble the system, given a specified ObjectRepository and the XML assembly decriptor name.
 void ObjectRepositoryAssembler.assemble(ObjectRepository ior, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile, String iparserClass)
          Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
 void ObjectRepositoryAssembler.AssemblerXMLReader.setObjectRepository(ObjectRepository ior)
          Sets the ObjectRepository that should be used
 

Constructors in org.barracudamvc.plankton.data with parameters of type ObjectRepository
ObjectRepositoryAssembler.AssemblerXMLReader(String parserClass, ObjectRepository ior)
           
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.