Uses of Interface
nl.gx.webmanager.wcb.Component
-
-
Uses of Component in nl.gx.forms.wmpformapi.wcb.formfragmenttype
Subinterfaces of Component in nl.gx.forms.wmpformapi.wcb.formfragmenttype Modifier and Type Interface Description interface
FormFragmentComponent
Interface for the Form field Component. -
Uses of Component in nl.gx.forms.wmpformapi.wcb.formlogicprovidertype
Subinterfaces of Component in nl.gx.forms.wmpformapi.wcb.formlogicprovidertype Modifier and Type Interface Description interface
FormLogicProviderComponent
Component that provides Form Logic.interface
LanguagePackComponent
Component that provides language labels for existing Form Logic components. -
Uses of Component in nl.gx.webmanager.api.implementation
Classes in nl.gx.webmanager.api.implementation that implement Component Modifier and Type Class Description class
APIServiceImpl
class
ContentIndexSearchServiceImpl
class
ContentLabelsCategoryFieldAdapterImpl
Adapter that pretendsContentItemVersion.getContentLabelCategories()
is language-specific, so that content items that are actually language-specific (such as pages), have their labels indexed in the exact same way as language-agnostic content items (such as media items).class
ContentUsageAdapterImpl
Adapter that takes a content item version and returns information about the usage as string. -
Uses of Component in nl.gx.webmanager.cms.mediarepository
Methods in nl.gx.webmanager.cms.mediarepository that return Component Modifier and Type Method Description Component
MediaItemVersion. getComponent()
Returns the component.Methods in nl.gx.webmanager.cms.mediarepository with parameters of type Component Modifier and Type Method Description void
MediaItemVersion. setComponent(Component component)
Sets the component. -
Uses of Component in nl.gx.webmanager.foundation
Methods in nl.gx.webmanager.foundation that return Component Modifier and Type Method Description Component
CentralWrapperRegistry. getComponentByInterface(String fullyQualifiedClassName)
Returns the component that provides an implementation for the given full classname of the interface.Component
WrapperRegistry. getComponentByInterface(String fullyQualifiedClassName)
Not implemented. -
Uses of Component in nl.gx.webmanager.services.entitymanager
Methods in nl.gx.webmanager.services.entitymanager that return Component Modifier and Type Method Description Component
EntityFactory. getComponent()
Gets the component for which this entity factory was createdMethods in nl.gx.webmanager.services.entitymanager with parameters of type Component Modifier and Type Method Description void
EntityFactory. setComponent(Component component)
Sets the component for which this entity factory is created -
Uses of Component in nl.gx.webmanager.services.wrapper
Methods in nl.gx.webmanager.services.wrapper that return Component Modifier and Type Method Description Component
WrapperRegistry. getComponentByInterface(String fullyQualifiedClassName)
Returns the component that provides an implementation for the given full classname of the interface. -
Uses of Component in nl.gx.webmanager.springmvc.controller.component
Methods in nl.gx.webmanager.springmvc.controller.component that return Component Modifier and Type Method Description protected Component
ComponentController. getComponent()
Return the component to which this controller belongs.Methods in nl.gx.webmanager.springmvc.controller.component with parameters of type Component Modifier and Type Method Description void
ComponentController. addEditView(String jspLocation, String viewName, Component component)
void
ComponentController. setComponent(Component component)
Sets the component to which this controller belongs, called by the component manager when the controller is created. -
Uses of Component in nl.gx.webmanager.springmvc.element
Methods in nl.gx.webmanager.springmvc.element with parameters of type Component Modifier and Type Method Description void
ElementBase. setComponent(Component component)
-
Uses of Component in nl.gx.webmanager.springmvc.pagemetadata
Methods in nl.gx.webmanager.springmvc.pagemetadata with parameters of type Component Modifier and Type Method Description void
PageMetaDataBase. setComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb
Methods in nl.gx.webmanager.wcb that return Component Modifier and Type Method Description Component
ComponentManager. getComponent(String typeId, String id)
Get a registered component by typeId and id.Component
ComponentType. getComponent(String id)
Get a registered component by id.Component[]
ComponentManager. getComponents(String typeId)
Get all registered components for a componentType.Component[]
ComponentType. getComponents()
Get an array of registered component for this componentType.Methods in nl.gx.webmanager.wcb with parameters of type Component Modifier and Type Method Description boolean
ComponentManager. createPersistenceStructure(Component component)
Given the classes in the bundle create node type definitions and feed them to the underlying JCR persistence store.boolean
ComponentType. installComponent(ComponentDefinition componentDefinition, Component component)
Installs a component of this component type.boolean
ComponentManager. purgeComponent(Component component)
Purges the specified component.void
ComponentAware. setComponent(Component component)
Set the component that instantiated this object.void
ComponentManager. startComponent(Component component)
Starts a component.boolean
ComponentType. startComponent(Component component)
Starts an installed component.boolean
ComponentType. stopComponent(Component component)
Stops an installed component. -
Uses of Component in nl.gx.webmanager.wcb.dojotype
Subinterfaces of Component in nl.gx.webmanager.wcb.dojotype Modifier and Type Interface Description interface
DojoComponent
The DojoComponent interface if for components that extend the GX WebManager GUI through Dojo modules. -
Uses of Component in nl.gx.webmanager.wcb.dojotype.impl
Classes in nl.gx.webmanager.wcb.dojotype.impl that implement Component Modifier and Type Class Description class
DojoComponentTypeImpl
DojoComponentTypeImpl.class
SimpleDojoComponent
Simple base class implementing default behavior for components of typeDojoComponent
.Methods in nl.gx.webmanager.wcb.dojotype.impl with parameters of type Component Modifier and Type Method Description boolean
DojoComponentTypeImpl. startComponent(Component component)
boolean
DojoComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.elementtype
Subinterfaces of Component in nl.gx.webmanager.wcb.elementtype Modifier and Type Interface Description interface
ElementComponent
-
Uses of Component in nl.gx.webmanager.wcb.elementtype.impl
Classes in nl.gx.webmanager.wcb.elementtype.impl that implement Component Modifier and Type Class Description class
ElementComponentTypeImpl
This class provides a componentType implementation for GX Webmanager elements.class
SimpleElementComponent
This class provides a basic implementation for a GX WebManager ElementComponent.Methods in nl.gx.webmanager.wcb.elementtype.impl with parameters of type Component Modifier and Type Method Description boolean
ElementComponentTypeImpl. startComponent(Component component)
boolean
ElementComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.formcomponenttype
Subinterfaces of Component in nl.gx.webmanager.wcb.formcomponenttype Modifier and Type Interface Description interface
FormComponent
Interface for FormComponent. -
Uses of Component in nl.gx.webmanager.wcb.formcomponenttype.impl
Classes in nl.gx.webmanager.wcb.formcomponenttype.impl that implement Component Modifier and Type Class Description class
FormComponentTypeImpl
Implementation class for the FormComponentType.class
SimpleFormComponent
Very simple default FormComponent.Methods in nl.gx.webmanager.wcb.formcomponenttype.impl with parameters of type Component Modifier and Type Method Description boolean
FormComponentTypeImpl. startComponent(Component component)
boolean
FormComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.foundation
Classes in nl.gx.webmanager.wcb.foundation that implement Component Modifier and Type Class Description class
ComponentBase
Base implementation for component interface, is extended by implementations in component type bundles.class
ComponentTypeBase
Base class for component type's containing utility functions that are used in component type implementations.Methods in nl.gx.webmanager.wcb.foundation that return Component Modifier and Type Method Description Component
ComponentTypeBase. getComponent(String id)
Component[]
ComponentTypeBase. getComponents()
Methods in nl.gx.webmanager.wcb.foundation with parameters of type Component Modifier and Type Method Description boolean
ComponentTypeBase. installComponent(ComponentDefinition componentDefinition, Component component)
abstract boolean
ComponentTypeBase. startComponent(Component component)
abstract boolean
ComponentTypeBase. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.mediaitemtype
Subinterfaces of Component in nl.gx.webmanager.wcb.mediaitemtype Modifier and Type Interface Description interface
MediaItemComponent
Interface for a MediaComponent. -
Uses of Component in nl.gx.webmanager.wcb.mediaitemtype.impl
Classes in nl.gx.webmanager.wcb.mediaitemtype.impl that implement Component Modifier and Type Class Description class
MediaItemComponentTypeImpl
This class provides a componentType implementation for GX Webmanager media items.class
SimpleMediaItemComponent
This class provides a basic implementation for a GX WebManager Media component.Methods in nl.gx.webmanager.wcb.mediaitemtype.impl with parameters of type Component Modifier and Type Method Description boolean
MediaItemComponentTypeImpl. startComponent(Component component)
boolean
MediaItemComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.metadatatype.impl
Classes in nl.gx.webmanager.wcb.metadatatype.impl that implement Component Modifier and Type Class Description class
PageMetaDataComponentTypeImpl
This class provides a componentType implementation for GX Webmanager Meta Data.class
SimpleMetaDataComponent
This class provides a basic implementation for a GX WebManager MetaDataComponent.Methods in nl.gx.webmanager.wcb.metadatatype.impl with parameters of type Component Modifier and Type Method Description boolean
PageMetaDataComponentTypeImpl. startComponent(Component component)
boolean
PageMetaDataComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.pagemetadatatype
Subinterfaces of Component in nl.gx.webmanager.wcb.pagemetadatatype Modifier and Type Interface Description interface
PageMetaDataComponent
Page Meta Data Component -
Uses of Component in nl.gx.webmanager.wcb.paneltype
Subinterfaces of Component in nl.gx.webmanager.wcb.paneltype Modifier and Type Interface Description interface
PanelComponent
Interface for a PanelComponent. -
Uses of Component in nl.gx.webmanager.wcb.paneltype.impl
Classes in nl.gx.webmanager.wcb.paneltype.impl that implement Component Modifier and Type Class Description class
PanelComponentTypeImpl
This class provides a componentType implementation for GX WebManager panels.class
SimplePanelComponent
This class provides a basic implementation for a GX WebManager PanelComponent.Methods in nl.gx.webmanager.wcb.paneltype.impl with parameters of type Component Modifier and Type Method Description boolean
PanelComponentTypeImpl. startComponent(Component component)
boolean
PanelComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.presentationtype
Subinterfaces of Component in nl.gx.webmanager.wcb.presentationtype Modifier and Type Interface Description interface
PresentationComponent
-
Uses of Component in nl.gx.webmanager.wcb.presentationtype.impl
Classes in nl.gx.webmanager.wcb.presentationtype.impl that implement Component Modifier and Type Class Description class
PresentationComponentTypeImpl
class
SimplePresentationComponent
Methods in nl.gx.webmanager.wcb.presentationtype.impl with parameters of type Component Modifier and Type Method Description boolean
PresentationComponentTypeImpl. startComponent(Component component)
boolean
PresentationComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.profileprovidertype
Subinterfaces of Component in nl.gx.webmanager.wcb.profileprovidertype Modifier and Type Interface Description interface
ProfileProviderComponent
This is a marker interface for the component manager. -
Uses of Component in nl.gx.webmanager.wcb.profileprovidertype.impl
Classes in nl.gx.webmanager.wcb.profileprovidertype.impl that implement Component Modifier and Type Class Description class
ProfileProviderComponentTypeImpl
This class provides a profile provider component type implementation.class
SimpleProfileProviderComponent
This is a base class which can be used and extended by clients.Methods in nl.gx.webmanager.wcb.profileprovidertype.impl with parameters of type Component Modifier and Type Method Description boolean
ProfileProviderComponentTypeImpl. startComponent(Component component)
boolean
ProfileProviderComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.searchfacettype
Subinterfaces of Component in nl.gx.webmanager.wcb.searchfacettype Modifier and Type Interface Description interface
SearchFacetComponent
The SearchFacetComponent interface for components that extend the GX WebManager Advanced Search GUI by exposing Search Facets. -
Uses of Component in nl.gx.webmanager.wcb.searchfacettype.impl
Classes in nl.gx.webmanager.wcb.searchfacettype.impl that implement Component Modifier and Type Class Description class
SearchFacetComponentTypeImpl
This class provides a componentType implementation for GX WebManager search facets.class
SimpleSearchFacetComponent
This class provides a basic implementation for a GX WebManager search facet component.Methods in nl.gx.webmanager.wcb.searchfacettype.impl with parameters of type Component Modifier and Type Method Description boolean
SearchFacetComponentTypeImpl. startComponent(Component component)
boolean
SearchFacetComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.servicetype
Subinterfaces of Component in nl.gx.webmanager.wcb.servicetype Modifier and Type Interface Description interface
ServiceComponent
-
Uses of Component in nl.gx.webmanager.wcb.servicetype.impl
Classes in nl.gx.webmanager.wcb.servicetype.impl that implement Component Modifier and Type Class Description class
ServiceComponentTypeImpl
This class provides a componentType implementation for GX WebManager services.class
SimpleServiceComponent
This class provides a basic implementation for a GX WebManager service component.Methods in nl.gx.webmanager.wcb.servicetype.impl with parameters of type Component Modifier and Type Method Description boolean
ServiceComponentTypeImpl. startComponent(Component component)
boolean
ServiceComponentTypeImpl. stopComponent(Component component)
-
Uses of Component in nl.gx.webmanager.wcb.servlettype
Subinterfaces of Component in nl.gx.webmanager.wcb.servlettype Modifier and Type Interface Description interface
ServletComponent
Interface for a servlet component. -
Uses of Component in nl.gx.webmanager.wcb.servlettype.impl
Classes in nl.gx.webmanager.wcb.servlettype.impl that implement Component Modifier and Type Class Description class
ServletComponentTypeImpl
This class provides a servlet component type implementation.class
SimpleServletComponent
This class provides a basic implementation for a GX WebManager servlet component.Methods in nl.gx.webmanager.wcb.servlettype.impl with parameters of type Component Modifier and Type Method Description boolean
ServletComponentTypeImpl. startComponent(Component component)
boolean
ServletComponentTypeImpl. stopComponent(Component component)
-