Uses of Class
org.apache.maven.continuum.web.model.SessionUser

Packages that use SessionUser
org.apache.maven.continuum.web.model   
 

Uses of SessionUser in org.apache.maven.continuum.web.model
 

Methods in org.apache.maven.continuum.web.model that return types with arguments of type SessionUser
 List<SessionUser> Session.getSessionUsers()
          Method getSessionUsers.
 

Methods in org.apache.maven.continuum.web.model with parameters of type SessionUser
 void Session.addSessionUser(SessionUser sessionUser)
          Method addSessionUser.
 void Session.removeSessionUser(SessionUser sessionUser)
          Method removeSessionUser.
 

Method parameters in org.apache.maven.continuum.web.model with type arguments of type SessionUser
 void Session.setSessionUsers(List<SessionUser> sessionUsers)
          Set the sessionUsers field.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.