com.google.code.rees.scope.session
Interface SessionPostProcessor

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSessionManager

public interface SessionPostProcessor
extends Serializable

This interface allows for post-processing of SessionFields. Registered via SessionAdapter.addPostProcessor(SessionPostProcessor).

Author:
rees.byars

Method Summary
 void postProcessSession(SessionAdapter sessionAdapter)
          Perform the post processing
 

Method Detail

postProcessSession

void postProcessSession(SessionAdapter sessionAdapter)
Perform the post processing

Parameters:
sessionAdapter -


Copyright © 2012-2013. All Rights Reserved.