layout.js

来自「Browser independent JavaScript SDK. Clas」· JavaScript 代码 · 共 23 行

JS
23
字号
jsx.logging.Layout = function(){this.initialize.apply(this, arguments);}	/** @ignore */	jsx.logging.Layout.prototype.initialize = function(){}	jsx.logging.Layout.prototype.format = function(){throw 'Layout.format is abstract';}	jsx.logging.Layout.prototype.getContentType = function(){throw 'Layout.getContentType is abstract';}	jsx.logging.Layout.prototype.getHeader = function(){throw 'Layout.getHeader is abstract';}	jsx.logging.Layout.prototype.getFooter = function(){throw 'Layout.getFooter is abstract';}jsx.logging.Layout.PACKAGE = "jsx.logging";jsx.logging.Layout.CLASS = "jsx.logging.Layout";jsx.logging.Layout.SUPER_CLASS = "";jsx.logging.Layout.IMPORTS = [];jsx.logging.Layout.INTERFACES = [];jsx.logging.Layout.MIXINS = [];jsx.logging.Layout.getName = function(){return jsx.logging.Layout.CLASS;}jsx.logging.Layout.klass = new jsx.lang.Class(jsx.logging.Layout.getName());jsx.logging.Layout.prototype.getClass = function(){return jsx.logging.Layout.klass;}jsx.logging.Layout.WARNINGS = [];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?