Class BrowserPlugin.BrowseView
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.browse.AbstractBrowseView
-
- org.hippoecm.frontend.plugins.standards.browse.BrowserPlugin.BrowseView
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,IBrowseService<JcrNodeModel>
- Enclosing class:
- BrowserPlugin
public abstract class BrowserPlugin.BrowseView extends AbstractBrowseView
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hippoecm.frontend.plugins.standards.browse.AbstractBrowseView
SEARCH_VIEWS, VIEWERS
-
Fields inherited from interface org.hippoecm.frontend.service.IBrowseService
BROWSER_ID
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
Method Summary
-
Methods inherited from class org.hippoecm.frontend.plugins.standards.browse.AbstractBrowseView
browse, detach, getExtensionPoint, onBrowse, start, updateView
-
-
-
-
Constructor Detail
-
BrowseView
protected BrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
-