cz.muni.fi.pclis.web.handlers
Class RedirectHelperImpl

java.lang.Object
  extended by cz.muni.fi.pclis.web.handlers.RedirectHelperImpl
All Implemented Interfaces:
RedirectHelper

public class RedirectHelperImpl
extends Object
implements RedirectHelper

Implementation of RedirectHelper which is driven by the fact if there already are some administrators in the system User: Ľuboš Pecho Date: 30.6.2009 Time: 19:42:07


Field Summary
private  UserService userService
          User service
 
Constructor Summary
RedirectHelperImpl()
           
 
Method Summary
 UserService getUserService()
           
 boolean redirect(javax.servlet.http.HttpServletRequest request)
           
 void setUserService(UserService userService)
          Sets the user service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userService

private UserService userService
User service

Constructor Detail

RedirectHelperImpl

public RedirectHelperImpl()
Method Detail

redirect

public boolean redirect(javax.servlet.http.HttpServletRequest request)
Specified by:
redirect in interface RedirectHelper

getUserService

public UserService getUserService()

setUserService

public void setUserService(UserService userService)
Sets the user service

Parameters:
userService -


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.