replace with index method
This commit is contained in:
parent
491c7293be
commit
fbc2396868
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class HelpAction extends FessSearchAction {
|
|||
// ==============
|
||||
|
||||
@Execute
|
||||
public HtmlResponse help(final HelpForm form) {
|
||||
public HtmlResponse index(final HelpForm form) {
|
||||
return asHtml(path_HelpJsp).renderWith(data -> {
|
||||
buildLabelParams(form.fields);
|
||||
buildInitParams();
|
||||
|
|
|
@ -40,7 +40,7 @@ public class OsddAction extends FessSearchAction {
|
|||
// ==============
|
||||
|
||||
@Execute
|
||||
public HtmlResponse osdd(final OsddForm form) {
|
||||
public HtmlResponse index(final OsddForm form) {
|
||||
searchAvailable();
|
||||
openSearchHelper.write(LaResponseUtil.getResponse());
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue