|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProducer | |
| com.sapportals.wcm.service.notificator | Provides a service for sending notifications. |
| com.sapportals.wcm.service.pipeline | Contains interfaces for transforming the layout and format of resources. |
| com.sapportals.wcm.service.pipeline.producer | Contains interfaces to prepare content for a transformation to a different layout or format. |
| Uses of IProducer in com.sapportals.wcm.service.notificator |
| Methods in com.sapportals.wcm.service.notificator that return IProducer | |
protected IProducer |
AbstractNotification.getXmlProducer(IResourceFactory factory,
RID xmlRID)
Get the XML producer for feeding the pipeline. |
protected IProducer |
AbstractNotification.getXslProducer(IResourceFactory factory,
RID xslRID)
Get the XSL producer for feeding the pipeline. |
| Uses of IProducer in com.sapportals.wcm.service.pipeline |
| Methods in com.sapportals.wcm.service.pipeline with parameters of type IProducer | |
IContent |
IXsltPipelineService.handle(IProducer xml,
IProducer xsl,
java.util.Hashtable properties)
This method calls the XSLT processor. |
IContent |
IXsltPipelineService.handle(IProducer xml,
IProducer xsl,
java.util.Hashtable properties,
java.lang.String mime)
This method calls the XSLT processor. |
IContent |
IXsltPipelineService.handle(IProducer xml,
java.lang.String xslUrl,
java.util.Hashtable properties)
This method calls the XSLT processor. |
IContent |
IXsltPipelineService.handle(IProducer xml,
java.lang.String xslUrl,
java.util.Hashtable properties,
java.lang.String mime)
This method calls the XSLT processor. |
IContent |
IPipelineService.handle(IProducer producer,
IProcessor defaultProcessor,
java.util.Hashtable properties)
|
| Uses of IProducer in com.sapportals.wcm.service.pipeline.producer |
| Classes in com.sapportals.wcm.service.pipeline.producer that implement IProducer | |
class |
AbstractProducer
Abstract base class for WCM Prodcuer. |
class |
ProducerFromResource
Provides access to a resource. |
class |
ProducerFromStream
Provides access to a stream. |
class |
ProducerFromString
Provides access to a XML-Strings or XML-DOM ( Document ). |
class |
ProducerFromUrl
Provides access via URL. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||