Using Oracle Templates and JSP Tags 7-13
■
Section 7.4.4, Create a Table Column for Navigating to Other Pages
■
Section 7.4.8, Add Buttons and Check Boxes to Tables
■
Section 7.4.9, Configure Table Preferences
7.4.1 WebLogic Server JSP Templates
Table 7–2 describes the JSP templates that you can use for your Administration
Console extensions. All of the templates are located in the layouts directory, which is relative to the WEB-INF directory of the Administration Console. For more specific
information about what a template does, open the JSP file and read the comment toward the beginning of the file.
If these templates do not meet your needs, you can create your own templates and structure the content directly in your JSP.
Table 7–2 Administration Console JSP Templates
Template Use for...
assistantBaseLayout_netui.jsp All standard assistant JSPs in the console.
assistantFormAndTableLayout_ netui.jsp
All standard assistant JSPs in the console containing a table.
configBaseLayout_netui.jsp All standard configuration form JPSs in the console.
configBaseLayoutNoTransact.jsp All non-transaction configuration form JSPs in the
console configBaseLayoutWithButtons_
netui.jsp All standard configuration form JPs in the console
with extra buttons in the button bar. configIntroLayout_netui.jsp
Simple pages with text only. configNoFieldsLayout_netui.jsp
All information pages. configNoTransactAndTables_
netui.jsp Pages that contain non-transactional configuration
and up to four tables. filterAndTableLayout_netui.jsp
All pages that have a table with filters above it. formAndTableLayout_netui.jsp
Configuration form JSPs that also contain a table. formWithButtonsLayout_netui.jsp
Form pages with a button bar; but they do not participate in Configuration Manager locking.
fourTablesLayout_netui.jsp All table pages with four tables.
standalone_layout.jsp Standalone pages, that is, pages outside the console
Portal. summarypage.jsp
All summary pages. tableBaseLayout_netui.jsp
The Administration Console uses this template for all JSPs that render a single table.
tableBaseMonitoringLayout.jsp All single table pages that include table refresh
functionality. tablePreferencesLayout.jsp
Deprecated. threeTablesLayout_netui.jsp
All table pages with three tables. twoTablesLayout_netui.jsp
All table pages with two tables. twoTablesWithButtonsLayout.jsp
Pages with two tables and a button bar.
7-14 Oracle Fusion Middleware Extending the Administration Console for Oracle WebLogic Server
7.4.2 Create a Form JSP