Uses of Interface
org.hippoecm.frontend.plugin.IPluginContext
-
-
Uses of IPluginContext in org.hippoecm.addon.workflow
Constructors in org.hippoecm.addon.workflow with parameters of type IPluginContext Constructor Description BranchAwareStdWorkflow(String id, org.apache.wicket.model.IModel name, org.apache.wicket.request.resource.ResourceReference iconReference, IPluginContext pluginContext, WorkflowDescriptorModel model)
BranchAwareStdWorkflow(String id, org.apache.wicket.model.IModel name, IPluginContext pluginContext, WorkflowDescriptorModel model)
CompatibilityWorkflowPlugin(IPluginContext context, IPluginConfig config)
Deprecated.DestinationDialog(org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> question, org.apache.wicket.model.IModel<String> answer, NodeModelWrapper<Node> destination, IPluginContext context, IPluginConfig config)
StdWorkflow(String id, String name, org.apache.wicket.request.resource.ResourceReference iconReference, IPluginContext pluginContext, RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.Old-style constructor Use a constructor with explicit model argument.StdWorkflow(String id, String name, IPluginContext pluginContext, RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.Old-style constructor Use a constructor with explicit model argument.StdWorkflow(String id, org.apache.wicket.model.IModel<String> name, org.apache.wicket.request.resource.ResourceReference iconReference, IPluginContext pluginContext, WorkflowDescriptorModel model)
StdWorkflow(String id, org.apache.wicket.model.IModel<String> name, IPluginContext pluginContext, WorkflowDescriptorModel model)
StdWorkflow(String id, org.apache.wicket.model.StringResourceModel name, org.apache.wicket.request.resource.ResourceReference iconReference, IPluginContext pluginContext, RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.Old-style constructor Use a constructor with explicit model argument.StdWorkflow(String id, org.apache.wicket.model.StringResourceModel name, IPluginContext pluginContext, RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.Old-style constructor Use a constructor with explicit model argument. -
Uses of IPluginContext in org.hippoecm.frontend.dialog
Methods in org.hippoecm.frontend.dialog with parameters of type IPluginContext Modifier and Type Method Description protected Dialog<ModelType>
DialogManager. createDialog(IPluginContext context, IPluginConfig config, Map<String,String> parameters)
IDialogService
DialogServiceFactory. getService(IPluginContext context)
void
DialogService. init(IPluginContext context, String serviceId, String wicketId)
void
DialogServiceFactory. init(IPluginContext context, String serviceId)
void
DialogServiceFactory. releaseService(IPluginContext context, IDialogService service)
Constructors in org.hippoecm.frontend.dialog with parameters of type IPluginContext Constructor Description DialogManager(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor that return IPluginContext Modifier and Type Method Description protected IPluginContext
AbstractCmsEditor. getPluginContext()
Constructors in org.hippoecm.frontend.editor with parameters of type IPluginContext Constructor Description AbstractCmsEditor(IEditorContext editorContext, IPluginContext context, IPluginConfig parameters, org.apache.wicket.model.IModel<T> model, IEditor.Mode mode)
-
Uses of IPluginContext in org.hippoecm.frontend.extjs
Constructors in org.hippoecm.frontend.extjs with parameters of type IPluginContext Constructor Description ExtWidget(String xtype, IPluginContext context)
ExtWidgetRegistry(IPluginContext context)
-
Uses of IPluginContext in org.hippoecm.frontend.logout
Constructors in org.hippoecm.frontend.logout with parameters of type IPluginContext Constructor Description CmsLogoutService(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.model
Methods in org.hippoecm.frontend.model with parameters of type IPluginContext Modifier and Type Method Description static <T extends Serializable>
ObservableModel<T>ObservableModel. from(IPluginContext context, String id)
Retrieve the model object from the context with specific id.void
ModelReference. init(IPluginContext context)
Register the service with the specified service id.static BranchIdModel
BranchIdModel. initialize(IPluginContext context, Node documentHandleNode)
Constructors in org.hippoecm.frontend.model with parameters of type IPluginContext Constructor Description BranchIdModel(IPluginContext context, String handleIdentifier)
-
Uses of IPluginContext in org.hippoecm.frontend.model.event
Constructors in org.hippoecm.frontend.model.event with parameters of type IPluginContext Constructor Description ObservableRegistry(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.plugin
Methods in org.hippoecm.frontend.plugin that return IPluginContext Modifier and Type Method Description protected IPluginContext
Plugin. getPluginContext()
TheIPluginContext
for the plugin.Methods in org.hippoecm.frontend.plugin with parameters of type IPluginContext Modifier and Type Method Description S
IServiceFactory. getService(IPluginContext context)
Invoked when the service is requested from the service registry with the provided plugin context.void
IServiceFactory. releaseService(IPluginContext context, S service)
When the plugin that requested an instance of the service, is stopped, this method is invoked.Constructors in org.hippoecm.frontend.plugin with parameters of type IPluginContext Constructor Description Plugin(IPluginContext context, IPluginConfig config)
Construct a new Plugin. -
Uses of IPluginContext in org.hippoecm.frontend.plugins.gallery
Constructors in org.hippoecm.frontend.plugins.gallery with parameters of type IPluginContext Constructor Description ImageContainer(String wicketId, JcrNodeModel model, IPluginContext pluginContext, IPluginConfig pluginConfig)
ImageContainer(String wicketId, JcrNodeModel model, IPluginContext pluginContext, IPluginConfig pluginConfig, int maxAxisLength)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.gallery.columns
Constructors in org.hippoecm.frontend.plugins.gallery.columns with parameters of type IPluginContext Constructor Description ImageGalleryColumnProviderPlugin(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.gallery.model
Methods in org.hippoecm.frontend.plugins.gallery.model with parameters of type IPluginContext Modifier and Type Method Description static GalleryProcessor
DefaultGalleryProcessor. getGalleryProcessor(IPluginContext pluginContext, IPluginConfig pluginConfig)
Get the gallery processor service identified by the parameterGalleryProcessor.GALLERY_PROCESSOR_ID
in the plugin config.static GalleryProcessor
DefaultGalleryProcessor. getGalleryProcessor(IPluginContext pluginContext, IPluginConfig pluginConfig, String defaultServiceId)
Get the gallery processor service specified by the parameterGalleryProcessor.GALLERY_PROCESSOR_ID
in the plugin config. -
Uses of IPluginContext in org.hippoecm.frontend.plugins.jquery.upload.multiple
Constructors in org.hippoecm.frontend.plugins.jquery.upload.multiple with parameters of type IPluginContext Constructor Description JQueryFileUploadDialog(IPluginContext pluginContext, IPluginConfig pluginConfig)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.browse
Constructors in org.hippoecm.frontend.plugins.standards.browse with parameters of type IPluginContext Constructor Description AbstractBrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
BreadcrumbPlugin(IPluginContext context, IPluginConfig config)
Deprecated.BrowserPlugin(IPluginContext context, IPluginConfig config)
BrowseService(IPluginContext context, IPluginConfig config, JcrNodeModel document)
BrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.diff
Constructors in org.hippoecm.frontend.plugins.standards.diff with parameters of type IPluginContext Constructor Description HTMLDiffPlugin(IPluginContext context, IPluginConfig config)
Construct plugin and register theDefaultHtmlDiffService
to the context. -
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.list
Methods in org.hippoecm.frontend.plugins.standards.list with parameters of type IPluginContext Modifier and Type Method Description void
TableDefinition. init(IPluginContext context)
Constructors in org.hippoecm.frontend.plugins.standards.list with parameters of type IPluginContext Constructor Description AbstractListColumnProviderPlugin(IPluginContext context, IPluginConfig config)
AbstractListingPlugin(IPluginContext context, IPluginConfig config)
ExpandCollapseListingPlugin(IPluginContext context, IPluginConfig config)
ListCell(String id, org.apache.wicket.model.IModel model, IListCellRenderer renderer, Object attributeModifier, IPluginContext context)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.list.datatable
Methods in org.hippoecm.frontend.plugins.standards.list.datatable with parameters of type IPluginContext Modifier and Type Method Description void
ListDataTable. init(IPluginContext context)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.list.render
Constructors in org.hippoecm.frontend.plugins.standards.list.render with parameters of type IPluginContext Constructor Description ThumbnailRenderer(IPluginContext pluginContext, IPluginConfig pluginConfig)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.panelperspective
Methods in org.hippoecm.frontend.plugins.standards.panelperspective that return IPluginContext Modifier and Type Method Description IPluginContext
PanelPlugin. getPluginContext()
Constructors in org.hippoecm.frontend.plugins.standards.panelperspective with parameters of type IPluginContext Constructor Description PanelPlugin(IPluginContext context, IPluginConfig config)
PanelPluginPanel(String id, IPluginContext context, org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel breadCrumbModel, String panelServiceId)
PanelPluginPerspective(IPluginContext context, IPluginConfig config)
PanelPluginPerspective(IPluginContext context, IPluginConfig config, String eventId)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.perspective
Constructors in org.hippoecm.frontend.plugins.standards.perspective with parameters of type IPluginContext Constructor Description Perspective(IPluginContext context, IPluginConfig config)
Perspective(IPluginContext context, IPluginConfig config, String eventId)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.picker
Constructors in org.hippoecm.frontend.plugins.standards.picker with parameters of type IPluginContext Constructor Description NodePickerController(IPluginContext context, NodePickerControllerSettings settings)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.standards.tabs
Constructors in org.hippoecm.frontend.plugins.standards.tabs with parameters of type IPluginContext Constructor Description TabsContainerService(IPluginContext context, IPluginConfig properties)
TabsPlugin(IPluginContext context, IPluginConfig properties)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.yui.datetime
Constructors in org.hippoecm.frontend.plugins.yui.datetime with parameters of type IPluginContext Constructor Description DateFieldWidget(String id, org.apache.wicket.model.IModel<Date> model, IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.yui.layout
Constructors in org.hippoecm.frontend.plugins.yui.layout with parameters of type IPluginContext Constructor Description UnitPlugin(IPluginContext context, IPluginConfig config)
WireframePlugin(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.plugins.yui.upload.processor
Methods in org.hippoecm.frontend.plugins.yui.upload.processor with parameters of type IPluginContext Modifier and Type Method Description static FileUploadPreProcessorService
DefaultFileUploadPreProcessorService. getPreProcessorService(IPluginContext pluginContext, IPluginConfig pluginConfig)
static FileUploadPreProcessorService
DefaultFileUploadPreProcessorService. getPreProcessorService(IPluginContext pluginContext, IPluginConfig pluginConfig, String id)
Constructors in org.hippoecm.frontend.plugins.yui.upload.processor with parameters of type IPluginContext Constructor Description DefaultFileUploadPreProcessorPlugin(IPluginContext context, IPluginConfig config)
Construct a new Plugin. -
Uses of IPluginContext in org.hippoecm.frontend.plugins.yui.upload.validation
Methods in org.hippoecm.frontend.plugins.yui.upload.validation with parameters of type IPluginContext Modifier and Type Method Description static FileUploadValidationService
DefaultUploadValidationService. getValidationService(IPluginContext pluginContext, IPluginConfig pluginConfig, String defaultValidationServiceId)
Get the validation service specified by the parameterIValidationService.VALIDATE_ID
in the plugin config.static FileUploadValidationService
ImageUploadValidationService. getValidationService(IPluginContext pluginContext, IPluginConfig pluginConfig)
Get the validation service specified by the parameterIValidationService.VALIDATE_ID
in the plugin config.Constructors in org.hippoecm.frontend.plugins.yui.upload.validation with parameters of type IPluginContext Constructor Description AssetUploadValidationPlugin(IPluginContext context, IPluginConfig config)
ImageUploadValidationPlugin(IPluginContext context, IPluginConfig config)
UploadValidationPlugin(IPluginContext context, IPluginConfig config)
-
Uses of IPluginContext in org.hippoecm.frontend.service
Classes in org.hippoecm.frontend.service that implement IPluginContext Modifier and Type Class Description class
ServiceContext
Wrapper class for IPluginContext that keeps a record of what services and trackers are registered and what clusters are started.Methods in org.hippoecm.frontend.service with parameters of type IPluginContext Modifier and Type Method Description void
ServiceContext. attachTo(IPluginContext pluginContext)
reattach a service context to a plugin context.Constructors in org.hippoecm.frontend.service with parameters of type IPluginContext Constructor Description ServiceContext(IPluginContext upstream)
-
Uses of IPluginContext in org.hippoecm.frontend.service.categories
Fields in org.hippoecm.frontend.service.categories declared as IPluginContext Modifier and Type Field Description protected IPluginContext
AbstractCategoriesBuilder. context
Methods in org.hippoecm.frontend.service.categories with parameters of type IPluginContext Modifier and Type Method Description CategoriesBuilder
AbstractCategoriesBuilder. context(IPluginContext context)
CategoriesBuilder
CategoriesBuilder. context(IPluginContext context)
String[]
AbstractCategoriesService. getCategories(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories)
String[]
CategoriesService. getCategories(Node node, IPluginContext context, String[] workflowCategories, String[] versionCategories)
-
Uses of IPluginContext in org.hippoecm.frontend.service.render
Methods in org.hippoecm.frontend.service.render that return IPluginContext Modifier and Type Method Description protected IPluginContext
AbstractRenderService. getPluginContext()
TheIPluginContext
that was used to create the service.Constructors in org.hippoecm.frontend.service.render with parameters of type IPluginContext Constructor Description AbstractRenderService(IPluginContext context, IPluginConfig properties)
ListRenderService(IPluginContext context, IPluginConfig properties)
ListViewPlugin(IPluginContext context, IPluginConfig config)
ListViewService(IPluginContext context, IPluginConfig properties)
RenderPlugin(IPluginContext context, IPluginConfig config)
RenderService(IPluginContext context, IPluginConfig properties)
-
Uses of IPluginContext in org.hippoecm.frontend.util
Methods in org.hippoecm.frontend.util with parameters of type IPluginContext Modifier and Type Method Description static StringCodec
CodecUtils. getDisplayNameCodec(IPluginContext context)
Lookup aStringCodec
for encoding/decoding a display name.static StringCodec
CodecUtils. getNodeNameCodec(IPluginContext context, String locale)
Lookup aStringCodec
for encoding/decoding a node name for a specific locale (optional).static StringCodec
CodecUtils. getNodeNameCodec(IPluginContext context, Node node)
Lookup aStringCodec
for encoding/decoding a node name.static org.apache.wicket.model.IModel<StringCodec>
CodecUtils. getNodeNameCodecModel(IPluginContext context, String locale)
Convenience method for wrapping aStringCodec
in aLoadableDetachableModel
.static StringCodecFactory
CodecUtils. getStringCodecFactory(IPluginContext context)
Return aStringCodecFactory
from theISettingsService
or throw anIllegalStateException
if not found.
-