Package com.ibm.portal.cp.resources.builder

Interface Summary
CustomResourceBuilder A CustomResourceBuilder allows to build s.
CustomResourceBuilder.ResourceParameters Interface containing all paramteres that are needed to build a custom resource.
CustomResourceBuilderProvider Provider of ResourceBuilders.
 

Class Summary
AbstractCustomResource This provides a skeletal implementation of the CustomResource interface, to minimize the required effort for implementing this interface.
AbstractCustomResourceBuilder This provides a skeletal implementation of the com.ibm.portal.cp.resources.CustomResourceBuilder interface through providing a default implementation of the batch method CustomResourceBuilder.build(java.util.List).
 

Exception Summary
ResourceBuilderException Exception that can be thrown if errors occur within the com.ibm.portal.cp.resources.filter.ResourceFilter or com.ibm.portal.cp.resources.filter.ResourceFilterProvider.