Uses of Interface
org.apache.jetspeed.om.registry.RegistryEntry

Packages that use RegistryEntry
org.apache.jetspeed.modules.actions.portlets   
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.services   
org.apache.jetspeed.services.registry   
org.apache.jetspeed.services.security   
 

Uses of RegistryEntry in org.apache.jetspeed.modules.actions.portlets
 

Methods in org.apache.jetspeed.modules.actions.portlets with parameters of type RegistryEntry
protected  void SkinUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
protected  void RegistryUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
          Basic implementation of a method to update a registry entry.
protected  void PortletUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
protected  void MediaUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
protected  void ControlUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
protected  void ControllerUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
protected  void ClientUpdateAction.updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
           
 

Uses of RegistryEntry in org.apache.jetspeed.om.registry
 

Subinterfaces of RegistryEntry in org.apache.jetspeed.om.registry
 interface CachedParameter
          Interface describing a cached parameter for a registry entry.
 interface ClientEntry
           The ClientEntry interface represents one client inside of the client registry.
 interface MediaTypeEntry
          This entry describes all the properties that should be present in a RegistryEntry describing a MediaType FIXME: we should add some additionnal attrbutes for separating 2 versions of the same mime type
 interface Parameter
          Interface describing a parameter for a registry entry.
 interface PortletControlEntry
          This entry describes all the properties that should be present in a RegistryEntry describing a PortletControl
 interface PortletControllerEntry
          This entry describes all the properties that should be present in a RegistryEntry describing a PortletController
 interface PortletEntry
          This entry describes all the properties that should be present in a RegistryEntry describing a Portlet.
 interface PortletInfoEntry
          The PortletInfoEntry defines all the common description properties for all the portlet related entries.
 interface SkinEntry
          The SkinEntry defines the properties used for storing a Skin description in the registry
 

Methods in org.apache.jetspeed.om.registry that return RegistryEntry
 RegistryEntry Registry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry Registry.getEntry(java.lang.String name)
          Get the entry in the registry with the specified name
 RegistryEntry[] Registry.toArray()
          Get all entries within this Registry as an array
 

Methods in org.apache.jetspeed.om.registry with parameters of type RegistryEntry
 void Registry.setEntry(RegistryEntry entry)
          Set the entry in the registry with the specified name and Entry
 void Registry.addEntry(RegistryEntry entry)
          Add the given entry to the registry with the given name.
 void Registry.removeEntry(RegistryEntry entry)
          Removes the given entry from the Registry
 

Uses of RegistryEntry in org.apache.jetspeed.om.registry.base
 

Classes in org.apache.jetspeed.om.registry.base that implement RegistryEntry
 class BaseCachedParameter
          Bean like implementation of the Parameter interface suitable for Castor serialization.
 class BaseClientEntry
          Simple implementation of the ClientRegistry interface.
 class BaseMediaTypeEntry
          Default bean like implementation of MediaTypeEntry interface suitable for serializing with Castor
 class BaseParameter
          Bean like implementation of the Parameter interface suitable for Castor serialization.
 class BasePortletControlEntry
          Default bean like implementation of the PortletControlEntry registry entry
 class BasePortletControllerEntry
          Default bean like implementation of the PortletControllerEntry registry entry
 class BasePortletEntry
          Default bean like implementation of the PortletEntry interface suitable for serialization with Castor
 class BasePortletInfoEntry
          The BasePortletInfoEntry is a bean like implementation of the PortletInfoEntry interface suitable for Castor XML serialization
 class BaseRegistryEntry
          Base simple bean-like implementation of the RegistryEntry interface suitable for Castor XML serialization.
 class BaseSecurityEntry
          Interface for manipulatin the Security Entry on the registry entries
 class BaseSkinEntry
          The BaseSkinEntry is a bean like implementation of the SkinEntry interface suitable for Castor XML serialization
 

Methods in org.apache.jetspeed.om.registry.base that return RegistryEntry
 RegistryEntry BaseSkinRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BaseSecurityRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BaseRegistry.getEntry(java.lang.String name)
           
 RegistryEntry[] BaseRegistry.toArray()
           
 RegistryEntry BaseRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BasePortletRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BasePortletControlRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BasePortletControllerRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BaseOrderedRegistry.getEntry(java.lang.String name)
           
 RegistryEntry[] BaseOrderedRegistry.toArray()
           
 RegistryEntry BaseOrderedRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BaseMediaTypeRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry BaseClientRegistry.createEntry()
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 

