Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\WEB-INF\config\consoleConfig.dtd
<!-- DTD for consoleConfig.xml Version 1.0 MODIFIED (MM/DD/YY) lyang 05/11/02 - move emSDK.config emSDK.config.switcher emSDK.eml.chart emSDK.eml.data emSDK.eml.jobs emSDK.eml.svlt emSDK.eml.trgt emSDK.eml.srvc emSDK.eml.srvc.cache emSDK.eml.srvc.conn emSDK.eml.srvc.image emSDK.eml.jsp to emSDK.conf emSDK.conf.sw emSDK.chart emSDK.data emSDK.job emSDK.svlt emSDK.tgt emSDK.svc emSDK.svc.cache emSDK.svc.conn emSDK.img emSDK.jsp lyang 05/04/02 - move emSDK.eml.nav to emSDK.nav lyang 03/13/02 - add request-param lyang 03/11/02 - add targetDisplay lyang 06/21/01 - add rendered flag global tab lyang 06/20/01 - add ATTLIST linkFactory parentName --> <!-- Implementation of interface oracle.sysman.emSDK.eml.svrc.Service A service is started at web application startup time and cleaned up at web application shutdown. It is stored and retrieved as an attribute of ServletContext. --> <!ELEMENT service EMPTY > <!-- Used to populate the global tabs, global headers and bread crumbs. All LinkFactory should implement interface oracle.sysman.emSDK.nav.LinkFactory. --> <!ELEMENT linkFactory EMPTY > <!-- A simple implementation of LinkFactory interface. It represents a single page. See more information in java doc of oracle.sysman.emSDK.nav.SimpleLinkFactory. --> <!ELEMENT simpleLinkFactory EMPTY > <!-- ImageFactory dynamically generates images. All ImageFactory must implement interface oracle.sysman.emSDK.img.ImageFactory. --> <!ELEMENT imageFactory EMPTY > <!-- Deprecated. See targetDisplay. --> <!ELEMENT targetDisplayBase EMPTY > <!-- A helper class to register target displaying information for a cerntain type of targets, such as the destination URL. --> <!ELEMENT targetDisplay (request-param)*> <!-- A helper class to register page handler which serves as a controller for a path in EM's controller servlet. --> <!ELEMENT pageHandler EMPTY > <!-- The root element containing all config related definition. --> <!ELEMENT webAppConfig (simpleLinkFactory|linkFactory|imageFactory|targetDisplayBase|targetDisplay)* > <!-- The full class name of a service that implements the interface oracle.sysman.emSDK.eml.svrc.Service. --> <!ATTLIST service class CDATA #REQUIRED> <!-- The name of the service. A unique string follows the ServletContext's attribute naming convention. --> <!ATTLIST service name CDATA #REQUIRED> <!-- The name of a link factory. Used for registration and access of the link factory. --> <!ATTLIST simpleLinkFactory name CDATA #REQUIRED> <!-- The label for the page, when displayed as a tab or header. --> <!ATTLIST simpleLinkFactory label CDATA #REQUIRED> <!-- The destination URL for the page. --> <!ATTLIST simpleLinkFactory destination CDATA #REQUIRED> <!-- The name of the parent link this factory is added to. --> <!ATTLIST simpleLinkFactory parentName CDATA #REQUIRED> <!-- If the link is to be rendered. If not, set it to be false. Otherwise skip this property. --> <!ATTLIST simpleLinkFactory rendered CDATA> <!-- The name of a link factory. Used for registration and access of the link factory. --> <!ATTLIST linkFactory name CDATA #REQUIRED> <!-- The full class name of a LinkFactory that implements the interface oracle.sysman.emSDK.nav.LinkFactory. --> <!ATTLIST linkFactory class CDATA #REQUIRED> <!-- The name of the parent link this factory is added to. --> <!ATTLIST linkFactory parentName CDATA> <!-- The name of an image factory. Used for registration and access of the image factory. --> <!ATTLIST imageFactory name CDATA #REQUIRED> <!-- The full class name of a ImageFactory that implements the interface oracle.sysman.emSDK.nav.ImageFactory. --> <!ATTLIST imageFactory class CDATA #REQUIRED> <!-- The class of target display implementation. If not specified, use default. --> <!ATTLIST targetDisplay class CDATA #IMPLIED> <!-- The type of target. --> <!ATTLIST targetDisplay targetType CDATA #REQUIRED> <!-- The page name (often times a site map) for the type of target. --> <!ATTLIST targetDisplay pageName CDATA #REQUIRED> <!-- How the properties of the target should be encoded. --> <!ATTLIST targetDisplay encodeType (PATHINFO | REQUEST_PARAMETER) "REQUEST_PARAMETER" > <!-- Add a request parameter to a target's url, like "event=doLoad". --> <!ATTLIST request-param name CDATA #REQUIRED> <!-- Add a request parameter to a target's url, like "event=doLoad". --> <!ATTLIST request-param value CDATA #REQUIRED> <!-- Deprecated. --> <!ATTLIST targetDisplayBase type CDATA #REQUIRED> <!-- The page name (often times a site map) for the type of target. --> <!ATTLIST targetDisplayBase pageName CDATA #REQUIRED> <!-- The what is the name of the event. The URL for the target will be like "pageName?event=defaultEvent" if defaultEvent is specified. --> <!ATTLIST targetDisplayBase defaultEvent CDATA> <!-- The path that this handler is responsible to handle --> <!ATTLIST pageHandler path CDATA #REQUIRED> <!-- The full class name of the page handler. --> <!ATTLIST pageHandler class CDATA #REQUIRED>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de