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.SKIN
The request key used to store the currentSkin
.Methods in com.aoindustries.web.struts that return SkinModifier and TypeMethodDescriptionstatic Skin
Skin.getDefaultSkin
(List<Skin> skins, ServletRequest req) Gets the default skin from the provided list for the provided request.static Skin
Skin.getSkin
(SiteSettings settings, ServletRequest req) Gets the skin for the current request.static Skin
Skin.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 Skin
Skin.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 Skin
SkinTag.getSkin
(ServletRequest request) Gets the current skin from the request.