Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getActionType (0.1 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

                @Override
                protected String getShowErrorsForwardPath(final ActionRuntime runtime) {
                    if (FessAdminAction.class.isAssignableFrom(runtime.getActionType())) {
                        return "/admin/error/error.jsp";
                    }
                    return "/error/system.jsp";
                }
            });
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top