Class CmsGwtServiceContext

java.lang.Object
org.opencms.gwt.CmsGwtServiceContext
All Implemented Interfaces:
I_CmsEventListener

public class CmsGwtServiceContext extends Object implements I_CmsEventListener
This class contains the data that should be cached for a specific service class.

We cache instances of this class rather than caching instances of CmsGwtService directly because its superclass, RemoteServiceServlet, does some caching which we can't use because it doesn't take the distinction between online and offline requests into account.

Since:
8.0.0
  • Constructor Details

    • CmsGwtServiceContext

      Creates a new service context object.

      Parameters:
      name - an identifier which is used for debugging
  • Method Details