Uses of Interface
com.sapportals.portal.pb.contentservice.IHTMLProcessor

Packages that use IHTMLProcessor
com.sapportals.portal.pb.contentservice Provides an interface to use the Application Cache service of the Portal.  
com.sapportals.portal.pb.contentservice.testcomponent   
 

Uses of IHTMLProcessor in com.sapportals.portal.pb.contentservice
 

Methods in com.sapportals.portal.pb.contentservice with parameters of type IHTMLProcessor
 void IPackageInformation.setIHTMLProcessor(IHTMLProcessor htmlProcessor, boolean recursiveProcessing)
          This method is used to set a processor for HTML pages.
 

Uses of IHTMLProcessor in com.sapportals.portal.pb.contentservice.testcomponent
 

Classes in com.sapportals.portal.pb.contentservice.testcomponent that implement IHTMLProcessor
 class TestHTMLProcessor