org.apache.myfaces.tobago.webapp
Class Secret

java.lang.Object
  extended by org.apache.myfaces.tobago.webapp.Secret
All Implemented Interfaces:
java.io.Serializable

public class Secret
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
static boolean check(FacesContext facesContext)
          Checks that the request contains a parameter KEY which is equals to a secret value in the session.
static void create(HttpSession session)
          Create a secret attribute in the session.
static void encode(FacesContext facesContext, TobagoResponseWriter writer)
          Encode a hidden field with the secret value from the session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

check

public static boolean check(FacesContext facesContext)
Checks that the request contains a parameter KEY which is equals to a secret value in the session.


encode

public static void encode(FacesContext facesContext,
                          TobagoResponseWriter writer)
                   throws java.io.IOException
Encode a hidden field with the secret value from the session.

Throws:
java.io.IOException

create

public static void create(HttpSession session)
Create a secret attribute in the session. Should usually be called in a HttpSessionListener.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.