portal-layout.tld

来自「OLAP 的客户端代码」· TLD 代码 · 共 30 行

TLD
30
字号
<taglib
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
    version="2.0">
    <tlib-version>1.0</tlib-version>
    <jsp-version>2.0</jsp-version>
    <short-name></short-name>
    <uri>http://www.jboss.org/portal</uri>
    <tag>
        <name>region</name>
        <tag-class>org.jboss.portal.core.theme.tag.RegionTagHandler</tag-class>
        <body-content>empty</body-content>
        <attribute>
            <name>orientation</name>
        </attribute>
        <attribute>
            <name>regionName</name>
        </attribute>
    </tag>
    <tag>
        <name>theme</name>
        <tag-class>org.jboss.portal.core.theme.tag.ThemeTagHandler</tag-class>
        <body-content>empty</body-content>
        <attribute>
            <name>themeName</name>
        </attribute>
    </tag>
</taglib>

⌨️ 快捷键说明

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