Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenticsStatefulImpInterface
Interface for imps which store context-related data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenticsImp
Abstract implementation for imps.
|
Modifier and Type | Method and Description |
---|---|
GenticsImpInterface |
AbstractGenticsPlugin.getImp(java.lang.String impId)
Get an imp
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GenticsPortletContext.returnImp(GenticsImpInterface imp)
release the captured imp to its dungeon
|
Copyright © 2022 Gentics Software. All Rights Reserved.