Methods in org.apache.jetspeed.om.registry.base with parameters of type RegistryEntry
 void LocalRegistry.setLocalEntry(RegistryEntry entry)
          This method is used to only set the entry in the local memory cache of the registry without any coherency check with persistent storage
 void LocalRegistry.addLocalEntry(RegistryEntry entry)
          This method is used to only add the entry in the local memory cache of the registry without any coherency check with persistent storage
 void LocalRegistry.removeLocalEntry(RegistryEntry entry)
          This method is used to only remove the entry from the local memory cache of the registry without any coherency check with persistent storage
 void DatabaseRegistry.setEntry(RegistryEntry entry)
           
 void DatabaseRegistry.addEntry(RegistryEntry entry)
           
 void DatabaseRegistry.removeEntry(RegistryEntry entry)
           
 void BaseSkinRegistry.setEntry(RegistryEntry entry)
           
 void BaseSkinRegistry.addEntry(RegistryEntry entry)
           
 void BaseSkinRegistry.removeEntry(RegistryEntry entry)
           
 void BaseSecurityRegistry.setEntry(RegistryEntry entry)
           
 void BaseSecurityRegistry.addEntry(RegistryEntry entry)
           
 void BaseSecurityRegistry.removeEntry(RegistryEntry entry)
           
 void BaseRegistry.setEntry(RegistryEntry entry)
           
 void BaseRegistry.addEntry(RegistryEntry entry)
           
 void BaseRegistry.removeEntry(RegistryEntry entry)
           
 void BaseRegistry.setLocalEntry(RegistryEntry entry)
          This method is used to only set the entry in the local memory cache of the registry without any coherency check with persistent storage
 void BaseRegistry.addLocalEntry(RegistryEntry entry)
          This method is used to only add the entry in the local memory cache of the registry without any coherency check with persistent storage
 void BaseRegistry.removeLocalEntry(RegistryEntry entry)
          This method is used to only remove the entry from the local memory cache of the registry without any coherency check with persistent storage
 void BasePortletRegistry.setEntry(RegistryEntry entry)
           
 void BasePortletRegistry.addEntry(RegistryEntry entry)
           
 void BasePortletRegistry.removeEntry(RegistryEntry entry)
           
 void BasePortletRegistry.setLocalEntry(RegistryEntry entry)
           
 void BasePortletRegistry.addLocalEntry(RegistryEntry entry)
           
 void BasePortletRegistry.removeLocalEntry(RegistryEntry entry)
           
 void BasePortletControlRegistry.setEntry(RegistryEntry entry)
           
 void BasePortletControlRegistry.addEntry(RegistryEntry entry)
           
 void BasePortletControlRegistry.removeEntry(RegistryEntry entry)
           
 void BasePortletControllerRegistry.setEntry(RegistryEntry entry)
           
 void BasePortletControllerRegistry.addEntry(RegistryEntry entry)
           
 void BasePortletControllerRegistry.removeEntry(RegistryEntry entry)
           
 void BaseOrderedRegistry.setEntry(RegistryEntry entry)
           
 void BaseOrderedRegistry.addEntry(RegistryEntry entry)
           
 void BaseOrderedRegistry.removeEntry(RegistryEntry entry)
           
 void BaseOrderedRegistry.setLocalEntry(RegistryEntry entry)
          This method is used to only set the entry in the local memory cache of the registry without any coherency check with persistent storage
 void BaseOrderedRegistry.addLocalEntry(RegistryEntry entry)
          This method is used to only add the entry in the local memory cache of the registry without any coherency check with persistent storage
 void BaseOrderedRegistry.removeLocalEntry(RegistryEntry entry)
          This method is used to only remove the entry from the local memory cache of the registry without any coherency check with persistent storage
 void BaseMediaTypeRegistry.setEntry(RegistryEntry entry)
           
 void BaseMediaTypeRegistry.addEntry(RegistryEntry entry)
           
 void BaseMediaTypeRegistry.removeEntry(RegistryEntry entry)
           
 void BaseClientRegistry.setEntry(RegistryEntry entry)
           
 void BaseClientRegistry.addEntry(RegistryEntry entry)
           
 void BaseClientRegistry.removeEntry(RegistryEntry entry)
           
 

