common-util

Uses of Class
local.tomas.faces.FacesSession

Packages that use FacesSession
local.tomas.faces This package defines some session helper classes for JSF. 
local.tomas.faces.ui This package defines some JSF user interface helper classes. 
 

Uses of FacesSession in local.tomas.faces
 

Methods in local.tomas.faces that return FacesSession
static FacesSession FacesSession.getSession(String name)
          Get named faces session.
 

Constructors in local.tomas.faces with parameters of type FacesSession
FacesSessionException(FacesSession session, String message)
          Create exception for session from message.
FacesSessionException(FacesSession session, String message, Object arg)
          Create exception for session from message and single argument.
FacesSessionException(FacesSession session, String message, Object[] args)
          Create exception for session from message and arguments.
FacesSessionException(FacesSession session, String message, Object[] args, Throwable cause)
          Create exception for session from message, arguments, and root cause.
FacesSessionException(FacesSession session, String message, Object arg, Throwable cause)
          Create exception for session from message, single argument, and root cause.
FacesSessionException(FacesSession session, String message, Throwable cause)
          Create exception for session from message and root cause.
 

Uses of FacesSession in local.tomas.faces.ui
 

Methods in local.tomas.faces.ui that return FacesSession
 FacesSession LocaleSelector.getSession()
           
 

Methods in local.tomas.faces.ui with parameters of type FacesSession
 void LocaleSelector.setSession(FacesSession session)
           
 


common-util

Copyright © 2007 null. All Rights Reserved.