org.gridsphere.portlet.service.spi.impl.descriptor |
GridSphere Service Provider Interface (SPI) Descriptor
The SPI implementation uses Castor for XML to Java data bindings for the
following classes:
- {@link org.gridsphere.portlet.service.spi.impl.descriptor.SportletServiceCollection}
- {@link org.gridsphere.portlet.service.spi.impl.descriptor.SportletServiceDefinition}
- {@link org.gridsphere.portlet.service.spi.impl.descriptor.SportletServiceDescriptor}
|
Java Source File Name | Type | Comment |
ConfigParam.java | Class | A ConfigParam is an attribute representation used
to define attribute names and values in a descriptor by Castor. |
ConfigParamList.java | Class | A ConfigParamList is a container for ConfigParam
elements that provides a Hashtable view. |
Description.java | Class | |
PortletServiceCollection.java | Class | The SportletServiceCollection provides a list of
SportletServiceDefinition entries. |
PortletServiceDefinition.java | Class | The SportletServiceDefinition defines a portlet service
definition that is defined in the portlet service descripor. |