Class AbstractBrowseView
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.browse.AbstractBrowseView
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,IBrowseService<JcrNodeModel>
- Direct Known Subclasses:
BrowserPlugin.BrowseView
public abstract class AbstractBrowseView extends Object implements IBrowseService<JcrNodeModel>, org.apache.wicket.model.IDetachable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEARCH_VIEWS
static String
VIEWERS
-
Fields inherited from interface org.hippoecm.frontend.service.IBrowseService
BROWSER_ID
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractBrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
browse(JcrNodeModel model)
void
detach()
protected abstract String
getExtensionPoint()
protected void
onBrowse()
void
start()
protected void
updateView()
-
-
-
Field Detail
-
VIEWERS
public static final String VIEWERS
- See Also:
- Constant Field Values
-
SEARCH_VIEWS
public static final String SEARCH_VIEWS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractBrowseView
protected AbstractBrowseView(IPluginContext context, IPluginConfig config, JcrNodeModel document)
-
-
Method Detail
-
start
public void start()
-
updateView
protected void updateView()
-
browse
public void browse(JcrNodeModel model)
- Specified by:
browse
in interfaceIBrowseService<JcrNodeModel>
-
detach
public void detach()
- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-
getExtensionPoint
protected abstract String getExtensionPoint()
-
onBrowse
protected void onBrowse()
-
-