Implementation Guide for Oracle Self-Service E-Billing > Customizing Oracle Self-Service E-Billing >

Customizing the User Interface Files


The Oracle Self-Service E-Billing user interface-related files can be found in the following Web application folders (packaged in the application EAR file):

  • The _assets. Contains all images, CSS files, and scripts used in the application.
  • The _templates. Template files for formatting and screen orientation.

Every JSP can extend any one of these templates.

All Oracle Self-Service E-Billing screens pick up their styles from a common file, swan.css (in the _assets/swan/ folder). This file is imported in all the templates.

All JSP files can be found in the respective module folders.

UI customization can range from changing the look-and-feel or adding your own struts action classes.

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.