public abstract class ViewContextBase extends Object implements ViewContext, Destructible
ViewContext
. Serves as a helper
to the ViewContextProxy
which in turn produces the
non-abstract implementations on the fly.Constructor and Description |
---|
ViewContextBase() |
ViewContextBase(Map<String,ContextProperty> properties) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
abstract Class<? extends ViewContext> |
getViewContextType() |
Map<String,ContextProperty> |
properties() |
public ViewContextBase()
public ViewContextBase(Map<String,ContextProperty> properties)
public Map<String,ContextProperty> properties()
public void destroy()
destroy
in interface Destructible
public abstract Class<? extends ViewContext> getViewContextType()
Copyright © 2018 Magnolia International Ltd.. All rights reserved.