- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for geoForm (0.03 sec)
-
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
* Generates hidden HTML form fields for geographic filtering. * * @return HTML string containing hidden input fields for geographic parameters */ public static String geoForm() { return createForm(Constants.GEO_FORM, GEO_PREFIX); } /** * Retrieves the list of facet query view objects for display. * * @return list of FacetQueryView objects */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/go/GoAction.java
* @return action response for redirection or content streaming * @throws IOException if an I/O error occurs during content retrieval */ @Execute public ActionResponse index(final GoForm form) throws IOException { validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp))); if (isLoginRequired()) { return redirectToLogin(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
protected void buildInitParams() { buildInitParamMap(viewHelper.getInitFacetParamMap(), Constants.FACET_QUERY, Constants.FACET_FORM); buildInitParamMap(viewHelper.getInitGeoParamMap(), Constants.GEO_QUERY, Constants.GEO_FORM); } /** * Builds parameter maps for search initialization, creating both query strings * and form inputs for the given parameters. * * @param paramMap the parameter map to process
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0)