public interface ObjectFormHandler<T extends Persistent>
Modifier and Type | Method and Description |
---|---|
default void |
beforeShow(T obj,
FormContext ctx,
HttpServletRequest req)
This method will be called before the page for the passed form is build.
|
default void |
onShow(T obj,
FormContext ctx,
XHTMLPage p,
HttpServletRequest req)
This method is called before the form is sent to the browser.
|
default void beforeShow(T obj, FormContext ctx, HttpServletRequest req) throws Exception
obj
- the object to showctx
- holds context information for the formreq
- the http request requesting the form's pageException
default void onShow(T obj, FormContext ctx, XHTMLPage p, HttpServletRequest req) throws Exception
obj
- the object to showctx
- holds context information for the formp
- the xhtml page which will be sent to the browserreq
- the http request requesting the form's pageException
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.