Uses of Class
com.aoindustries.web.struts.Skin
Packages that use Skin
-
Uses of Skin in com.aoindustries.web.struts
Subclasses of Skin in com.aoindustries.web.strutsFields in com.aoindustries.web.struts with type parameters of type SkinModifier and TypeFieldDescriptionstatic final ScopeEE.Request.Attribute<Skin> Constants.SKINThe request key used to store the currentSkin.Methods in com.aoindustries.web.struts that return SkinModifier and TypeMethodDescriptionstatic SkinSkin.getDefaultSkin(List<Skin> skins, ServletRequest req) Gets the default skin from the provided list for the provided request.static SkinSkin.getSkin(SiteSettings settings, ServletRequest req) Gets the skin for the current request.static SkinSkin.getSkin(ServletRequest req) Gets the skin for the current request while resolving site settings.Methods in com.aoindustries.web.struts that return types with arguments of type SkinModifier and TypeMethodDescriptionSiteSettings.getSkins()Gets the unmodifiable list of skins supported by this site.Method parameters in com.aoindustries.web.struts with type arguments of type SkinModifier and TypeMethodDescriptionstatic SkinSkin.getDefaultSkin(List<Skin> skins, ServletRequest req) Gets the default skin from the provided list for the provided request. -
Uses of Skin in com.aoindustries.web.struts.skintags
Methods in com.aoindustries.web.struts.skintags that return SkinModifier and TypeMethodDescriptionstatic SkinSkinTag.getSkin(ServletRequest request) Gets the current skin from the request.
