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-liferay.xml
66 lines (65 loc) · 1.91 KB
/
taglibs-liferay.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
<?xml version="1.0" encoding="UTF-8"?>
<taglibs short-name="liferay" extends="alloy" uri="http://test.liferay.com/tld/liferay">
<component name="Test">
<attributes>
<attribute>
<name>test</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
<defaultType>VALUE</defaultType>
</attribute>
<attribute>
<name>attrBooleanPrimitive</name>
<inputType>boolean</inputType>
<outputType>boolean</outputType>
<defaultType>VALUE</defaultType>
</attribute>
<attribute>
<name>attrBoolean</name>
<inputType>java.lang.Boolean</inputType>
<outputType>java.lang.Boolean</outputType>
<defaultType>VALUE</defaultType>
</attribute>
<attribute>
<name>attrIntPrimitive</name>
<inputType>int</inputType>
<outputType>int</outputType>
<defaultType>VALUE</defaultType>
</attribute>
<attribute>
<name>attrInteger</name>
<inputType>java.lang.Integer</inputType>
<outputType>java.lang.Integer</outputType>
<defaultType>VALUE</defaultType>
</attribute>
</attributes>
</component>
<component name="AutoComplete" alloyComponent="true">
<attributes>
<attribute>
<name>alwaysShowContainer</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
<defaultType>VALUE</defaultType>
</attribute>
<attribute>
<name>test</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
<defaultType>VALUE</defaultType>
</attribute>
</attributes>
<events></events>
</component>
<component name="NoJSP" bodyContent="true" parentClass="com.liferay.taglib.TagSupport" writeJSP="false">
<attributes>
<attribute>
<name>test</name>
<inputType>java.lang.String</inputType>
<outputType>java.lang.String</outputType>
<defaultType>VALUE</defaultType>
</attribute>
</attributes>
<events></events>
</component>
</taglibs>