Interface IHTTPOutput
-
- All Superinterfaces:
IHTTPOutputActivity,IPasswordMapperActivity
- All Known Implementing Classes:
JspWrapper
public interface IHTTPOutput extends IHTTPOutputActivity, IPasswordMapperActivity
This interface abstracts from the output character stream used to construct HTML output for a web interface. More broadly, it provides the services that all connectors will need in order to provide UI components.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
-
Methods inherited from interface org.apache.manifoldcf.core.interfaces.IHTTPOutputActivity
flush, newLine, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println
-
Methods inherited from interface org.apache.manifoldcf.core.interfaces.IPasswordMapperActivity
mapKeyToPassword, mapPasswordToKey
-
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-