| java.lang.Object org.apache.jetspeed.util.descriptor.ExtendedPortletMetadata
ExtendedPortletMetadata | public class ExtendedPortletMetadata (Code) | | This class is used to load extended MetaData, like that of the Dublin Core,
into an exsting PortletApplicationDefinition's object graph.
author: Jeremy Ford author: Scott T. Weaver version: $Id: JetspeedDescriptorUtilities.java,v 1.10 2004/06/08 01:35:01 version: dlestrat Exp $ |
Method Summary | |
public void | load() Performs the actual loading and mapping of the metadata into the PortletApplicationDefinition. |
log | final protected static Log log(Code) | | |
ExtendedPortletMetadata | public ExtendedPortletMetadata(Reader extendedMetaData, MutablePortletApplication portletApp)(Code) | | Parameters: extendedMetaData - Reader that contains the extended metadata, usually jetspeed-portlet.xml Parameters: portletApp - the MutablePortletApplication we are adding the extended metadata to. |
load | public void load() throws MetaDataException(Code) | | Performs the actual loading and mapping of the metadata into the PortletApplicationDefinition.
|
|
|