JavaScript is disabled on your browser.
Skip navigation links
rewrite-config-servlet 10.0.0.Final
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.ocpsoft.rewrite.servlet.config.Stream
Packages that use
Stream
Package
Description
org.ocpsoft.rewrite.servlet.config
Uses of
Stream
in
org.ocpsoft.rewrite.servlet.config
Methods in
org.ocpsoft.rewrite.servlet.config
that return
Stream
Modifier and Type
Method
Description
static
Stream
Stream.
from
(
File
file)
Create an
Operation
that streams the given
File
to the
ServletResponse.getOutputStream()
.