Uses of Interface
com.uwyn.rife.cmf.transform.ContentTransformer

Packages that use ContentTransformer
com.uwyn.rife.cmf.dam Provides classes and interfaces for the database access management of the content management framework. 
com.uwyn.rife.cmf.dam.contentmanagers Provides managers classes for content information support. 
com.uwyn.rife.cmf.dam.contentstores Provides managers classes for content data support. 
com.uwyn.rife.cmf.format Provides classes and interfaces that are able to format raw content data into typed data. 
com.uwyn.rife.cmf.transform Provides classes and interfaces that are able to transform typed content data. 
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
 

Uses of ContentTransformer in com.uwyn.rife.cmf.dam
 

Methods in com.uwyn.rife.cmf.dam with parameters of type ContentTransformer
 boolean ContentManager.storeContent(String location, Content content, ContentTransformer transformer)
          Store content at a certain location.
 boolean ContentStore.storeContentData(int id, Content content, ContentTransformer transformer)
          Stores the content data for a certain content id.
 

Uses of ContentTransformer in com.uwyn.rife.cmf.dam.contentmanagers
 

Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type ContentTransformer
protected  boolean DatabaseContent._storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer)
           
 

Uses of ContentTransformer in com.uwyn.rife.cmf.dam.contentstores
 

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type ContentTransformer
protected  boolean DatabaseRawStore._storeContentData(Insert storeContentInfo, Insert storeContentChunk, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseTextStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseImageStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
 

Uses of ContentTransformer in com.uwyn.rife.cmf.format
 

Methods in com.uwyn.rife.cmf.format with parameters of type ContentTransformer
 byte[] ImageFormatter.format(Content content, ContentTransformer<Image> transformer)
           
 InputStream RawFormatter.format(Content content, ContentTransformer<InputStream> transformer)
           
 DataType Formatter.format(Content content, ContentTransformer<InternalType> transformer)
          Formats raw data and returns it in a DataType that's supported by the back-end stores.
 String XhtmlFormatter.format(Content content, ContentTransformer<String> transformer)
           
 String PlainTextFormatter.format(Content content, ContentTransformer<String> transformer)
           
 

Uses of ContentTransformer in com.uwyn.rife.cmf.transform
 

Subinterfaces of ContentTransformer in com.uwyn.rife.cmf.transform
 interface ImageContentTransformer
          This interface defines the API that has to be implemented by classes that are capable of transforming image content data after it's initially loaded.
 interface RawContentTransformer
          This interface defines the API that has to be implemented by classes that are capable of transforming raw content data after it's initially loaded.
 interface TextContentTransformer
          This interface defines the API that has to be implemented by classes that are capable of transforming text content data after it's initially loaded.
 

Uses of ContentTransformer in com.uwyn.rife.site
 

Methods in com.uwyn.rife.site that return ContentTransformer
 ContentTransformer ConstrainedProperty.getTransformer()
          Retrieves the content transformer of this property.
 

Methods in com.uwyn.rife.site with parameters of type ContentTransformer
 void ConstrainedProperty.setTransformer(ContentTransformer transformer)
          Sets a content transformer for this property.
 T ConstrainedProperty.transformer(ContentTransformer transformer)
          Sets a content transformer for this property.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.