Uses of RegistryEntry in org.apache.jetspeed.portal
 

Methods in org.apache.jetspeed.portal with parameters of type RegistryEntry
static org.apache.turbine.util.DynamicURI PortletURIManager.getPortletMaxURI(RegistryEntry entry, org.apache.turbine.util.RunData data)
          Get a URL for viewing this URL full screen.
 

Uses of RegistryEntry in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return RegistryEntry
static RegistryEntry Registry.createEntry(java.lang.String regName)
           
static RegistryEntry Registry.getEntry(java.lang.String regName, java.lang.String entryName)
           
 

Methods in org.apache.jetspeed.services with parameters of type RegistryEntry
static void Registry.addEntry(java.lang.String regName, RegistryEntry value)
           
static void Registry.saveEntry(java.lang.String regName, RegistryEntry value)
           
static boolean JetspeedSecurity.checkPermission(JetspeedRunData runData, java.lang.String action, RegistryEntry entry)
           
 

Uses of RegistryEntry in org.apache.jetspeed.services.registry
 

Methods in org.apache.jetspeed.services.registry that return RegistryEntry
 RegistryEntry RegistryService.createEntry(java.lang.String regName)
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry RegistryService.getEntry(java.lang.String regName, java.lang.String entryName)
          Returns a RegistryEntry from the named Registry.
 RegistryEntry LateInitCastorRegistryService.createEntry(java.lang.String regName)
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry LateInitCastorRegistryService.getEntry(java.lang.String regName, java.lang.String entryName)
          Returns a RegistryEntry from the named Registry.
 RegistryEntry HybridRegistryService.createEntry(java.lang.String registryName)
           
 RegistryEntry HybridRegistryService.getEntry(java.lang.String registryName, java.lang.String entryName)
           
 RegistryEntry CastorRegistryService.createEntry(java.lang.String regName)
          Creates a new RegistryEntry instance compatible with the current Registry instance implementation
 RegistryEntry CastorRegistryService.getEntry(java.lang.String regName, java.lang.String entryName)
          Returns a RegistryEntry from the named Registry.
 

Methods in org.apache.jetspeed.services.registry with parameters of type RegistryEntry
 void RegistryService.addEntry(java.lang.String regName, RegistryEntry entry)
          Add a new RegistryEntry in the named Registry.
 void RegistryService.saveEntry(java.lang.String regName, RegistryEntry entryName)
          Saves a RegistryEntry to the named Registry.
 void RegistryFragment.addEntry(java.lang.String name, RegistryEntry entry)
          Add a new entry in the fragment.
 void RegistryFragment.setEntry(java.lang.String name, RegistryEntry entry)
          Modify an existing entry in the fragment.
 void LateInitCastorRegistryService.addEntry(java.lang.String regName, RegistryEntry entry)
          Add a new RegistryEntry in the named Registry.
 void LateInitCastorRegistryService.saveEntry(java.lang.String regName, RegistryEntry entry)
           
 void HybridRegistryService.addEntry(java.lang.String registryName, RegistryEntry entry)
           
 void HybridRegistryService.saveEntry(java.lang.String registryName, RegistryEntry entry)
           
 void CastorRegistryService.addEntry(java.lang.String regName, RegistryEntry entry)
          Add a new RegistryEntry in the named Registry.
 void CastorRegistryService.saveEntry(java.lang.String regName, RegistryEntry entry)
           
 

Uses of RegistryEntry in org.apache.jetspeed.services.security
 

Methods in org.apache.jetspeed.services.security that return RegistryEntry
 RegistryEntry PortalResource.getRegistryEntry()
          Getter for property registryEntry.
 

Methods in org.apache.jetspeed.services.security with parameters of type RegistryEntry
 boolean AccessControl.checkPermission(org.apache.turbine.util.RunData runData, java.lang.String action, RegistryEntry entry)
           
 

Constructors in org.apache.jetspeed.services.security with parameters of type RegistryEntry
PortalResource(RegistryEntry registryEntry)
          Resource is a registry entry
PortalResource(RegistryEntry registryEntry, Parameter parameter)
          Resource is a parameter associated with a registry entry
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.