votorola.a.web
Annotation Type CustomStyleable


@Documented
@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface CustomStyleable

Indicates that a Web page or component is encoded with special CSS class identifiers for custom styling. The identifiers encode the page type (Java class), HTTP parameter values, and other runtime properties of the page. By referencing them from the subserver's custom style sheet, you can style a page according to its site-specific content. For example, it is possible to customize the styling of the electoral district pages according to the displayed district, or its divisional scheme.

Grepping the source of a served page for the string '_v_a_' will reveal the exact formatting and placement of the class identifiers. Note: formatting and placement are likely to change in future releases.

See Also:
VApplication.styleSheet()