|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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(java.lang.Class impClass)
Get the (first available) imp of the given class. |
GenticsImpInterface |
GenticsPortletContext.getImp(java.lang.String impId)
get the imp with given id from its dungeon. |
GenticsImpInterface |
AbstractGenticsPortlet.getImp(java.lang.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |