com.sun.portal.portletcontainercommon.descriptor |
|
Java Source File Name | Type | Comment |
DeploymentDescriptorException.java | Class | |
DeploymentDescriptorReader.java | Class | The deployment descriptor reader reads the portlet deployment descriptor
file and parses the elements of the XML file. |
DeploymentExtensionDescriptor.java | Class | This class loads the portlet deployment extension descriptor.
Currently, we only use two extension element:
- the sessionless element: by default sessionless is false, if a
portlet does not have this defined, then it means the portlet uses
session, if sessionless is defined as "1", then it means the
portlet does not use session.
- the save perference in render permission: this is per
application setting.
|
InitParamDescriptor.java | Class | The init param descriptor is the descriptor for a init param of
a portlet. |
PortletAppDescriptor.java | Class | The Portlet Application Descriptor is the main entry point of accessing
the portlet deployment descriptor. |
PortletDescriptor.java | Class | The portlet descriptor is the descriptor for a portlet.
The PortletDescriptor loads all the descriptors for a portlet into
memory, it delegates the loading of each descriptor to the sub
descriptor classe.
The PortletDescriptor class provides member methods to get to all
sub descriptors, the portlet name, portlet class name, as well as
the description, if available. |
PortletInfoDescriptor.java | Class | The portlet info descriptor is the descriptor for the specific
portlet information. |
PortletPreferencesDescriptor.java | Class | This class provides access to the portlet preferences descriptor. |
PortletsDescriptor.java | Class | The Portlets Descriptor is the entry point of accessing portlet
descriptors. |
PreferenceDescriptor.java | Class | This class provides access to the default values of the portlet
preferences. |
SecurityConstraintDescriptor.java | Class | The security constraint descriptor is the descriptor for defining
portlet security information. |
SecurityRoleDescriptor.java | Class | |
SecurityRoleRefDescriptor.java | Class | |
SupportsDescriptor.java | Class | The suppors descriptor is the descriptor for the portlet modes that
are supported for a portlet. |
UserAttributeDescriptor.java | Class | |