org.kuali.rice.krad.util
Class SessionTicket
java.lang.Object
   org.kuali.rice.krad.util.SessionTicket
org.kuali.rice.krad.util.SessionTicket
- All Implemented Interfaces: 
- Serializable
- public class SessionTicket 
- extends Object- implements Serializable
Holds information on an action (ticket type name) and context (ticketContext) that has been performed and can be placed in the
 UserSession objectMap. This can be checked for by subsequent session requests to determine if the action has already taken place (for
 example a Question or document action where the action is not recorded on the document or form).
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SessionTicket
public SessionTicket(String ticketTypeName)
getTicketTypeName
public String getTicketTypeName()
- 
 
- 
 
setTicketTypeName
public void setTicketTypeName(String ticketTypeName)
- 
 
- 
 
getTicketContext
public Map<String,String> getTicketContext()
- 
 
- 
 
setTicketContext
public void setTicketContext(Map<String,String> ticketContext)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.