Uses of Class
org.codelibs.fess.cors.CorsHandler
Packages that use CorsHandler
-
Uses of CorsHandler in org.codelibs.fess.cors
Subclasses of CorsHandler in org.codelibs.fess.corsModifier and TypeClassDescriptionclassDefault implementation of CORS (Cross-Origin Resource Sharing) handler.Fields in org.codelibs.fess.cors with type parameters of type CorsHandlerModifier and TypeFieldDescriptionprotected Map<String, CorsHandler> CorsHandlerFactory.handerMapMap of origin patterns to their corresponding CORS handlers.Methods in org.codelibs.fess.cors that return CorsHandlerModifier and TypeMethodDescriptionGets the CORS handler for the specified origin.CorsResolution.getHandler()Returns the handler to process the request.Methods in org.codelibs.fess.cors with parameters of type CorsHandlerModifier and TypeMethodDescriptionvoidCorsHandlerFactory.add(String origin, CorsHandler handler) Adds a CORS handler for the specified origin.Constructors in org.codelibs.fess.cors with parameters of type CorsHandlerModifierConstructorDescriptionCorsResolution(CorsHandler handler, CorsMatchType matchType) Creates a resolution.