|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortletDefinition in org.apache.jetspeed.aggregator |
---|
Methods in org.apache.jetspeed.aggregator that return PortletDefinition | |
---|---|
PortletDefinition |
RenderingJob.getPortletDefinition()
|
Uses of PortletDefinition in org.apache.jetspeed.components.portletentity |
---|
Methods in org.apache.jetspeed.components.portletentity with parameters of type PortletDefinition | |
---|---|
java.util.Collection |
PortletEntityAccessComponent.getPortletEntities(PortletDefinition portletDefinition)
getPortletEntities |
PortletEntity |
PortletEntityAccessComponent.newPortletEntityInstance(PortletDefinition portletDefinition)
newPortletEntityInstance |
PortletEntity |
PortletEntityAccessComponent.newPortletEntityInstance(PortletDefinition portletDefinition,
java.lang.String id)
|
void |
PortletEntityAccessComponent.removePortletEntities(PortletDefinition portletDefinition)
removePortletEntities |
Uses of PortletDefinition in org.apache.jetspeed.components.portletpreferences |
---|
Methods in org.apache.jetspeed.components.portletpreferences with parameters of type PortletDefinition | |
---|---|
java.util.Set<java.lang.String> |
PortletPreferencesProvider.getPortletWindowIds(PortletDefinition portletdefinition)
Retrieve entity ids (window) given portlet definitaion |
java.util.Set<java.lang.String> |
PortletPreferencesProvider.getUserNames(PortletDefinition portletdefinition,
java.lang.String windowId)
Retrieve user names for given entity(window) id and portlet definitaion |
java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> |
PortletPreferencesProvider.getUserPreferences(PortletDefinition portletdefinition,
java.lang.String windowId,
java.lang.String userName)
Retrieve entity preference names for given entity(window) id ,portlet definitaion and user name |
void |
PortletPreferencesProvider.removeDefaults(PortletDefinition pd)
Remove all default preferences for a given portlet definition |
void |
PortletPreferencesProvider.removeDefaults(PortletDefinition pd,
java.lang.String preferenceName)
Remove default preferences by preference name for a given portlet definition |
java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> |
PortletPreferencesProvider.retrieveDefaultPreferences(PortletDefinition pd)
Retrieve the default preferences for a given portlet definition |
void |
PortletPreferencesProvider.storeDefaults(PortletDefinition pd,
Preference preference)
Store the default preferences by input preference for a given portlet definition |
void |
PortletPreferencesProvider.storeDefaults(PortletDefinition pd,
Preferences prefs)
Store the default preferences by descriptor preferences for a given portlet definition |
void |
PortletPreferencesProvider.storePortletPreference(PortletDefinition portletdefinition,
java.lang.String windowId,
java.lang.String userName,
java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> map)
Store portlet definition entity preferences contained in the map parameter for a given window and username |
Uses of PortletDefinition in org.apache.jetspeed.components.portletregistry |
---|
Methods in org.apache.jetspeed.components.portletregistry that return PortletDefinition | |
---|---|
PortletDefinition |
PortletRegistry.clonePortletDefinition(PortletDefinition source,
java.lang.String newPortletName)
Create a portlet instance |
PortletDefinition |
PortletRegistry.getPortletDefinitionByUniqueName(java.lang.String name)
unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter. |
PortletDefinition |
PortletRegistry.getPortletDefinitionByUniqueName(java.lang.String name,
boolean fromCache)
unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter. |
Methods in org.apache.jetspeed.components.portletregistry that return types with arguments of type PortletDefinition | |
---|---|
java.util.Collection<PortletDefinition> |
PortletRegistry.getAllCloneDefinitions()
Retrieve all clone definitions system wide |
java.util.Collection<PortletDefinition> |
PortletRegistry.getAllDefinitions()
Retrieves all portlet definitions for this deployment including both clones and portlet definitions |
java.util.Collection<PortletDefinition> |
PortletRegistry.getAllPortletDefinitions()
Retrieve all portlet definitions system wide The collection does not include clones |
Methods in org.apache.jetspeed.components.portletregistry with parameters of type PortletDefinition | |
---|---|
PortletDefinition |
PortletRegistry.clonePortletDefinition(PortletDefinition source,
java.lang.String newPortletName)
Create a portlet instance |
void |
RegistryEventListener.portletRemoved(PortletDefinition def)
portletUpdated - invoked when the definition of a portlet definition is removed by the registry |
void |
RegistryEventListener.portletUpdated(PortletDefinition def)
portletUpdated - invoked when the definition of a portlet definition is updated by the registry or when the state modification is otherwise detected |
void |
PortletRegistry.removeClone(PortletDefinition clone)
Remove a clone from a given portlet definition |
void |
PortletRegistry.savePortletDefinition(PortletDefinition portlet)
savePortletDefinition |
Constructors in org.apache.jetspeed.components.portletregistry with parameters of type PortletDefinition | |
---|---|
FailedToStorePortletDefinitionException(PortletDefinition portlet,
java.lang.String reason)
|
|
FailedToStorePortletDefinitionException(PortletDefinition portlet,
java.lang.Throwable nested)
|
Uses of PortletDefinition in org.apache.jetspeed.container |
---|
Methods in org.apache.jetspeed.container that return PortletDefinition | |
---|---|
PortletDefinition |
PortletEntity.getPortletDefinition()
|
PortletDefinition |
PortletWindow.getPortletDefinition()
|
PortletDefinition |
JetspeedPortletConfig.getPortletDefinition()
|
Methods in org.apache.jetspeed.container with parameters of type PortletDefinition | |
---|---|
void |
PortletEntity.setPortletDefinition(PortletDefinition portletDefinition)
|
void |
JetspeedPortletConfig.setPortletDefinition(PortletDefinition pd)
|
Uses of PortletDefinition in org.apache.jetspeed.factory |
---|
Methods in org.apache.jetspeed.factory with parameters of type PortletDefinition | |
---|---|
PortletInstance |
PortletFactory.getPortletInstance(javax.servlet.ServletContext servletContext,
PortletDefinition pd)
|
PortletInstance |
PortletFactory.getPortletInstance(javax.servlet.ServletContext servletContext,
PortletDefinition pd,
boolean noProxy)
|
javax.portlet.PreferencesValidator |
PortletFactory.getPreferencesValidator(PortletDefinition pd)
|
java.util.ResourceBundle |
PortletFactory.getResourceBundle(PortletDefinition pd,
java.util.Locale locale)
|
boolean |
PortletFactory.hasRenderHelperMethod(PortletDefinition pd,
javax.portlet.PortletMode mode)
Returns true when the portlet class is type of javax.portlet.GenericPortlet and it contains a helper method for the portlet mode with public access. |
void |
PortletFactory.reloadResourceBundles(PortletDefinition pd)
Tries to reload resource bundles of portlet definition. |
void |
PortletFactory.updatePortletConfig(PortletDefinition pd)
|
Uses of PortletDefinition in org.apache.jetspeed.mockobjects.request |
---|
Methods in org.apache.jetspeed.mockobjects.request with parameters of type PortletDefinition | |
---|---|
Language |
MockRequestContext.getPreferedLanguage(PortletDefinition portlet)
getPreferedLanguage |
Uses of PortletDefinition in org.apache.jetspeed.om.portlet |
---|
Methods in org.apache.jetspeed.om.portlet that return PortletDefinition | |
---|---|
PortletDefinition |
PortletApplication.addClone(java.lang.String name)
|
PortletDefinition |
PortletApplication.addPortlet(java.lang.String name)
|
PortletDefinition |
PortletApplication.getClone(java.lang.String name)
|
PortletDefinition |
PortletApplication.getPortlet(java.lang.String name)
|
Methods in org.apache.jetspeed.om.portlet that return types with arguments of type PortletDefinition | |
---|---|
java.util.List<PortletDefinition> |
PortletApplication.getClones()
|
java.util.List<PortletDefinition> |
PortletApplication.getPortlets()
|
Methods in org.apache.jetspeed.om.portlet with parameters of type PortletDefinition | |
---|---|
boolean |
PortletDefinition.isSameIdentity(PortletDefinition other)
Check if this instance its persistent identity has changed |
Uses of PortletDefinition in org.apache.jetspeed.request |
---|
Methods in org.apache.jetspeed.request with parameters of type PortletDefinition | |
---|---|
Language |
RequestContext.getPreferedLanguage(PortletDefinition portlet)
getPreferedLanguage |
Uses of PortletDefinition in org.apache.jetspeed.security |
---|
Methods in org.apache.jetspeed.security with parameters of type PortletDefinition | |
---|---|
boolean |
SecurityAccessController.checkPortletAccess(PortletDefinition portlet,
int mask)
Checks access for the implicit active subject's access to the resource protected by the portlet permission This is an abstraction introduced in 2.1 for Permission Manager implementations NOT founded upon the a Java security policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |