public class MobileView extends Object
Constructor and Description |
---|
MobileView() |
Modifier and Type | Method and Description |
---|---|
HTMLPage |
show(HttpServletRequest req)
Servlet Method: Show view using action described in
module parameter. |
HTMLPage |
show(String module) |
HTMLPage |
show(String module,
boolean debug) |
HTMLPage |
show(String title,
String module) |
HTMLPage |
show(String title,
String module,
boolean debug) |
HTMLPage |
show(String title,
String module,
JSONObject args) |
HTMLPage |
show(String title,
String module,
JSONObject args,
boolean debug) |
public HTMLPage show(HttpServletRequest req)
module
parameter.req
- public HTMLPage show(String module)
module
- action showing a view to usepublic HTMLPage show(String module, boolean debug)
module
- action showing a view to usedebug
- set to true
to force dojo debug.public HTMLPage show(String title, String module)
title
- title shown in browsermodule
- action showing a view to usepublic HTMLPage show(String title, String module, boolean debug)
title
- title shown in browsermodule
- action showing a view to usedebug
- set to true
to force dojo debug.public HTMLPage show(String title, String module, JSONObject args)
title
- title shown in browsermodule
- action showing a view to useargs
- given to action instancepublic HTMLPage show(String title, String module, JSONObject args, boolean debug)
title
- title shown in browsermodule
- action showing a view to useargs
- given to action instancedebug
- set to true
to force dojo debug. Is taken from configuration otherwise.@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.