org.itracker.web.util
Class ServletContextUtils

java.lang.Object
  extended by 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

Constructor Summary
ServletContextUtils()
           
 
Method Summary
static ITrackerServices getItrackerServices()
           
static void setITrackerServices(ITrackerServices services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextUtils

public ServletContextUtils()
Method Detail

setITrackerServices

public static void setITrackerServices(ITrackerServices services)

getItrackerServices

public static ITrackerServices getItrackerServices()


Copyright © 2002-2012 itracker. All Rights Reserved.