|
This interceptor creates the HttpSession.
This is particular usefull when using the <@ww.tokten> tag in freemarker templates.
The tag do require that a HttpSession is already created since freemarker commits
the response to the client immediately.
Interceptor parameters:
Example:
<action name="someAction" class="com.examples.SomeAction">
<interceptor-ref name="create-session"/>
<interceptor-ref name="defaultStack"/>
<result name="input">input_with_token_tag.ftl</result>
</action>
author: Claus Ibsen version: $Date: 2007-01-08 17:24:16 +0100 (Mon, 08 Jan 2007) $ $Id: CreateSessionInterceptor.java 2795 2007-01-08 16:24:16Z tmjee $ |