Uses of Interface
com.gentics.api.portalnode.imp.GenticsImpInterface

Packages that use GenticsImpInterface
com.gentics.api.portalnode.imp Package for the implementation of the Imp subsystem. 
com.gentics.api.portalnode.plugin Package for specific plugin implementations. 
com.gentics.api.portalnode.portlet Package for the Gentics® specific Portlet implementations and enhancements. 
 

Uses of GenticsImpInterface in com.gentics.api.portalnode.imp
 

Subinterfaces of GenticsImpInterface in com.gentics.api.portalnode.imp
 interface GenticsStatefulImpInterface
          Interface for imps which store context-related data.
 

Classes in com.gentics.api.portalnode.imp that implement GenticsImpInterface
 class AbstractGenticsImp
          Abstract implementation for imps.
 

Uses of GenticsImpInterface in com.gentics.api.portalnode.plugin
 

Methods in com.gentics.api.portalnode.plugin that return GenticsImpInterface
 GenticsImpInterface AbstractGenticsPlugin.getImp(String impId)
          Get an imp
 

Uses of GenticsImpInterface in com.gentics.api.portalnode.portlet
 

Methods in com.gentics.api.portalnode.portlet that return GenticsImpInterface
 GenticsImpInterface GenticsPortletContext.getImp(Class impClass)
          Get the (first available) imp of the given class.
 GenticsImpInterface GenticsPortletContext.getImp(String impId)
          get the imp with given id from its dungeon.
 GenticsImpInterface AbstractGenticsPortlet.getImp(String impId)
          Get an instance of the imp with the given id.
 

Methods in com.gentics.api.portalnode.portlet with parameters of type GenticsImpInterface
 void GenticsPortletContext.returnImp(GenticsImpInterface imp)
          release the captured imp to its dungeon
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.