Uses of Interface
org.apache.manifoldcf.core.interfaces.IHTTPOutputActivity
-
Packages that use IHTTPOutputActivity Package Description org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.ui.jsp -
-
Uses of IHTTPOutputActivity in org.apache.manifoldcf.core.interfaces
Subinterfaces of IHTTPOutputActivity in org.apache.manifoldcf.core.interfaces Modifier and Type Interface Description interfaceIHTTPOutputThis interface abstracts from the output character stream used to construct HTML output for a web interface. -
Uses of IHTTPOutputActivity in org.apache.manifoldcf.ui.jsp
Classes in org.apache.manifoldcf.ui.jsp that implement IHTTPOutputActivity Modifier and Type Class Description classJspWrapperThis class provides an implementation of IHTTPOutput, which provides output services to connector UI interfaces.
-