Actuate Information Console JavaBeans : Information Console JavaBeans class reference : Skins

Skins

Table 9-9 lists and describes Information Console com.actuate.activeportal.beans classes that support skins.

Table 9-9  Skin bean classes 
Stores information about an image, style, color, or font. The information for this JavaBean comes from a <Style> or <Image> tag in the skin.config file for a skin. Access this information using the getStyle( ) or getImage( ) methods. SkinBeans are grouped into GroupBeans for each skin.

Table 9-10 lists and describes Information Console com.actuate.activeportal.forms classes that support skins.

Table 9-10  Skin form classes 
Uploads images during skin customization and stores an object representation of the uploaded file. It uses Jakarta Struts org.apache.struts.upload.FormFile to handle file upload. The file is saved in a temporary folder on the server.
Stores all the information about the various groups defined in the skin.config file. When an administrator edits a skin, Information Console loads the skin.config file and represents its contents as a SkinConfig object. Changes to the skin’s images, color, and fonts are stored in GroupBeans for a skin.
Stores the list of available skins. Use the getSkin( ) method to get the list of skins as a Vector of SkinManagerInfoBean. This form supports adding, cloning, and deleting skins.

(c) Copyright Actuate Corporation 2011