Uses of Class
com.logicaldoc.enterprise.branding.Branding
Packages that use Branding
-
Uses of Branding in com.logicaldoc.enterprise.branding
Methods in com.logicaldoc.enterprise.branding that return BrandingModifier and TypeMethodDescriptionBrandingDAO.findByTenantId
(long tenantId) HibernateBrandingDAO.findByTenantId
(long tenantId) static Branding
BrandingUtil.getBranding
(String tenantName) Retrieves the right branding to use for the given tenantMethods in com.logicaldoc.enterprise.branding with parameters of type BrandingModifier and TypeMethodDescriptionstatic String
Retrieves the name of the skin to use for the current requeststatic String
BrandingUtil.processBottom
(Branding branding, String locale, javax.servlet.http.HttpServletRequest request) Processes the branding's bottom using the Automation and returns the resultstatic String
BrandingUtil.processCss
(Branding branding, String locale, javax.servlet.http.HttpServletRequest request) Processes the branding's CSS using the Automation and returns the resultstatic String
BrandingUtil.processFooter
(Branding branding, String locale, javax.servlet.http.HttpServletRequest request) Processes the branding's footer using the Automation and returns the resultstatic String
BrandingUtil.processHead
(Branding branding, String locale, javax.servlet.http.HttpServletRequest request) Processes the branding's head using the Automation and returns the resultstatic String
BrandingUtil.processTop
(Branding branding, String locale, javax.servlet.http.HttpServletRequest request) Processes the branding's top using the Automation and returns the result