org.apache.jetspeed.util.descriptor
Class ExtendedPortletMetadata
java.lang.Object
org.apache.jetspeed.util.descriptor.ExtendedPortletMetadata
public class ExtendedPortletMetadata
- extends java.lang.Object
This class is used to load extended MetaData, like that of the Dublin Core,
into an exsting PortletApplicationDefinition's object graph.
- Version:
- $Id: JetspeedDescriptorUtilities.java,v 1.10 2004/06/08 01:35:01
dlestrat Exp $
- Author:
- Jeremy Ford , Scott T. Weaver
Method Summary |
void |
load()
Performs the actual loading and mapping of the metadata into the PortletApplicationDefinition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
extendedMetaData
protected java.io.Reader extendedMetaData
portletApp
protected MutablePortletApplication portletApp
ExtendedPortletMetadata
public ExtendedPortletMetadata(java.io.Reader extendedMetaData,
MutablePortletApplication portletApp)
- Parameters:
extendedMetaData
- Reader that contains the extended metadata, usually jetspeed-portlet.xmlportletApp
- the MutablePortletApplication we are adding the extended metadata to.
load
public void load()
throws MetaDataException
- Performs the actual loading and mapping of the metadata into the PortletApplicationDefinition.
- Throws:
MetaDataException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.