org.appfuse.web
Class UserListBean

java.lang.Object
  extended by org.appfuse.web.BaseActionBean
      extended by org.appfuse.web.UserListBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

@UrlBinding(value="/users.html")
public class UserListBean
extends BaseActionBean


Constructor Summary
UserListBean()
           
 
Method Summary
 net.sourceforge.stripes.action.Resolution execute()
           
 java.util.List<org.appfuse.model.User> getUsers()
           
 
Methods inherited from class org.appfuse.web.BaseActionBean
getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListBean

public UserListBean()
Method Detail

getUsers

public java.util.List<org.appfuse.model.User> getUsers()

execute

@DefaultHandler
public final net.sourceforge.stripes.action.Resolution execute()


Copyright © 2010. All Rights Reserved.