@UrlBinding(value="/action/ibisfeatureinfoutil") @StrictBinding public class IbisFeatureInfoUtilsActionBean extends nl.b3p.i18n.LocalizableActionBean implements IbisConstants
ID_FIELDNAME, KAVEL_LAYER_NAME, KAVEL_TERREIN_ID_FIELDNAME, MUTATIEDATUM_FIELDNAME, TERREIN_LAYER_NAME, WORKFLOW_FIELDNAME
Constructor and Description |
---|
IbisFeatureInfoUtilsActionBean() |
Modifier and Type | Method and Description |
---|---|
void |
checkAuthorization() |
static Locale |
determineLocaleForBundle(net.sourceforge.stripes.action.ActionBeanContext arg0,
nl.b3p.viewer.config.app.Application arg1) |
nl.b3p.viewer.config.app.ApplicationLayer |
getAppLayer() |
nl.b3p.viewer.config.app.Application |
getApplication() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext()
Implementations must implement this method to return a reference to the context object
provided to the ActionBean during the call to setContext(ActionBeanContext).
|
String |
getFid() |
String |
getIbisId() |
void |
initBundle() |
void |
loadLayer() |
net.sourceforge.stripes.action.Resolution |
minmaxDate() |
void |
setAppLayer(nl.b3p.viewer.config.app.ApplicationLayer appLayer) |
void |
setApplication(nl.b3p.viewer.config.app.Application application) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context)
Called by the Stripes dispatcher to provide context to the ActionBean before invoking the
handler method.
|
void |
setFid(String fid) |
void |
setIbisId(String ibisId) |
@After(stages=BindingAndValidation) public void loadLayer()
@Before(stages=EventHandling) public void checkAuthorization()
public net.sourceforge.stripes.action.Resolution minmaxDate() throws org.json.JSONException
org.json.JSONException
public nl.b3p.viewer.config.app.Application getApplication()
public void setApplication(nl.b3p.viewer.config.app.Application application)
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext
in interface net.sourceforge.stripes.action.ActionBean
context
- ActionBeanContext associated with the current requestpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext
in interface net.sourceforge.stripes.action.ActionBean
public nl.b3p.viewer.config.app.ApplicationLayer getAppLayer()
public void setAppLayer(nl.b3p.viewer.config.app.ApplicationLayer appLayer)
public String getFid()
public void setFid(String fid)
public String getIbisId()
public void setIbisId(String ibisId)
@After(stages=BindingAndValidation) public void initBundle()
initBundle
in class nl.b3p.i18n.LocalizableActionBean
public static Locale determineLocaleForBundle(net.sourceforge.stripes.action.ActionBeanContext arg0, nl.b3p.viewer.config.app.Application arg1)
Copyright © 2023 B3partners. All rights reserved.