org.itracker.web.util
Class ServletContextUtils
java.lang.Object
org.itracker.web.util.ServletContextUtils
public class ServletContextUtils
- extends Object
This class gets access to ITracker services layer from a servlet context
Since actions already have it done in the top level ITrackerAction (ItrackerBaseAction), this is mostly
to be used in JSPs.
Marky: And that means that this is somehow deprecated because we
want to move all logic code except Taglibs from the JSPs to the Actions.
TODO In fact this shouldn't be needed / used, ITracker's JSP have way too much java code
- Author:
- ricardo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextUtils
public ServletContextUtils()
setITrackerServices
public static void setITrackerServices(ITrackerServices services)
getItrackerServices
public static ITrackerServices getItrackerServices()
Copyright © 2002-2012 itracker. All Rights Reserved.