Back Previous Next


Linguist servlet package - forward

Syntax:

   forward all

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKForward.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHForward.class

Function:

Forwards the entire request stream to the response stream. This is needed if your servlet is to act as a filter.

Example(s):

   forward all


Back Previous Next The New Keyword Handler