<%-- Name: viewStorageInclude.jsp - view version of the storage page -- Type: OEM JSP Include -- Description: This page contains the complete UI for storage for a -- schema object. -- -- EMO Beans: attribute name | attribute value ( instance of... ) -- ======================================================== -- segmentBean | SchemaObjectSegment.java -- storageClauseBean | SchemaObjectStorageClause.java -- storageClauseUIBean | SchemaObjectStorageClauseUI.java -- -- JSP Changes: To use this page, include this page as a 'macro' include -- in your storage page jsp. In your JSP you must include the -- oem taglib. -- -- Controller Changes: -- Make your controller instaniate the emo beans listed -- above. The name of each bean must match the names above. -- Make sure your controller calls beanUtils for these beans -- when submit form is called. -- -- Initializer Changes: -- You must create a SegmentInitializer that extents from -- SchemaObjectSegmentInitializer - see Table for an example. -- -- Getting Storage To Initialize on CREATE: -- Currently you must override SchemaObjectSegment.java and then -- override the getInitializer function to save your own -- initializer. -- See TableSegment.java for an example. -- To make the page initialize everytime a tablespace changes, -- you must set the objects initialized variable to false -- whenever the tablespace changes. --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%-- STORAGE PAGE CONTENT --%> <%-- START: Extents : DICTIONARY MANAGED only --%> <%-- Dictionary Managed --%> <%-- Inital Size --%> <%-- Next Size --%> <%-- Increment Size --%> <%-- Minimum Number --%> <%-- Maximum Number --%> <%-- END: Extent Management : DICTIONARY MANAGED only --%> <%-- START: Segment Storage --%> <%-- Space Usage --%> <%-- Free Lists --%> <%-- Number of Transactions --%> <%-- Buffer Pool --%> <%-- END: Segment Storage --%>