This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
taglibs-util.xml
70 lines (69 loc) · 1.99 KB
/
taglibs-util.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<taglibs short-name="alloy-util" uri="http://alloy.liferay.com/tld/alloy_util">
<component name="Component" package="alloy_util">
<attributes>
<attribute>
<name>defineVar</name>
<inputType>boolean</inputType>
<outputType>boolean</outputType>
<defaultValue>true</defaultValue>
</attribute>
<attribute>
<name>excludeAttributes</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
<attribute>
<name>javaScriptAttributes</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
<attribute>
<name>tagPageContext</name>
<inputType>java.lang.Object</inputType>
<outputType>javax.servlet.jsp.JspContext</outputType>
<required>true</required>
</attribute>
<attribute>
<name>var</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
<attribute>
<name>module</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
<attribute>
<name>name</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
<defaultType></defaultType>
</attribute>
<attribute>
<name>options</name>
<inputType>java.util.Map</inputType>
<outputType>java.util.Map</outputType>
</attribute>
</attributes>
</component>
<component name="Script" package="alloy_util">
<attributes>
<attribute>
<name>position</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
<attribute>
<name>printBuffer</name>
<inputType>java.lang.Boolean</inputType>
<outputType>java.lang.Boolean</outputType>
</attribute>
<attribute>
<name>use</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
</attribute>
</attributes>
</component>
</taglibs>