Uses of Interface
org.apache.portals.applications.transform.Transform

Packages that use Transform
org.apache.portals.applications.rss   
org.apache.portals.applications.transform   
org.apache.portals.applications.transform.impl   
 

Uses of Transform in org.apache.portals.applications.rss
 

Fields in org.apache.portals.applications.rss declared as Transform
protected  Transform AbstractRssPortlet.transform
           
 

Uses of Transform in org.apache.portals.applications.transform
 

Methods in org.apache.portals.applications.transform with parameters of type Transform
 void TransformObjectPublisher.publish(Transform transform)
          Notify all observers that object has changed.
 

Uses of Transform in org.apache.portals.applications.transform.impl
 

Classes in org.apache.portals.applications.transform.impl that implement Transform
 class JetspeedTransform
          TransformComponent
 

Fields in org.apache.portals.applications.transform.impl declared as Transform
private  Transform MemoryTransformCache.transform
           
 

Constructors in org.apache.portals.applications.transform.impl with parameters of type Transform
MemoryTransformCache(Transform transform, int maxSize, int evictionPercentage, boolean enable, boolean debug)
          Spring constructor injection
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.