Uses of Class
org.codelibs.fess.theme.Theme
Packages that use Theme
-
Uses of Theme in org.codelibs.fess.theme
Methods in org.codelibs.fess.theme that return types with arguments of type ThemeModifier and TypeMethodDescriptionThemeRegistry.getAllThemes()Returns an immutable view of every registered theme keyed by name.Looks up a theme by name.ThemeRegistry.resolveActiveTheme(String virtualHostKey) Resolves the theme to apply for the current request.Methods in org.codelibs.fess.theme with parameters of type ThemeModifier and TypeMethodDescriptionvoidStaticThemeResponder.serveAsset(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Theme theme, String assetPath) Streams a static asset from the given theme's base directory after validating the path.voidStaticThemeResponder.serveIndex(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Theme theme, String requestPath) Streams the entry HTML file of the given theme withno-cachesemantics.