it.eng.spago.tags
Class SuspendResumeIdGenerator

java.lang.Object
  extended byit.eng.spago.tags.SuspendResumeIdGenerator

public class SuspendResumeIdGenerator
extends java.lang.Object

This class generate the identifier for storing suspend-resume containers. The suspend resume id must be generated in publishers (for example JSP pages ) because the containers that are used to suspend the containers need to be bound to publisher.

Author:
Zoppello

Constructor Summary
SuspendResumeIdGenerator()
           
 
Method Summary
static java.lang.String getSuspendResumeId(RequestContainer requestContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspendResumeIdGenerator

public SuspendResumeIdGenerator()
Method Detail

getSuspendResumeId

public static java.lang.String getSuspendResumeId(RequestContainer requestContainer)
                                           throws JspException
Throws:
JspException