This file is indexed.

/usr/share/doc/libportlet-api-2.0-spec-java/api/index-all.html is in libportlet-api-2.0-spec-java-doc 1.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Sun Jun 27 09:02:37 UTC 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Java Portlet Specification V2.0 1.0 API)
</TITLE>

<META NAME="date" CONTENT="2010-06-27">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Java Portlet Specification V2.0 1.0 API)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./javax/portlet/ActionRequest.html#ACTION_NAME"><B>ACTION_NAME</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ActionRequest.html" title="interface in javax.portlet">ActionRequest</A>
<DD>Predefined action name for usage with the
 <code>@ProcessAction</code> annotation.
<DT><A HREF="./javax/portlet/PortletRequest.html#ACTION_PHASE"><B>ACTION_PHASE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for the portlet action lifecycle phase.
<DT><A HREF="./javax/portlet/PortletRequest.html#ACTION_SCOPE_ID"><B>ACTION_SCOPE_ID</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>The action scope ID that the portlet container uses
 for storing the current action scope as render parameter
 if the <code>javax.portlet.actionScopedRequestAttributes</code>
 container runtime option is used by the portlet.
<DT><A HREF="./javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter"><B>ActionFilter</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ActionFilter</code> is an object that performs filtering 
 tasks on either the action request to a portlet, or on the action response from 
 a portlet, or both.<DT><A HREF="./javax/portlet/ActionRequest.html" title="interface in javax.portlet"><B>ActionRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ActionRequest</CODE> represents the request sent to the portlet
 to handle an action.<br>
 It extends the ClientDataRequest interface and provides action request
 information to portlets.<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter"><B>ActionRequestWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ActionRequestWrapper</code> provides a convenient 
 implementation of the <code>ActionRequest</code> interface 
 that can be subclassed by developers wishing to adapt the request.<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#ActionRequestWrapper(javax.portlet.ActionRequest)"><B>ActionRequestWrapper(ActionRequest)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>Creates an <code>ActionRequest</code> adaptor 
 wrapping the given request object.
<DT><A HREF="./javax/portlet/ActionResponse.html" title="interface in javax.portlet"><B>ActionResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ActionResponse</CODE> interface represents the portlet
 response to an action request.<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter"><B>ActionResponseWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ActionResponseWrapper</code> provides a convenient 
 implementation of the <code>ActionResponse</code> interface 
 that can be subclassed by developers wishing to adapt the response.<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#ActionResponseWrapper(javax.portlet.ActionResponse)"><B>ActionResponseWrapper(ActionResponse)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>Creates an <code>ActionResponse</code> adaptor 
 wrapping the given response object.
<DT><A HREF="./javax/portlet/BaseURL.html#addProperty(java.lang.String, java.lang.String)"><B>addProperty(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Adds a String property to an existing key on the URL.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#addProperty(java.lang.String, java.lang.String)"><B>addProperty(String, String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>addProperty(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#addProperty(java.lang.String, org.w3c.dom.Element)"><B>addProperty(String, Element)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>addProperty()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#addProperty(javax.servlet.http.Cookie)"><B>addProperty(Cookie)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>addProperty()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletResponse.html#addProperty(java.lang.String, java.lang.String)"><B>addProperty(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Adds a String property to an existing key to be returned to the portal.
<DT><A HREF="./javax/portlet/PortletResponse.html#addProperty(javax.servlet.http.Cookie)"><B>addProperty(Cookie)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Adds a HTTP Cookie property to the response.<br>
 The portlet should note that the cookie may not make
 it to the client, but may be stored at the portal.
<DT><A HREF="./javax/portlet/PortletResponse.html#addProperty(java.lang.String, org.w3c.dom.Element)"><B>addProperty(String, Element)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Adds an XML DOM element property to the response.
<DT><A HREF="./javax/portlet/PortletSession.html#APPLICATION_SCOPE"><B>APPLICATION_SCOPE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>This constant defines an application wide scope for the session attribute.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet"><B>BaseURL</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>BaseURL</CODE> defines the basic capabilities
 of a portlet URL pointing back to the portlet.<DT><A HREF="./javax/portlet/PortletRequest.html#BASIC_AUTH"><B>BASIC_AUTH</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for Basic authentication.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./javax/portlet/MimeResponse.html#CACHE_SCOPE"><B>CACHE_SCOPE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property to set the cache scope for this response using the
 <code>setProperty</code> method intended to be used in 
 forwarded or included servlets/JSPs.
<DT><A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet"><B>CacheControl</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>CacheControl</code> interface represents cache settings
 for a piece of markup.<DT><A HREF="./javax/portlet/PortletRequest.html#CCPP_PROFILE"><B>CCPP_PROFILE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Used to retrieve an instance of the <code>javax.ccpp.Profile</code>
 with the <code>getAttribute</code> call.
<DT><A HREF="./javax/portlet/PortletRequest.html#CLIENT_CERT_AUTH"><B>CLIENT_CERT_AUTH</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for Certification based authentication.
<DT><A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet"><B>ClientDataRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ClientDataRequest</CODE> represents the request information 
 of the HTTP request issued from the client to the portal.<BR>
 It extends the PortletRequest interface.<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#createActionURL()"><B>createActionURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createActionURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#createActionURL()"><B>createActionURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createActionURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#createActionURL()"><B>createActionURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Creates a portlet URL targeting the portlet.
<DT><A HREF="./javax/portlet/ResourceResponse.html#createActionURL()"><B>createActionURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#createElement(java.lang.String)"><B>createElement(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createElement()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletResponse.html#createElement(java.lang.String)"><B>createElement(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Creates an element of the type specified to be used in the 
 <A HREF="./javax/portlet/PortletResponse.html#addProperty(java.lang.String, org.w3c.dom.Element)"><CODE>PortletResponse.addProperty(String,Element)</CODE></A> method.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#createRenderURL()"><B>createRenderURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createRenderURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#createRenderURL()"><B>createRenderURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createRenderURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#createRenderURL()"><B>createRenderURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Creates a portlet URL targeting the portlet.
<DT><A HREF="./javax/portlet/ResourceResponse.html#createRenderURL()"><B>createRenderURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#createResourceURL()"><B>createResourceURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createResourceURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#createResourceURL()"><B>createResourceURL()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>createResourceURL()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#createResourceURL()"><B>createResourceURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Creates a portlet URL targeting the portlet.
<DT><A HREF="./javax/portlet/ResourceResponse.html#createResourceURL()"><B>createResourceURL()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletSessionUtil.html#decodeAttributeName(java.lang.String)"><B>decodeAttributeName(String)</B></A> - 
Static method in class javax.portlet.<A HREF="./javax/portlet/PortletSessionUtil.html" title="class in javax.portlet">PortletSessionUtil</A>
<DD>Returns the attribute name of an attribute in the 
 <code>PORTLET_SCOPE</code>.
<DT><A HREF="./javax/portlet/PortletSessionUtil.html#decodeScope(java.lang.String)"><B>decodeScope(String)</B></A> - 
Static method in class javax.portlet.<A HREF="./javax/portlet/PortletSessionUtil.html" title="class in javax.portlet">PortletSessionUtil</A>
<DD>Returns the portlet attribute scope from an encoded portlet
 attribute.
<DT><A HREF="./javax/portlet/filter/PortletFilter.html#destroy()"><B>destroy()</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletFilter.html" title="interface in javax.portlet.filter">PortletFilter</A>
<DD>Called by the portlet container to indicate to a filter that it is 
 being taken out of service.
<DT><A HREF="./javax/portlet/GenericPortlet.html#destroy()"><B>destroy()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Called by the portlet container to indicate to a portlet that the portlet
 is being taken out of service.
<DT><A HREF="./javax/portlet/Portlet.html#destroy()"><B>destroy()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</A>
<DD>Called by the portlet container to indicate to a portlet that the
 portlet is being taken out of service.
<DT><A HREF="./javax/portlet/PortletRequest.html#DIGEST_AUTH"><B>DIGEST_AUTH</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for Digest based authentication.
<DT><A HREF="./javax/portlet/GenericPortlet.html#doDispatch(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doDispatch(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>The default implementation of this method routes the render request to:
 
 method annotated with <code>@RenderMode</name> and the name of the
       portlet mode
   a set of helper methods depending on the current portlet mode the portlet
                 is currently in.
<DT><A HREF="./javax/portlet/GenericPortlet.html#doEdit(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doEdit(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Helper method to serve up the <code>edit</code> mode.
<DT><A HREF="./javax/portlet/filter/ActionFilter.html#doFilter(javax.portlet.ActionRequest, javax.portlet.ActionResponse, javax.portlet.filter.FilterChain)"><B>doFilter(ActionRequest, ActionResponse, FilterChain)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter">ActionFilter</A>
<DD>The <code>doFilter</code> method of the Filter is called by the 
 portlet container each time a action request/response pair is passed 
 through the chain due to a client request for a portlet method 
 at the end of the chain.
<DT><A HREF="./javax/portlet/filter/EventFilter.html#doFilter(javax.portlet.EventRequest, javax.portlet.EventResponse, javax.portlet.filter.FilterChain)"><B>doFilter(EventRequest, EventResponse, FilterChain)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter">EventFilter</A>
<DD>The <code>doFilter</code> method of the Filter is called by the 
 portlet container each time a event request/response pair is passed 
 through the chain due to a client request for a portlet method 
 at the end of the chain.
<DT><A HREF="./javax/portlet/filter/FilterChain.html#doFilter(javax.portlet.ActionRequest, javax.portlet.ActionResponse)"><B>doFilter(ActionRequest, ActionResponse)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter">FilterChain</A>
<DD>Causes the next filter in the chain to be invoked, 
 or if the calling filter is the last filter in the chain, 
 causes the portlet at the end of the chain to be invoked.
<DT><A HREF="./javax/portlet/filter/FilterChain.html#doFilter(javax.portlet.EventRequest, javax.portlet.EventResponse)"><B>doFilter(EventRequest, EventResponse)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter">FilterChain</A>
<DD>Causes the next filter in the chain to be invoked, 
 or if the calling filter is the last filter in the chain, 
 causes the portlet at the end of the chain to be invoked.
<DT><A HREF="./javax/portlet/filter/FilterChain.html#doFilter(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doFilter(RenderRequest, RenderResponse)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter">FilterChain</A>
<DD>Causes the next filter in the chain to be invoked, 
 or if the calling filter is the last filter in the chain, 
 causes the portlet at the end of the chain to be invoked.
<DT><A HREF="./javax/portlet/filter/FilterChain.html#doFilter(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse)"><B>doFilter(ResourceRequest, ResourceResponse)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter">FilterChain</A>
<DD>Causes the next filter in the chain to be invoked, 
 or if the calling filter is the last filter in the chain, 
 causes the portlet at the end of the chain to be invoked.
<DT><A HREF="./javax/portlet/filter/RenderFilter.html#doFilter(javax.portlet.RenderRequest, javax.portlet.RenderResponse, javax.portlet.filter.FilterChain)"><B>doFilter(RenderRequest, RenderResponse, FilterChain)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderFilter.html" title="interface in javax.portlet.filter">RenderFilter</A>
<DD>The <code>doFilter</code> method of the Filter is called by the 
 portlet container each time a render request/response pair is passed 
 through the chain due to a client request for a portlet method 
 at the end of the chain.
<DT><A HREF="./javax/portlet/filter/ResourceFilter.html#doFilter(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse, javax.portlet.filter.FilterChain)"><B>doFilter(ResourceRequest, ResourceResponse, FilterChain)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter">ResourceFilter</A>
<DD>The <code>doFilter</code> method of the Filter is called by the 
 portlet container each time a resource request/response pair is passed 
 through the chain due to a client request for a portlet method 
 at the end of the chain.
<DT><A HREF="./javax/portlet/GenericPortlet.html#doHeaders(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doHeaders(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Used by the render method to set the response properties and headers.
<DT><A HREF="./javax/portlet/GenericPortlet.html#doHelp(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doHelp(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Helper method to serve up the <code>help</code> mode.
<DT><A HREF="./javax/portlet/GenericPortlet.html#doView(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>doView(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Helper method to serve up the mandatory <code>view</code> mode.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletMode.html#EDIT"><B>EDIT</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>Within the <code>EDIT</code> portlet mode, a portlet should provide 
 content and logic that lets a user customize the behavior of the portlet.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#encodeURL(java.lang.String)"><B>encodeURL(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>encodeURL(path)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletResponse.html#encodeURL(java.lang.String)"><B>encodeURL(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Returns the encoded URL of the resource, like servlets, JSPs, images and
 other static files, at the given path.
<DT><A HREF="./javax/portlet/PortletMode.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>Compares the specified object with this portlet mode
 for equality.
<DT><A HREF="./javax/portlet/WindowState.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>Compares the specified object with this window state
 for equality.
<DT><A HREF="./javax/portlet/MimeResponse.html#ETAG"><B>ETAG</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property to tell the portlet container the new ETag for this response
 intended to be used in forwarded or included servlets/JSPs.
<DT><A HREF="./javax/portlet/RenderRequest.html#ETAG"><B>ETAG</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/RenderRequest.html" title="interface in javax.portlet">RenderRequest</A>
<DD>This property is set by the container if the portlet container
 has a cached response for the given validation tag.
<DT><A HREF="./javax/portlet/ResourceRequest.html#ETAG"><B>ETAG</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>This property is set by the container if the container
 has a cached response for the given validation tag.
<DT><A HREF="./javax/portlet/Event.html" title="interface in javax.portlet"><B>Event</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>Event</code> interface represents an event that the portlet has received
 in the event processing phase.<DT><A HREF="./javax/portlet/PortletRequest.html#EVENT_PHASE"><B>EVENT_PHASE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for the portlet event lifecycle phase.
<DT><A HREF="./javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter"><B>EventFilter</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>EventFilter</code> is an object that performs filtering 
 tasks on either the event request to a portlet, or on the event response from 
 a portlet, or both.<DT><A HREF="./javax/portlet/EventPortlet.html" title="interface in javax.portlet"><B>EventPortlet</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>EventPortlet</code> interface allows
 portlets receiving events.<DT><A HREF="./javax/portlet/EventRequest.html" title="interface in javax.portlet"><B>EventRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>EventRequest</CODE> represents the request sent to the portlet
 to handle an event.<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter"><B>EventRequestWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>EventRequestWrapper</code> provides a convenient 
 implementation of the <code>EventRequest</code> interface 
 that can be subclassed by developers wishing to adapt the request.<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html#EventRequestWrapper(javax.portlet.EventRequest)"><B>EventRequestWrapper(EventRequest)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A>
<DD>Creates an <code>EventRequest</code> adaptor 
 wrapping the given request object.
<DT><A HREF="./javax/portlet/EventResponse.html" title="interface in javax.portlet"><B>EventResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>EventResponse</CODE> interface represents the portlet
 response to an event request.<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter"><B>EventResponseWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>EventResponseWrapper</code> provides a convenient 
 implementation of the <code>EventResponse</code> interface 
 that can be subclassed by developers wishing to adapt the response.<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#EventResponseWrapper(javax.portlet.EventResponse)"><B>EventResponseWrapper(EventResponse)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>Creates an <code>EventResponse</code> adaptor 
 wrapping the given response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#EXPIRATION_CACHE"><B>EXPIRATION_CACHE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property to set the expiration time in seconds for this response using
 the <code>setProperty</code> method intended to be used in 
 forwarded or included servlets/JSPs.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletURLGenerationListener.html#filterActionURL(javax.portlet.PortletURL)"><B>filterActionURL(PortletURL)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet">PortletURLGenerationListener</A>
<DD>Callback being called by the portlet container
 before <code>toString</code> or <code>write</code>
 are executed on action URLs.
<DT><A HREF="./javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter"><B>FilterChain</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>A <code>FilterChain</code> is an object provided by the portlet container 
 to the developer giving a view into the invocation chain of a 
 filtered request for a portlet.<DT><A HREF="./javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter"><B>FilterConfig</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>A filter configuration object used by a portlet container 
 to pass information to a filter during initialization.<DT><A HREF="./javax/portlet/PortletURLGenerationListener.html#filterRenderURL(javax.portlet.PortletURL)"><B>filterRenderURL(PortletURL)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet">PortletURLGenerationListener</A>
<DD>Callback being called by the portlet container
 before <code>toString</code> or <code>write</code>
 are executed on render URLs.
<DT><A HREF="./javax/portlet/PortletURLGenerationListener.html#filterResourceURL(javax.portlet.ResourceURL)"><B>filterResourceURL(ResourceURL)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet">PortletURLGenerationListener</A>
<DD>Callback being called by the portlet container
 before <code>toString</code> or <code>write</code>
 are executed on resource URLs.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#flushBuffer()"><B>flushBuffer()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>flushBuffer()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#flushBuffer()"><B>flushBuffer()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>flushBuffer()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#flushBuffer()"><B>flushBuffer()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Forces any content in the buffer to be written to the underlying output stream.
<DT><A HREF="./javax/portlet/PortletRequest.html#FORM_AUTH"><B>FORM_AUTH</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for Form based authentication.
<DT><A HREF="./javax/portlet/PortletRequestDispatcher.html#forward(javax.portlet.PortletRequest, javax.portlet.PortletResponse)"><B>forward(PortletRequest, PortletResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet">PortletRequestDispatcher</A>
<DD>Forwards a portlet request from a portlet to another resource (servlet, JSP file, or HTML file) 
 on the server.
<DT><A HREF="./javax/portlet/ResourceURL.html#FULL"><B>FULL</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>The URL of type <code>FULL</code> does not need to contain the current
 state of the page or the current render parameters, portlet mode, or
 window state of the portlet.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet"><B>GenericPortlet</B></A> - Class in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>GenericPortlet</CODE> class provides a default implementation for
 the <CODE>Portlet</CODE> interface.<DT><A HREF="./javax/portlet/GenericPortlet.html#GenericPortlet()"><B>GenericPortlet()</B></A> - 
Constructor for class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Does nothing.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getAttribute(String name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the portlet container attribute with the given name, 
 or null if there is no attribute by that name.
<DT><A HREF="./javax/portlet/PortletRequest.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the value of the named attribute as an <code>Object</code>,
 or <code>null</code> if no attribute of the given name exists.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the object bound with the specified name in this session
 under the <code>PORTLET_SCOPE</code>, or <code>null</code> if no 
 object is bound under the name in that scope.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttribute(java.lang.String, int)"><B>getAttribute(String, int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the object bound with the specified name in this session, 
 or <code>null</code> if no object is bound under the name in the given scope.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttributeMap()"><B>getAttributeMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns a <code>Map</code> of the session attributes in
 the portlet session scope.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttributeMap(int)"><B>getAttributeMap(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns a <code>Map</code> of the session attributes in
 the given session scope.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getAttributeNames()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns an <code>Enumeration</code> containing the attribute names 
 available within this portlet context, or an empty
 <code>Enumeration</code> if no attributes are available.
<DT><A HREF="./javax/portlet/PortletRequest.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns an <code>Enumeration</code> containing the
 names of the attributes available to this request.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns an <code>Enumeration</code> of String objects containing the names of 
 all the objects bound to this session under the <code>PORTLET_SCOPE</code>, or an
 empty <code>Enumeration</code> if no attributes are available.
<DT><A HREF="./javax/portlet/PortletSession.html#getAttributeNames(int)"><B>getAttributeNames(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns an <code>Enumeration</code> of String objects containing the names of 
 all the objects bound to this session in the given scope, or an
 empty <code>Enumeration</code> if no attributes are available in the
 given scope.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getAuthType()"><B>getAuthType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getAuthType()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getAuthType()"><B>getAuthType()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the name of the authentication scheme used for the 
 connection between client and portal,
 for example, <code>BASIC_AUTH</code>, <code>CLIENT_CERT_AUTH</code>, 
 a custom one or <code>null</code> if there was no authentication.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getBufferSize()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getBufferSize()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns the actual buffer size used for the response.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getCacheability()"><B>getCacheability()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCacheability()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getCacheability()"><B>getCacheability()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Returns the cache level of this resource request.
<DT><A HREF="./javax/portlet/ResourceURL.html#getCacheability()"><B>getCacheability()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>Returns the cache level of this resource URL.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getCacheControl()"><B>getCacheControl()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCacheControl()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getCacheControl()"><B>getCacheControl()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCacheControl()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getCacheControl()"><B>getCacheControl()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns the cache control object allowing to set
 specific cache settings valid for the markup
 returned in this response.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Returns the name of the character encoding used in the body of this request.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCharacterEncoding()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCharacterEncoding()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCharacterEncoding()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCharacterEncoding()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns the name of the charset used for the MIME body sent in this
 response.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getContainerRuntimeOptions()"><B>getContainerRuntimeOptions()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/PortletConfig.html#getContainerRuntimeOptions()"><B>getContainerRuntimeOptions()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the container runtime options
 and values for this portlet.
<DT><A HREF="./javax/portlet/PortletContext.html#getContainerRuntimeOptions()"><B>getContainerRuntimeOptions()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the container container runtime options
 keys supported by this portlet container.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getContentLength()"><B>getContentLength()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Returns the length, in bytes, of the request body 
 which is made available by the input stream, or -1 if the
 length is not known.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getContentLength()"><B>getContentLength()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentLength()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getContentLength()"><B>getContentLength()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentLength()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getContentType()"><B>getContentType()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Returns the MIME type of the body of the request, 
 or null if the type is not known.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentType()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentType()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentType()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContentType()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getContentType()"><B>getContentType()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns the MIME type that can be used to contribute markup to the render
 response.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getContextPath()"><B>getContextPath()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getContextPath()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getContextPath()"><B>getContextPath()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the context path which is the path prefix associated with the deployed 
 portlet application.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getCookies()"><B>getCookies()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getCookies()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getCookies()"><B>getCookies()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns an array containing all of the Cookie properties.
<DT><A HREF="./javax/portlet/PortletSession.html#getCreationTime()"><B>getCreationTime()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the time when this session was created, measured in 
 milliseconds since midnight January 1, 1970 GMT.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getDefaultNamespace()"><B>getDefaultNamespace()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the default namespace for events and public parameters.
<DT><A HREF="./javax/portlet/PortletConfig.html#getDefaultNamespace()"><B>getDefaultNamespace()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the default namespace for events and public render parameters.
<DT><A HREF="./javax/portlet/CacheControl.html#getETag()"><B>getETag()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Returns the ETag for the current response that is
 used as validation tag, or <code>null</null>
 if no ETag is set on the response.
<DT><A HREF="./javax/portlet/filter/RenderRequestWrapper.html#getETag()"><B>getETag()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getETag()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getETag()"><B>getETag()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getETag()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/RenderRequest.html#getETag()"><B>getETag()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/RenderRequest.html" title="interface in javax.portlet">RenderRequest</A>
<DD>Returns the validation tag if the portlet container
 has a cached response for this validation tag, or
 <code>null</code> if no cached response exists.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getETag()"><B>getETag()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Returns the validation tag if the portlet container
 has a cached response for this validation tag, or
 <code>null</code> if no cached response exists.
<DT><A HREF="./javax/portlet/EventRequest.html#getEvent()"><B>getEvent()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/EventRequest.html" title="interface in javax.portlet">EventRequest</A>
<DD>Returns the event that triggered the call to the processEvent method.
<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html#getEvent()"><B>getEvent()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getEvent()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/CacheControl.html#getExpirationTime()"><B>getExpirationTime()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Get the currently set expiration time.
<DT><A HREF="./javax/portlet/ValidatorException.html#getFailedKeys()"><B>getFailedKeys()</B></A> - 
Method in exception javax.portlet.<A HREF="./javax/portlet/ValidatorException.html" title="class in javax.portlet">ValidatorException</A>
<DD>Returns the keys that failed the validation.
<DT><A HREF="./javax/portlet/filter/FilterConfig.html#getFilterName()"><B>getFilterName()</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</A>
<DD>Returns the filter-name of this filter as defined in the 
 portlet deployment descriptor.
<DT><A HREF="./javax/portlet/PortletSession.html#getId()"><B>getId()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns a string containing the unique identifier assigned to this session.
<DT><A HREF="./javax/portlet/filter/FilterConfig.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</A>
<DD>Returns a String containing the value of the named 
 initialization parameter, or <code>null</code> if the parameter does not exist.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns a String containing the value of the named initialization        * parameter, or null if the parameter does not exist.
<DT><A HREF="./javax/portlet/PortletConfig.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns a String containing the value of the named initialization parameter, 
 or null if the parameter does not exist.
<DT><A HREF="./javax/portlet/PortletContext.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a String containing the value of the named context-wide 
 initialization parameter, or <code>null</code> if the parameter does not exist.
<DT><A HREF="./javax/portlet/filter/FilterConfig.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</A>
<DD>Returns the names of the filter's initialization parameters 
 as an Enumeration of String objects, or an empty Enumeration 
 if the filter has no initialization parameters.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the names of the portlet initialization parameters as an
 Enumeration of String objects, or an empty Enumeration if the portlet has
 no initialization parameters.
<DT><A HREF="./javax/portlet/PortletConfig.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the names of the portlet initialization parameters as an 
 <code>Enumeration</code> of String objects, or an empty <code>Enumeration</code> if the 
 portlet has no initialization parameters.
<DT><A HREF="./javax/portlet/PortletContext.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the names of the context initialization parameters as an 
 <code>Enumeration</code> of String objects, or an empty Enumeration if the context 
 has no initialization parameters.
<DT><A HREF="./javax/portlet/PortletSession.html#getLastAccessedTime()"><B>getLastAccessedTime()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the last time the client sent a request associated with this session, 
 as the number of milliseconds since midnight January 1, 1970 GMT.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getLocale()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getLocale()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getLocale()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getLocale()"><B>getLocale()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns the locale assigned to the response.
<DT><A HREF="./javax/portlet/PortletRequest.html#getLocale()"><B>getLocale()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the preferred Locale in which the portal will accept content.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getLocales()"><B>getLocales()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getLocales()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getLocales()"><B>getLocales()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns an Enumeration of Locale objects indicating, in decreasing
 order starting with the preferred locale in which the portal will
 accept content for this request.
<DT><A HREF="./javax/portlet/PortletContext.html#getMajorVersion()"><B>getMajorVersion()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the major version of the Portlet API that this portlet
 container supports.
<DT><A HREF="./javax/portlet/PortletPreferences.html#getMap()"><B>getMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Returns a <code>Map</code> of the preferences.
<DT><A HREF="./javax/portlet/PortletSession.html#getMaxInactiveInterval()"><B>getMaxInactiveInterval()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the maximum time interval, in seconds, for which the portlet container 
 keeps this session open between client accesses.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getMethod()"><B>getMethod()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Returns the name of the HTTP method with which this request was made, 
 for example, GET, POST, or PUT.
<DT><A HREF="./javax/portlet/EventRequest.html#getMethod()"><B>getMethod()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/EventRequest.html" title="interface in javax.portlet">EventRequest</A>
<DD>Returns the name of the HTTP method with which the original action request was made, 
 for example, POST, or PUT.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getMethod()"><B>getMethod()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getMethod()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html#getMethod()"><B>getMethod()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getMethod()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getMethod()"><B>getMethod()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getMethod()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#getMimeType(java.lang.String)"><B>getMimeType(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the MIME type of the specified file, or <code>null</code> if 
 the MIME type is not known.
<DT><A HREF="./javax/portlet/PortletContext.html#getMinorVersion()"><B>getMinorVersion()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the minor version of the Portlet API that this portlet
 container supports.
<DT><A HREF="./javax/portlet/PortletModeException.html#getMode()"><B>getMode()</B></A> - 
Method in exception javax.portlet.<A HREF="./javax/portlet/PortletModeException.html" title="class in javax.portlet">PortletModeException</A>
<DD>Returns the unsupported portlet mode causing this exception.
<DT><A HREF="./javax/portlet/Event.html#getName()"><B>getName()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Event.html" title="interface in javax.portlet">Event</A>
<DD>Get the local part of the event name.
<DT><A HREF="./javax/portlet/PortletContext.html#getNamedDispatcher(java.lang.String)"><B>getNamedDispatcher(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a <A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet"><CODE>PortletRequestDispatcher</CODE></A> object that acts
 as a wrapper for the named servlet.
<DT><A HREF="./javax/portlet/PortletPreferences.html#getNames()"><B>getNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Returns all of the keys that have an associated value,
 or an empty <code>Enumeration</code> if no keys are
 available.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#getNamespace()"><B>getNamespace()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getNamespace()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletResponse.html#getNamespace()"><B>getNamespace()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>The value returned by this method should be prefixed or appended to
 elements, such as JavaScript variables or function names, to ensure they
 are unique in the context of the portal page.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getNextPossiblePortletModes(javax.portlet.RenderRequest)"><B>getNextPossiblePortletModes(RenderRequest)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Used by the render method to set the next possible portlet modes.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getParameter(String name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the value of a request parameter as a <code>String</code>,
 or <code>null</code> if the parameter does not exist.
<DT><A HREF="./javax/portlet/BaseURL.html#getParameterMap()"><B>getParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Returns a <code>Map</code> of the parameters 
 currently set on this portlet URL via the 
 <code>setParameter</code> or <code>setParameters</code>
 methods.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getParameterMap()"><B>getParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getParameterMap()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getParameterMap()"><B>getParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a <code>Map</code> of the parameters of this request.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getParameterNames()"><B>getParameterNames()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getParameterNames()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getParameterNames()"><B>getParameterNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns an <code>Enumeration</code> of <code>String</code>
 objects containing the names of the parameters contained
 in this request.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getParameterValues(name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns an array of <code>String</code> objects containing 
 all of the values the given request parameter has, or 
 <code>null</code> if the parameter does not exist.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPortalContext()"><B>getPortalContext()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortalContext()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPortalContext()"><B>getPortalContext()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the context of the calling portal.
<DT><A HREF="./javax/portlet/PortalContext.html#getPortalInfo()"><B>getPortalInfo()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Returns information about the portal like vendor, version, etc.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getPortletConfig()"><B>getPortletConfig()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the PortletConfig object of this portlet.
<DT><A HREF="./javax/portlet/filter/FilterConfig.html#getPortletContext()"><B>getPortletContext()</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</A>
<DD>Returns a reference to the <code>PortletContext</code> in which the caller is executing.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getPortletContext()"><B>getPortletContext()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the <code>PortletContext</code> of the portlet application the
 portlet is in.
<DT><A HREF="./javax/portlet/PortletConfig.html#getPortletContext()"><B>getPortletContext()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the <code>PortletContext</code> of the portlet application 
 the portlet is in.
<DT><A HREF="./javax/portlet/PortletSession.html#getPortletContext()"><B>getPortletContext()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns the portlet application context associated with this session.
<DT><A HREF="./javax/portlet/PortletContext.html#getPortletContextName()"><B>getPortletContextName()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the name of this portlet application correponding to this PortletContext as specified 
 in the <code>web.xml</code> deployment descriptor for this web application by the 
 <code>display-name</code> element.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Retrieves the body of the HTTP request from client to
 portal as binary data using
 an <CODE>InputStream</CODE>.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletInputStream()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletInputStream()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletMode()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletMode()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletMode()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the current portlet mode of the portlet.
<DT><A HREF="./javax/portlet/PortletURL.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A>
<DD>Returns the currently set portlet mode on this PortletURL.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#getPortletMode()"><B>getPortletMode()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Returns the currently set portlet mode on this reponse.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getPortletName()"><B>getPortletName()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the name of this portlet.
<DT><A HREF="./javax/portlet/PortletConfig.html#getPortletName()"><B>getPortletName()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the name of the portlet.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletOutputStream()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletOutputStream()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns a <code>OutputStream</code> suitable for writing binary data in
 the response.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPortletSession()"><B>getPortletSession()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletSession()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPortletSession(boolean)"><B>getPortletSession(boolean)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPortletSession(create)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPortletSession()"><B>getPortletSession()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the current portlet session or, if there is no current session,
 creates one and returns the new session.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPortletSession(boolean)"><B>getPortletSession(boolean)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the current portlet session or, if there is no current session
 and the given flag is <CODE>true</CODE>, creates one and returns
 the new session.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPreferences()"><B>getPreferences()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPreferences()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPreferences()"><B>getPreferences()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the preferences object associated with the portlet.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPrivateParameterMap()"><B>getPrivateParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPrivateParameterMap()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPrivateParameterMap()"><B>getPrivateParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a <code>Map</code> of the private parameters of this request.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getPrivateRenderParameterMap()"><B>getPrivateRenderParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPrivateRenderParameterMap()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getPrivateRenderParameterMap()"><B>getPrivateRenderParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Returns a <code>Map</code> of the private render parameters of this request.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getProcessingEventQNames()"><B>getProcessingEventQNames()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/PortletConfig.html#getProcessingEventQNames()"><B>getProcessingEventQNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the QNames of the processing events supported by the portlet
 as an <code>Enumeration</code> of <code>QName</code> objects, 
 or an empty <code>Enumeration</code> if the 
 portlet has not defined any processing events.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getProperties(java.lang.String)"><B>getProperties(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getProperteis(name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getProperties(java.lang.String)"><B>getProperties(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns all the values of the specified request property
 as a <code>Enumeration</code> of <code>String</code> objects.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getProperty(name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortalContext.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Returns the portal property with the given name, 
 or a <code>null</code> if there is 
 no property by that name.
<DT><A HREF="./javax/portlet/PortletRequest.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the value of the specified request property
 as a <code>String</code>.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPropertyNames()"><B>getPropertyNames()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPropertyNames()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortalContext.html#getPropertyNames()"><B>getPropertyNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Returns all portal property names, or an empty 
 <code>Enumeration</code> if there are no property names.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPropertyNames()"><B>getPropertyNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a <code>Enumeration</code> of all the property names
 this request contains.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getPublicParameterMap()"><B>getPublicParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getPublicParameterMap()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getPublicParameterMap()"><B>getPublicParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a <code>Map</code> of the public parameters of this request.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getPublicRenderParameterNames()"><B>getPublicRenderParameterNames()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Returns the names of the public render parameters supported by the
 portlet as an <code>Enumeration</code> of String objects, or an empty
 <code>Enumeration</code> if the portlet has no public render
 parameters.
<DT><A HREF="./javax/portlet/PortletConfig.html#getPublicRenderParameterNames()"><B>getPublicRenderParameterNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the names of the public render parameters supported by the portlet
 as an <code>Enumeration</code> of <code>String</code> objects, 
 or an empty <code>Enumeration</code> if the 
 portlet has not defined public render parameters.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getPublishingEventQNames()"><B>getPublishingEventQNames()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/PortletConfig.html#getPublishingEventQNames()"><B>getPublishingEventQNames()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the QNames of the publishing events supported by the portlet
 as an <code>Enumeration</code> of <code>QName</code> objects, 
 or an empty <code>Enumeration</code> if the 
 portlet has not defined any publishing events.
<DT><A HREF="./javax/portlet/Event.html#getQName()"><B>getQName()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Event.html" title="interface in javax.portlet">Event</A>
<DD>Get the event QName.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#getReader()"><B>getReader()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Retrieves the body of the HTTP request from the client to the portal
 as character data using
 a <code>BufferedReader</code>.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getReader()"><B>getReader()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getReader()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getReader()"><B>getReader()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getReader()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#getRealPath(java.lang.String)"><B>getRealPath(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a <code>String</code> containing the real path 
 for a given virtual path.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getRemoteUser()"><B>getRemoteUser()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getRemoteUser()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getRemoteUser()"><B>getRemoteUser()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the login of the user making this request, if the user 
 has been authenticated, or null if the user has not been authenticated.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#getRenderParameterMap()"><B>getRenderParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getRenderParameterMap()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#getRenderParameterMap()"><B>getRenderParameterMap()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getRenderParameterMap()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#getRenderParameterMap()"><B>getRenderParameterMap()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Returns a <code>Map</code> of the render parameters currently set on
 this response.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#getRequest()"><B>getRequest()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>Return the wrapped request object.
<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html#getRequest()"><B>getRequest()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A>
<DD>Return the wrapped request object.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getRequest()"><B>getRequest()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>Return the wrapped request object.
<DT><A HREF="./javax/portlet/filter/RenderRequestWrapper.html#getRequest()"><B>getRequest()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</A>
<DD>Return the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getRequest()"><B>getRequest()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>Return the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#getRequestDispatcher(java.lang.String)"><B>getRequestDispatcher(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a <A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet"><CODE>PortletRequestDispatcher</CODE></A> object that acts
 as a wrapper for the resource located at the given path.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getRequestedSessionId()"><B>getRequestedSessionId()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getRequestedSessionId()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getRequestedSessionId()"><B>getRequestedSessionId()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the session ID indicated in the client request.
<DT><A HREF="./javax/portlet/PortletContext.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a URL to the resource that is mapped to a specified
 path.
<DT><A HREF="./javax/portlet/PortletContext.html#getResourceAsStream(java.lang.String)"><B>getResourceAsStream(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the resource located at the given path as an InputStream object.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getResourceBundle(java.util.Locale)"><B>getResourceBundle(Locale)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Gets the resource bundle for the given locale based on the resource
 bundle defined in the deployment descriptor with
 <code>resource-bundle</code> tag or the inlined resources defined in
 the deployment descriptor.
<DT><A HREF="./javax/portlet/PortletConfig.html#getResourceBundle(java.util.Locale)"><B>getResourceBundle(Locale)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Gets the resource bundle for the given locale based on the
 resource bundle defined in the deployment descriptor
 with <code>resource-bundle</code> tag or the inlined resources
 defined in the deployment descriptor.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#getResourceID()"><B>getResourceID()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getResourceID()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getResourceID()"><B>getResourceID()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Returns the resource ID set on the ResourceURL or <code>null</code>
 if no resource ID was set on the URL.
<DT><A HREF="./javax/portlet/PortletContext.html#getResourcePaths(java.lang.String)"><B>getResourcePaths(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns a directory-like listing of all the paths to resources within 
 the web application longest sub-path of which 
 matches the supplied path argument.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#getResponse()"><B>getResponse()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>Return the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#getResponse()"><B>getResponse()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>Return the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#getResponse()"><B>getResponse()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>Return the wrapped response object.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getResponse()"><B>getResponse()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>Return the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getResponse()"><B>getResponse()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>Return the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getResponseContentType()"><B>getResponseContentType()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getResponseContentType()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getResponseContentType()"><B>getResponseContentType()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the portal preferred content type for the response.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getResponseContentType()"><B>getResponseContentType()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Returns the portal preferred content type for the response.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getResponseContentTypes()"><B>getResponseContentTypes()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getResponseContentTypes()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getResponseContentTypes()"><B>getResponseContentTypes()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Gets a list of content types which the portal accepts for the response.
<DT><A HREF="./javax/portlet/ResourceRequest.html#getResponseContentTypes()"><B>getResponseContentTypes()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</A>
<DD>Gets a list of content types which the portal accepts for the response.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getScheme()"><B>getScheme()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getScheme()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getScheme()"><B>getScheme()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the name of the scheme used to make this request.
<DT><A HREF="./javax/portlet/PortletContext.html#getServerInfo()"><B>getServerInfo()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Returns the name and version of the portlet container in which the
 portlet is running.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getServerName()"><B>getServerName()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getServerName()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getServerName()"><B>getServerName()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the host name of the server that received the request.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getServerPort()"><B>getServerPort()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getServerPort()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getServerPort()"><B>getServerPort()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the port number on which this request was received.
<DT><A HREF="./javax/portlet/WindowStateException.html#getState()"><B>getState()</B></A> - 
Method in exception javax.portlet.<A HREF="./javax/portlet/WindowStateException.html" title="class in javax.portlet">WindowStateException</A>
<DD>Returns the portlet state causing this exception.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getSupportedLocales()"><B>getSupportedLocales()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/PortletConfig.html#getSupportedLocales()"><B>getSupportedLocales()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A>
<DD>Returns the locales supported by the portlet
 as an <code>Enumeration</code> of <code>Locale</code> objects, 
 or an empty <code>Enumeration</code> if the 
 portlet has not defined any supported locales.
<DT><A HREF="./javax/portlet/PortalContext.html#getSupportedPortletModes()"><B>getSupportedPortletModes()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Returns all supported portlet modes by the portal
 as an enumeration of <code>PortletMode</code> objects.
<DT><A HREF="./javax/portlet/PortalContext.html#getSupportedWindowStates()"><B>getSupportedWindowStates()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Returns all supported window states by the portal
 as an enumeration of <code>WindowState</code> objects.
<DT><A HREF="./javax/portlet/GenericPortlet.html#getTitle(javax.portlet.RenderRequest)"><B>getTitle(RenderRequest)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Used by the render method to get the title.
<DT><A HREF="./javax/portlet/UnavailableException.html#getUnavailableSeconds()"><B>getUnavailableSeconds()</B></A> - 
Method in exception javax.portlet.<A HREF="./javax/portlet/UnavailableException.html" title="class in javax.portlet">UnavailableException</A>
<DD>Returns the time in seconds for which the portlet can be expected to 
 be unavailable.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getUserPrincipal()"><B>getUserPrincipal()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getUserPrincipal()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getUserPrincipal()"><B>getUserPrincipal()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a java.security.Principal object containing the name of the 
 current authenticated user.
<DT><A HREF="./javax/portlet/Event.html#getValue()"><B>getValue()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Event.html" title="interface in javax.portlet">Event</A>
<DD>Get the event payload.
<DT><A HREF="./javax/portlet/PortletPreferences.html#getValue(java.lang.String, java.lang.String)"><B>getValue(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Returns the first String value associated with the specified key of this preference.
<DT><A HREF="./javax/portlet/PortletPreferences.html#getValues(java.lang.String, java.lang.String[])"><B>getValues(String, String[])</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Returns the String array value associated with the specified key in this preference.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getWindowID()"><B>getWindowID()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWindowId()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getWindowID()"><B>getWindowID()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the portlet window ID.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWindowState()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWindowState()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWindowState()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns the current window state of the portlet.
<DT><A HREF="./javax/portlet/PortletURL.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A>
<DD>Returns the currently set window state on this PortletURL.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#getWindowState()"><B>getWindowState()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Returns the currently set window state on this response.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#getWriter()"><B>getWriter()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWriter()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#getWriter()"><B>getWriter()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>getWriter()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#getWriter()"><B>getWriter()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns a PrintWriter object that can send character text to the portal.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletMode.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>Returns the hash code value for this portlet mode.
<DT><A HREF="./javax/portlet/WindowState.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>Returns the hash code value for this window state.
<DT><A HREF="./javax/portlet/PortletMode.html#HELP"><B>HELP</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>When in <code>HELP</code> portlet mode, a portlet should provide help 
 information about the portlet.
<DT><A HREF="./javax/portlet/ResourceResponse.html#HTTP_STATUS_CODE"><B>HTTP_STATUS_CODE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>Constant for setting the HTTP status code via the 
 <code>setProperty</code> method.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletRequestDispatcher.html#include(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>include(RenderRequest, RenderResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet">PortletRequestDispatcher</A>
<DD>Includes the content of a resource (servlet, JSP page, HTML file) in the
 response.
<DT><A HREF="./javax/portlet/PortletRequestDispatcher.html#include(javax.portlet.PortletRequest, javax.portlet.PortletResponse)"><B>include(PortletRequest, PortletResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet">PortletRequestDispatcher</A>
<DD>Includes the content of a resource (servlet, JSP page, HTML file) in the
 response.
<DT><A HREF="./javax/portlet/filter/PortletFilter.html#init(javax.portlet.filter.FilterConfig)"><B>init(FilterConfig)</B></A> - 
Method in interface javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletFilter.html" title="interface in javax.portlet.filter">PortletFilter</A>
<DD>Called by the portlet container to indicate to a filter
 that it is being placed into service.
<DT><A HREF="./javax/portlet/GenericPortlet.html#init(javax.portlet.PortletConfig)"><B>init(PortletConfig)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Called by the portlet container to indicate to a portlet that the portlet
 is being placed into service.
<DT><A HREF="./javax/portlet/GenericPortlet.html#init()"><B>init()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>A convenience method which can be overridden so that there's no need to
 call <code>super.init(config)</code>.
<DT><A HREF="./javax/portlet/Portlet.html#init(javax.portlet.PortletConfig)"><B>init(PortletConfig)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</A>
<DD>Called by the portlet container to indicate to a portlet that the 
 portlet is being placed into service.
<DT><A HREF="./javax/portlet/PortletSession.html#invalidate()"><B>invalidate()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Invalidates this session (all scopes) and unbinds any objects bound to it.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#isCommitted()"><B>isCommitted()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isCommitted()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#isCommitted()"><B>isCommitted()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isCommitted()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#isCommitted()"><B>isCommitted()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Returns a boolean indicating if the response has been committed.
<DT><A HREF="./javax/portlet/PortletSession.html#isNew()"><B>isNew()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Returns true if the client does not yet know about the session or 
 if the client chooses not to join the session.
<DT><A HREF="./javax/portlet/UnavailableException.html#isPermanent()"><B>isPermanent()</B></A> - 
Method in exception javax.portlet.<A HREF="./javax/portlet/UnavailableException.html" title="class in javax.portlet">UnavailableException</A>
<DD>Returns a <code>boolean</code> indicating
 whether the portlet is permanently unavailable.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#isPortletModeAllowed(javax.portlet.PortletMode)"><B>isPortletModeAllowed(PortletMode)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isPortletModeAllowed(mode)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#isPortletModeAllowed(javax.portlet.PortletMode)"><B>isPortletModeAllowed(PortletMode)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns true, if the given portlet mode is a valid
 one to set for this portlet  in the context
 of the current request.
<DT><A HREF="./javax/portlet/CacheControl.html#isPublicScope()"><B>isPublicScope()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Returns a boolean indicating whether the
 caching scope is set to public for the current response.
<DT><A HREF="./javax/portlet/PortletPreferences.html#isReadOnly(java.lang.String)"><B>isReadOnly(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Returns true, if the value of this key is defined as read-only and thus
 cannot be modified by the user.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#isRequestedSessionIdValid()"><B>isRequestedSessionIdValid()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isRequestedSessionIdValid()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#isRequestedSessionIdValid()"><B>isRequestedSessionIdValid()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Checks whether the requested session ID is still valid.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#isSecure()"><B>isSecure()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isSecure()</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#isSecure()"><B>isSecure()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a boolean indicating whether this request was made 
 using a secure channel between client and the portal, such as HTTPS.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#isUserInRole(java.lang.String)"><B>isUserInRole(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isUserInRole(role)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#isUserInRole(java.lang.String)"><B>isUserInRole(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns a boolean indicating whether the authenticated user is 
 included in the specified logical "role".
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#isWindowStateAllowed(javax.portlet.WindowState)"><B>isWindowStateAllowed(WindowState)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>isWindowStateAllowed(state)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletRequest.html#isWindowStateAllowed(javax.portlet.WindowState)"><B>isWindowStateAllowed(WindowState)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Returns true, if the given window state is valid
 to be set for this portlet in the context
 of the current request.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./javax/portlet/package-summary.html"><B>javax.portlet</B></A> - package javax.portlet<DD>The javax.portlet package defines the API for Java Portlet Specification V2.0.<DT><A HREF="./javax/portlet/filter/package-summary.html"><B>javax.portlet.filter</B></A> - package javax.portlet.filter<DD>The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PortletRequest.html#LIFECYCLE_PHASE"><B>LIFECYCLE_PHASE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Provides the portlet lifecycle phase of the current request
 as request attribute.
<DT><A HREF="./javax/portlet/PortletContext.html#log(java.lang.String)"><B>log(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Writes the specified message to a portlet log file, usually an event log.
<DT><A HREF="./javax/portlet/PortletContext.html#log(java.lang.String, java.lang.Throwable)"><B>log(String, Throwable)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Writes an explanatory message and a stack trace for a given 
 Throwable exception to the portlet log file.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./javax/portlet/MimeResponse.html#MARKUP_HEAD_ELEMENT"><B>MARKUP_HEAD_ELEMENT</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property intended to be a hint to the portal application that the provided
 DOM element should be added to the markup head section of the response to the
 client.
<DT><A HREF="./javax/portlet/PortalContext.html#MARKUP_HEAD_ELEMENT_SUPPORT"><B>MARKUP_HEAD_ELEMENT_SUPPORT</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A>
<DD>Property indicating if the portal application supports the
 <code>MimeResponse</code> property <code>MARKUP_HEAD_ELEMENT</code>.
<DT><A HREF="./javax/portlet/WindowState.html#MAXIMIZED"><B>MAXIMIZED</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>The <code>MAXIMIZED</code> window state is an indication 
 that a portlet may be the only portlet being rendered in the 
 portal page, or that the portlet has more space compared to other portlets
 in the portal page.
<DT><A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet"><B>MimeResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>MimeResponse</CODE> defines the base interface to assist a
 portlet in returning MIME content.<DT><A HREF="./javax/portlet/WindowState.html#MINIMIZED"><B>MINIMIZED</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>When a portlet is in <code>MINIMIZED</code> window state, 
 the portlet should only render minimal output or no output at all.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./javax/portlet/MimeResponse.html#NAMESPACED_RESPONSE"><B>NAMESPACED_RESPONSE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property intended to be a hint to the portal application that the returned 
 content is completely namespaced.
<DT><A HREF="./javax/portlet/WindowState.html#NORMAL"><B>NORMAL</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>The <code>NORMAL</code> window state indicates that a portlet 
 may be sharing the page with other portlets.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./javax/portlet/ResourceURL.html#PAGE"><B>PAGE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>The URL of type <code>PAGE</code> may contain artifacts that require
 knowledge of the state of the complete page, like
 <code>PortletURLs</code>.
<DT><A HREF="./javax/portlet/PortalContext.html" title="interface in javax.portlet"><B>PortalContext</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortalContext</CODE> interface gives the portlet
 the ability to retrieve information about the portal calling this portlet.<DT><A HREF="./javax/portlet/Portlet.html" title="interface in javax.portlet"><B>Portlet</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>Portlet</CODE> interface is used by the portlet container to
 invoke the portlets.<DT><A HREF="./javax/portlet/ResourceURL.html#PORTLET"><B>PORTLET</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>The URL of type <code>PORTLRET</code> does not need to contain the
 current state of the page, but the current render parameters, portlet
 mode, or window state of the portlet must be accessible to the portlet.
<DT><A HREF="./javax/portlet/PortletSession.html#PORTLET_SCOPE"><B>PORTLET_SCOPE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>This constant defines the scope of the session attribute to be
 private to the portlet and its included resources.
<DT><A HREF="./javax/portlet/PortletConfig.html" title="interface in javax.portlet"><B>PortletConfig</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletConfig</CODE> interface provides the portlet with
 its configuration.<DT><A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet"><B>PortletContext</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletContext</CODE> interface defines a portlet view
 of the portlet container.<DT><A HREF="./javax/portlet/PortletException.html" title="class in javax.portlet"><B>PortletException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletException</CODE> class defines a general exception
 that a portlet can throw when it is unable to perform its operation
 successfully.<DT><A HREF="./javax/portlet/PortletException.html#PortletException()"><B>PortletException()</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletException.html" title="class in javax.portlet">PortletException</A>
<DD>Constructs a new portlet exception.
<DT><A HREF="./javax/portlet/PortletException.html#PortletException(java.lang.String)"><B>PortletException(String)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletException.html" title="class in javax.portlet">PortletException</A>
<DD>Constructs a new portlet exception with the given text.
<DT><A HREF="./javax/portlet/PortletException.html#PortletException(java.lang.String, java.lang.Throwable)"><B>PortletException(String, Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletException.html" title="class in javax.portlet">PortletException</A>
<DD>Constructs a new portlet exception when the portlet needs to do
 the following:
 
 throw an exception 
 include the "root cause" exception
 include a description message
 
<DT><A HREF="./javax/portlet/PortletException.html#PortletException(java.lang.Throwable)"><B>PortletException(Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletException.html" title="class in javax.portlet">PortletException</A>
<DD>Constructs a new portlet exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/filter/PortletFilter.html" title="interface in javax.portlet.filter"><B>PortletFilter</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>PortletFilter</code> is the base interface for all portlet filters.<DT><A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet"><B>PortletMode</B></A> - Class in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletMode</CODE> class represents
 the possible modes that a portlet can assume.<DT><A HREF="./javax/portlet/PortletMode.html#PortletMode(java.lang.String)"><B>PortletMode(String)</B></A> - 
Constructor for class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>Creates a new portlet mode with the given name.
<DT><A HREF="./javax/portlet/PortletModeException.html" title="class in javax.portlet"><B>PortletModeException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletModeException</CODE> is thrown when a portlet
 tries to use or set a portlet mode that is not supported by the current
 runtime environment or the portlet.<DT><A HREF="./javax/portlet/PortletModeException.html#PortletModeException(java.lang.String, javax.portlet.PortletMode)"><B>PortletModeException(String, PortletMode)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletModeException.html" title="class in javax.portlet">PortletModeException</A>
<DD>Constructs a new portlet mode exception with the given text and the
 portlet mode that caused this exception.
<DT><A HREF="./javax/portlet/PortletModeException.html#PortletModeException(java.lang.String, java.lang.Throwable, javax.portlet.PortletMode)"><B>PortletModeException(String, Throwable, PortletMode)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletModeException.html" title="class in javax.portlet">PortletModeException</A>
<DD>Constructs a new portlet mode exception when the portlet needs to do
 the following:
 
 throw an exception 
 include a message about the "root cause" that interfered
     with its normal operation
 include a description message
 include the portlet mode that caused this exception
 
<DT><A HREF="./javax/portlet/PortletModeException.html#PortletModeException(java.lang.Throwable, javax.portlet.PortletMode)"><B>PortletModeException(Throwable, PortletMode)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletModeException.html" title="class in javax.portlet">PortletModeException</A>
<DD>Constructs a new portlet mode exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet"><B>PortletPreferences</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletPreferences</CODE> interface allows the portlet to store
 configuration data.<DT><A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet"><B>PortletRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletRequest</CODE> defines the base interface to provide client
 request information to a portlet.<DT><A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet"><B>PortletRequest.P3PUserInfos</B></A> - Enum in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>P3P user information constants.<DT><A HREF="./javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet"><B>PortletRequestDispatcher</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>PortletRequestDispatcher</code> interface defines an object that
 receives requests from the client and sends them to the specified resources
 (such as a servlet, HTML file, or JSP file) on the server.<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter"><B>PortletRequestWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>PortletRequestWrapper</code> provides a convenient 
 implementation of the <code>PortletRequest</code> interface 
 and is extended by other request wrappers.<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#PortletRequestWrapper(javax.portlet.PortletRequest)"><B>PortletRequestWrapper(PortletRequest)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>Creates an <code>PortletRequest</code> adaptor 
 wrapping the given request object.
<DT><A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet"><B>PortletResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletResponse</CODE> defines the base interface to assist a
 portlet in creating and sending a response to the client.<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter"><B>PortletResponseWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>PortletResponseWrapper</code> provides a convenient 
 implementation of the <code>PortletResponse</code> interface 
 and is extended by other response wrappers.<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#PortletResponseWrapper(javax.portlet.PortletResponse)"><B>PortletResponseWrapper(PortletResponse)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>Creates an <code>ActionResponse</code> adaptor 
 wrapping the given response object.
<DT><A HREF="./javax/portlet/PortletSecurityException.html" title="class in javax.portlet"><B>PortletSecurityException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>A portlet should throw a <CODE>PortletSecurityException</CODE>
 when a call fails because of security reasons.<br>
 Additionally it can be thrown by the portal/portlet-container.<DT><A HREF="./javax/portlet/PortletSecurityException.html#PortletSecurityException(java.lang.String)"><B>PortletSecurityException(String)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletSecurityException.html" title="class in javax.portlet">PortletSecurityException</A>
<DD>Constructs a new security exception with the given text.
<DT><A HREF="./javax/portlet/PortletSecurityException.html#PortletSecurityException(java.lang.String, java.lang.Throwable)"><B>PortletSecurityException(String, Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletSecurityException.html" title="class in javax.portlet">PortletSecurityException</A>
<DD>Constructs a new portlet security exception when the portlet needs to do
 the following:
 
 <il>throw an exception 
 include a message about the "root cause" that interfered
     with its normal operation
 include a description message
 
<DT><A HREF="./javax/portlet/PortletSecurityException.html#PortletSecurityException(java.lang.Throwable)"><B>PortletSecurityException(Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/PortletSecurityException.html" title="class in javax.portlet">PortletSecurityException</A>
<DD>Constructs a new portlet security exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet"><B>PortletSession</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletSession</CODE> interface provides a way to identify a user
 across more than one request and to store transient information about that user.<DT><A HREF="./javax/portlet/PortletSessionUtil.html" title="class in javax.portlet"><B>PortletSessionUtil</B></A> - Class in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletSessionUtil</CODE>  class helps identify and decode
 attributes in the <CODE>PORTLET_SCOPE</CODE> scope of the PortletSession
 when accessed through the HttpSession an from within calls to methods
 of the HttpSessionBindingListener interface.<DT><A HREF="./javax/portlet/PortletSessionUtil.html#PortletSessionUtil()"><B>PortletSessionUtil()</B></A> - 
Constructor for class javax.portlet.<A HREF="./javax/portlet/PortletSessionUtil.html" title="class in javax.portlet">PortletSessionUtil</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet"><B>PortletURL</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PortletURL</CODE> interface represents a URL
 that reference the portlet itself.<DT><A HREF="./javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet"><B>PortletURLGenerationListener</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>Portlet applications can register portlet URL listeners in order to filter URLs 
 before they get generated.<DT><A HREF="./javax/portlet/PreferencesValidator.html" title="interface in javax.portlet"><B>PreferencesValidator</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>PreferencesValidator</CODE> allows to validate the set of
 preferences of the associated portlet just before they are
 stored in the persistent store.<DT><A HREF="./javax/portlet/MimeResponse.html#PRIVATE_SCOPE"><B>PRIVATE_SCOPE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Private cache scope, indicating that the cache entry must not be shared
 across users.
<DT><A HREF="./javax/portlet/GenericPortlet.html#processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)"><B>processAction(ActionRequest, ActionResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Called by the portlet container to allow the portlet to process an action
 request.
<DT><A HREF="./javax/portlet/Portlet.html#processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)"><B>processAction(ActionRequest, ActionResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</A>
<DD>Called by the portlet container to allow the portlet to process
 an action request.
<DT><A HREF="./javax/portlet/ProcessAction.html" title="annotation in javax.portlet"><B>ProcessAction</B></A> - Annotation Type in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>Annotation for marking a method for processing
 a specific action.<DT><A HREF="./javax/portlet/EventPortlet.html#processEvent(javax.portlet.EventRequest, javax.portlet.EventResponse)"><B>processEvent(EventRequest, EventResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/EventPortlet.html" title="interface in javax.portlet">EventPortlet</A>
<DD>Called by the portlet container requesting the portlet
 to process a specific event.
<DT><A HREF="./javax/portlet/GenericPortlet.html#processEvent(javax.portlet.EventRequest, javax.portlet.EventResponse)"><B>processEvent(EventRequest, EventResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>The default implementation tries to dispatch to a method
 annotated with <code>@ProcessEvent</name> that matches the 
 event name or, if no
 such method is found just sets the current render parameters on
 the response.<br>
 Note that the annotated methods needs to be public in order
 to be allowed to be called by <code>GenericPortlet</code>.
<DT><A HREF="./javax/portlet/ProcessEvent.html" title="annotation in javax.portlet"><B>ProcessEvent</B></A> - Annotation Type in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>Annotation for marking a method for handling
 a specific event.<DT><A HREF="./javax/portlet/MimeResponse.html#PUBLIC_SCOPE"><B>PUBLIC_SCOPE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Public cache scope, indicating that the cache entry can be shared across
 users.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./javax/portlet/ReadOnlyException.html" title="class in javax.portlet"><B>ReadOnlyException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ReadOnlyException</CODE> is thrown when a portlet tries
 to change the value for a read-only preference attribute.<DT><A HREF="./javax/portlet/ReadOnlyException.html#ReadOnlyException(java.lang.String)"><B>ReadOnlyException(String)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ReadOnlyException.html" title="class in javax.portlet">ReadOnlyException</A>
<DD>Constructs a new read-only exception with the given text.
<DT><A HREF="./javax/portlet/ReadOnlyException.html#ReadOnlyException(java.lang.String, java.lang.Throwable)"><B>ReadOnlyException(String, Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ReadOnlyException.html" title="class in javax.portlet">ReadOnlyException</A>
<DD>Constructs a new read-only exception when the portlet needs to do
 the following:
 
 <il>throw an exception 
 include a message about the "root cause" that interfered
     with its normal operation
 include a description message
 
<DT><A HREF="./javax/portlet/ReadOnlyException.html#ReadOnlyException(java.lang.Throwable)"><B>ReadOnlyException(Throwable)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ReadOnlyException.html" title="class in javax.portlet">ReadOnlyException</A>
<DD>Constructs a new read-only exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>removeAttribute(name)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Removes the attribute with the given name from the portlet context.
<DT><A HREF="./javax/portlet/PortletRequest.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Removes an attribute from this request.
<DT><A HREF="./javax/portlet/PortletSession.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Removes the object bound with the specified name under
 the <code>PORTLET_SCOPE</code> from
 this session.
<DT><A HREF="./javax/portlet/PortletSession.html#removeAttribute(java.lang.String, int)"><B>removeAttribute(String, int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Removes the object bound with the specified name and the given scope from
 this session.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#removePublicRenderParameter(java.lang.String)"><B>removePublicRenderParameter(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>removePublicRenderParameter()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#removePublicRenderParameter(java.lang.String)"><B>removePublicRenderParameter(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>removePublicRenderParameter()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletURL.html#removePublicRenderParameter(java.lang.String)"><B>removePublicRenderParameter(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A>
<DD>Removes the specified public render parameter.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#removePublicRenderParameter(java.lang.String)"><B>removePublicRenderParameter(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Removes the specified public render parameter.
<DT><A HREF="./javax/portlet/GenericPortlet.html#render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>render(RenderRequest, RenderResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>The default implementation of this method sets the headers using the
 <code>doHeaders</code> method, sets the title using the
 <code>getTitle</code> method and invokes the <code>doDispatch</code>
 method.
<DT><A HREF="./javax/portlet/Portlet.html#render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)"><B>render(RenderRequest, RenderResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</A>
<DD>Called by the portlet container to allow the portlet to generate
 the content of the response based on its current state.
<DT><A HREF="./javax/portlet/PortletRequest.html#RENDER_HEADERS"><B>RENDER_HEADERS</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>The RENDER_HEADERS is a possible value of the RENDER_PART
 request attribute and denotes that the portlet should set
 the intended headers and the portlet title of this render
 request.
<DT><A HREF="./javax/portlet/PortletRequest.html#RENDER_MARKUP"><B>RENDER_MARKUP</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>The RENDER_MARKUP is a possible value of the RENDER_PART
 request attribute and denotes that the portlet should
 produce its markup for this render request.
<DT><A HREF="./javax/portlet/PortletRequest.html#RENDER_PART"><B>RENDER_PART</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>The RENDER_PART portlet request attribute is set by portals
 that are streaming based and therefore need to split the
 render phase into two parts: first the RENDER_HEADERS part
 where the portlet should only set the header related data
 and the portlet title, and second the RENDER_MARKUP part
 in which the portlet should produce its markup.
<DT><A HREF="./javax/portlet/PortletRequest.html#RENDER_PHASE"><B>RENDER_PHASE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for the portlet render lifecycle phase.
<DT><A HREF="./javax/portlet/filter/RenderFilter.html" title="interface in javax.portlet.filter"><B>RenderFilter</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>RenderFilter</code> is an object that performs filtering 
 tasks on either the render request to a portlet, or on the render response from 
 a portlet, or both.<DT><A HREF="./javax/portlet/RenderMode.html" title="annotation in javax.portlet"><B>RenderMode</B></A> - Annotation Type in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>Annotation for marking a method for handling
 a specific portlet mode in the render phase.<DT><A HREF="./javax/portlet/RenderRequest.html" title="interface in javax.portlet"><B>RenderRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>RenderRequest</CODE> represents the request sent to the portlet
 to handle a render.<DT><A HREF="./javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter"><B>RenderRequestWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>RenderRequestWrapper</code> provides a convenient 
 implementation of the <code>RenderRequest</code> interface 
 that can be subclassed by developers wishing to adapt the request.<DT><A HREF="./javax/portlet/filter/RenderRequestWrapper.html#RenderRequestWrapper(javax.portlet.RenderRequest)"><B>RenderRequestWrapper(RenderRequest)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</A>
<DD>Creates an <code>RenderRequest</code> adaptor 
 wrapping the given request object.
<DT><A HREF="./javax/portlet/RenderResponse.html" title="interface in javax.portlet"><B>RenderResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>RenderResponse</CODE> defines an object to assist a portlet in
 sending a response to the portal.<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter"><B>RenderResponseWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>RenderResponseWrapper</code> provides a convenient 
 implementation of the <code>RenderResponse</code> interface 
 that can be subclassed by developers wishing to adapt the response.<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#RenderResponseWrapper(javax.portlet.RenderResponse)"><B>RenderResponseWrapper(RenderResponse)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>Creates an <code>RenderResponse</code> adaptor 
 wrapping the given response object.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#reset()"><B>reset()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>reset()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#reset()"><B>reset()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>reset()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#reset()"><B>reset()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Clears any data that exists in the buffer as well as the properties set.
<DT><A HREF="./javax/portlet/PortletPreferences.html#reset(java.lang.String)"><B>reset(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Resets or removes the value associated with the specified key.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#resetBuffer()"><B>resetBuffer()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>resetBuffer()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#resetBuffer()"><B>resetBuffer()</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>resetBuffer()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#resetBuffer()"><B>resetBuffer()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Clears the content of the underlying buffer in the response without
 clearing properties set.
<DT><A HREF="./javax/portlet/PortletRequest.html#RESOURCE_PHASE"><B>RESOURCE_PHASE</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>String identifier for the portlet resource serving lifecycle phase.
<DT><A HREF="./javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter"><B>ResourceFilter</B></A> - Interface in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ResourceFilter</code> is an object that performs filtering 
 tasks on either the resource request to a portlet, or on the resource response from 
 a portlet, or both.<DT><A HREF="./javax/portlet/ResourceRequest.html" title="interface in javax.portlet"><B>ResourceRequest</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>ResourceRequest</code> interface represents the request
 send to the portlet for rendering resources.<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter"><B>ResourceRequestWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ResourceRequestWrapper</code> provides a convenient 
 implementation of the <code>ResourceRequest</code> interface 
 that can be subclassed by developers wishing to adapt the request.<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#ResourceRequestWrapper(javax.portlet.ResourceRequest)"><B>ResourceRequestWrapper(ResourceRequest)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>Creates an <code>ResourceRequest</code> adaptor 
 wrapping the given request object.
<DT><A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet"><B>ResourceResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ResourceResponse</CODE> defines an object to assist a portlet 
 for rendering a resource.<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter"><B>ResourceResponseWrapper</B></A> - Class in <A HREF="./javax/portlet/filter/package-summary.html">javax.portlet.filter</A><DD>The <code>ResourceResponseWrapper</code> provides a convenient 
 implementation of the <code>ResourceResponse</code> interface 
 that can be subclassed by developers wishing to adapt the response.<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#ResourceResponseWrapper(javax.portlet.ResourceResponse)"><B>ResourceResponseWrapper(ResourceResponse)</B></A> - 
Constructor for class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>Creates an <code>ResourceResponse</code> adaptor 
 wrapping the given response object.
<DT><A HREF="./javax/portlet/ResourceServingPortlet.html" title="interface in javax.portlet"><B>ResourceServingPortlet</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <code>ResourceServingPortlet</code> interface allows
 serving resources through the portlet.<DT><A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet"><B>ResourceURL</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ResourceURL</CODE> defines a resource URL that when clicked will
 result in a <code>serveResource</code> call of the
 <code>ResourceServingPortlet</code> interface.</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./javax/portlet/ActionResponse.html#sendRedirect(java.lang.String)"><B>sendRedirect(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ActionResponse.html" title="interface in javax.portlet">ActionResponse</A>
<DD>Instructs the portlet container to send a redirect response 
 to the client using the specified redirect location URL.
<DT><A HREF="./javax/portlet/ActionResponse.html#sendRedirect(java.lang.String, java.lang.String)"><B>sendRedirect(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ActionResponse.html" title="interface in javax.portlet">ActionResponse</A>
<DD>Instructs the portlet container to send a redirect response 
 to the client using the specified redirect location URL and
 encode a render URL as parameter on the redirect URL.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#sendRedirect(java.lang.String)"><B>sendRedirect(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>sendRedirect(location)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#sendRedirect(java.lang.String, java.lang.String)"><B>sendRedirect(String, String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>sendRedirect(location, renderUrlParamName)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/GenericPortlet.html#serveResource(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse)"><B>serveResource(ResourceRequest, ResourceResponse)</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A>
<DD>Default resource serving.
<DT><A HREF="./javax/portlet/ResourceServingPortlet.html#serveResource(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse)"><B>serveResource(ResourceRequest, ResourceResponse)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceServingPortlet.html" title="interface in javax.portlet">ResourceServingPortlet</A>
<DD>Called by the portlet container to allow the portlet to generate
 the resource content based on its current state.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setAttribute(name, o)</code> on the wrapped request object.
<DT><A HREF="./javax/portlet/PortletContext.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A>
<DD>Binds an object to a given attribute name in this portlet context.
<DT><A HREF="./javax/portlet/PortletRequest.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Stores an attribute in this request.
<DT><A HREF="./javax/portlet/PortletSession.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Binds an object to this session under the <code>PORTLET_SCOPE</code>, using the name specified.
<DT><A HREF="./javax/portlet/PortletSession.html#setAttribute(java.lang.String, java.lang.Object, int)"><B>setAttribute(String, Object, int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Binds an object to this session in the given scope, using the name specified.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setBufferSize(size)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setBufferSize(size)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Sets the preferred buffer size for the body of the response.
<DT><A HREF="./javax/portlet/ResourceURL.html#setCacheability(java.lang.String)"><B>setCacheability(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>Sets the cache level of this resource URL.
<DT><A HREF="./javax/portlet/ClientDataRequest.html#setCharacterEncoding(java.lang.String)"><B>setCharacterEncoding(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A>
<DD>Overrides the name of the character encoding used in the body of this
 request.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#setCharacterEncoding(java.lang.String)"><B>setCharacterEncoding(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setCharacterEncoding(String enc)</code> 
 on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#setCharacterEncoding(java.lang.String)"><B>setCharacterEncoding(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setCharacterEncoding(String enc)</code> 
 on the wrapped request object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setCharacterEncoding(java.lang.String)"><B>setCharacterEncoding(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setCharacterEncoding(String charset)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/ResourceResponse.html#setCharacterEncoding(java.lang.String)"><B>setCharacterEncoding(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>Sets the character encoding (MIME charset) of the response being 
 sent to the client, for example, to UTF-8.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setContentLength(int)"><B>setContentLength(int)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setContentLength()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/ResourceResponse.html#setContentLength(int)"><B>setContentLength(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>Sets the length of the content body in the response.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#setContentType(java.lang.String)"><B>setContentType(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setContentType(type)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setContentType(java.lang.String)"><B>setContentType(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setContentType(type)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/MimeResponse.html#setContentType(java.lang.String)"><B>setContentType(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Sets the MIME type for the response.
<DT><A HREF="./javax/portlet/RenderResponse.html#setContentType(java.lang.String)"><B>setContentType(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</A>
<DD>Sets the MIME type for the render response.
<DT><A HREF="./javax/portlet/CacheControl.html#setETag(java.lang.String)"><B>setETag(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Sets an ETag for the current response that is
 used as validation tag.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setEvent(javax.xml.namespace.QName, java.io.Serializable)"><B>setEvent(QName, Serializable)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setEvent(name, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setEvent(java.lang.String, java.io.Serializable)"><B>setEvent(String, Serializable)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setEvent()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setEvent(javax.xml.namespace.QName, java.io.Serializable)"><B>setEvent(QName, Serializable)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setEvent(name, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setEvent(java.lang.String, java.io.Serializable)"><B>setEvent(String, Serializable)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setEvent()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setEvent(javax.xml.namespace.QName, java.io.Serializable)"><B>setEvent(QName, Serializable)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Publishes an Event with the given payload.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setEvent(java.lang.String, java.io.Serializable)"><B>setEvent(String, Serializable)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Publishes an Event with the given payload in the default namespace.
<DT><A HREF="./javax/portlet/CacheControl.html#setExpirationTime(int)"><B>setExpirationTime(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Sets a new expiration time for the current response
 in seconds.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setLocale(java.util.Locale)"><B>setLocale(Locale)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setLocale(Locale loc)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/ResourceResponse.html#setLocale(java.util.Locale)"><B>setLocale(Locale)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</A>
<DD>Sets the locale of the response, setting the headers 
 (including the Content-Type's charset) as appropriate.
<DT><A HREF="./javax/portlet/PortletSession.html#setMaxInactiveInterval(int)"><B>setMaxInactiveInterval(int)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A>
<DD>Specifies the time, in seconds, between client requests, before the 
 portlet container invalidates this session.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#setNextPossiblePortletModes(java.util.Collection)"><B>setNextPossiblePortletModes(Collection&lt;PortletMode&gt;)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setNextPossiblePortletModes()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/RenderResponse.html#setNextPossiblePortletModes(java.util.Collection)"><B>setNextPossiblePortletModes(Collection&lt;PortletMode&gt;)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</A>
<DD>This method allows the portlet to tell the portal the next possible
 portlet modes that the make sense from the portlet point of view.
<DT><A HREF="./javax/portlet/BaseURL.html#setParameter(java.lang.String, java.lang.String)"><B>setParameter(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Sets the given String parameter to this URL.
<DT><A HREF="./javax/portlet/BaseURL.html#setParameter(java.lang.String, java.lang.String[])"><B>setParameter(String, String[])</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Sets the given String array parameter to this URL.
<DT><A HREF="./javax/portlet/BaseURL.html#setParameters(java.util.Map)"><B>setParameters(Map&lt;String, String[]&gt;)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Sets a parameter map for this URL.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setPortletMode(javax.portlet.PortletMode)"><B>setPortletMode(PortletMode)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setPortletMode(portletMode)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setPortletMode(javax.portlet.PortletMode)"><B>setPortletMode(PortletMode)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setPortletMode(portletMode)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletURL.html#setPortletMode(javax.portlet.PortletMode)"><B>setPortletMode(PortletMode)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A>
<DD>Indicates the portlet mode the portlet must be in, if this
 portlet URL triggers a request.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setPortletMode(javax.portlet.PortletMode)"><B>setPortletMode(PortletMode)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Sets the portlet mode of a portlet to the given portlet mode.
<DT><A HREF="./javax/portlet/BaseURL.html#setProperty(java.lang.String, java.lang.String)"><B>setProperty(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Sets a String property on the URL.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#setProperty(java.lang.String, java.lang.String)"><B>setProperty(String, String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setProperty(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletResponse.html#setProperty(java.lang.String, java.lang.String)"><B>setProperty(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</A>
<DD>Sets a String property to be returned to the portal.
<DT><A HREF="./javax/portlet/CacheControl.html#setPublicScope(boolean)"><B>setPublicScope(boolean)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Sets the caching scope for the current response
 to public with <code>true</code> as 
 <code>publicScope</code> and to private with
 <code>false</code> as <code>publicScope</code>.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setRenderParameter(java.lang.String, java.lang.String)"><B>setRenderParameter(String, String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameter(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setRenderParameter(java.lang.String, java.lang.String[])"><B>setRenderParameter(String, String[])</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameter(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setRenderParameter(java.lang.String, java.lang.String)"><B>setRenderParameter(String, String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameter(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setRenderParameter(java.lang.String, java.lang.String[])"><B>setRenderParameter(String, String[])</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameter(key, value)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setRenderParameter(java.lang.String, java.lang.String)"><B>setRenderParameter(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Sets a String parameter for the render request.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setRenderParameter(java.lang.String, java.lang.String[])"><B>setRenderParameter(String, String[])</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Sets a String array parameter for the render request.
<DT><A HREF="./javax/portlet/EventResponse.html#setRenderParameters(javax.portlet.EventRequest)"><B>setRenderParameters(EventRequest)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/EventResponse.html" title="interface in javax.portlet">EventResponse</A>
<DD>Maintain the current render parameters of the request for
 the response.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setRenderParameters(java.util.Map)"><B>setRenderParameters(Map&lt;String, String[]&gt;)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameters(parameters)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setRenderParameters(java.util.Map)"><B>setRenderParameters(Map&lt;String, String[]&gt;)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameters(parameters)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setRenderParameters(javax.portlet.EventRequest)"><B>setRenderParameters(EventRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setRenderParameters()</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setRenderParameters(java.util.Map)"><B>setRenderParameters(Map&lt;String, String[]&gt;)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Sets a parameter map for the render request.
<DT><A HREF="./javax/portlet/filter/ActionRequestWrapper.html#setRequest(javax.portlet.ActionRequest)"><B>setRequest(ActionRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A>
<DD>Sets the request object being wrapped.
<DT><A HREF="./javax/portlet/filter/EventRequestWrapper.html#setRequest(javax.portlet.EventRequest)"><B>setRequest(EventRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A>
<DD>Sets the request object being wrapped.
<DT><A HREF="./javax/portlet/filter/PortletRequestWrapper.html#setRequest(javax.portlet.PortletRequest)"><B>setRequest(PortletRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A>
<DD>Sets the request object being wrapped.
<DT><A HREF="./javax/portlet/filter/RenderRequestWrapper.html#setRequest(javax.portlet.RenderRequest)"><B>setRequest(RenderRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</A>
<DD>Sets the request object being wrapped.
<DT><A HREF="./javax/portlet/filter/ResourceRequestWrapper.html#setRequest(javax.portlet.ResourceRequest)"><B>setRequest(ResourceRequest)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A>
<DD>Sets the request object being wrapped.
<DT><A HREF="./javax/portlet/ResourceURL.html#setResourceID(java.lang.String)"><B>setResourceID(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>Allows setting a resource ID that can be retrieved when serving the
 resource through the <A HREF="./javax/portlet/ResourceRequest.html#getResourceID()"><CODE>ResourceRequest.getResourceID()</CODE></A> method.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setResponse(javax.portlet.ActionResponse)"><B>setResponse(ActionResponse)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>Sets the response object being wrapped.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setResponse(javax.portlet.EventResponse)"><B>setResponse(EventResponse)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>Sets the response object being wrapped.
<DT><A HREF="./javax/portlet/filter/PortletResponseWrapper.html#setResponse(javax.portlet.PortletResponse)"><B>setResponse(PortletResponse)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A>
<DD>Sets the response object being wrapped.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#setResponse(javax.portlet.RenderResponse)"><B>setResponse(RenderResponse)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>Sets the response object being wrapped.
<DT><A HREF="./javax/portlet/filter/ResourceResponseWrapper.html#setResponse(javax.portlet.ResourceResponse)"><B>setResponse(ResourceResponse)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A>
<DD>Sets the response object being wrapped.
<DT><A HREF="./javax/portlet/BaseURL.html#setSecure(boolean)"><B>setSecure(boolean)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Indicated the security setting for this URL.
<DT><A HREF="./javax/portlet/filter/RenderResponseWrapper.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setTitle(title)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/RenderResponse.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</A>
<DD>This method sets the title of the portlet.
<DT><A HREF="./javax/portlet/CacheControl.html#setUseCachedContent(boolean)"><B>setUseCachedContent(boolean)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Sets the indication whether the cached content
 for the provided ETag at the request is still valid or not.
<DT><A HREF="./javax/portlet/PortletPreferences.html#setValue(java.lang.String, java.lang.String)"><B>setValue(String, String)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Associates the specified String value with the specified key in this
 preference.
<DT><A HREF="./javax/portlet/PortletPreferences.html#setValues(java.lang.String, java.lang.String[])"><B>setValues(String, String[])</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Associates the specified String array value with the specified key in this
 preference.
<DT><A HREF="./javax/portlet/filter/ActionResponseWrapper.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setWindowState(windowState)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/filter/EventResponseWrapper.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - 
Method in class javax.portlet.filter.<A HREF="./javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A>
<DD>The default behavior of this method is to call 
 <code>setWindowState(windowState)</code> on the wrapped response object.
<DT><A HREF="./javax/portlet/PortletURL.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A>
<DD>Indicates the window state the portlet should be in, if this 
 portlet URL triggers a request.
<DT><A HREF="./javax/portlet/StateAwareResponse.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A>
<DD>Sets the window state of a portlet to the given window state.
<DT><A HREF="./javax/portlet/ResourceURL.html#SHARED"><B>SHARED</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A>
<DD>Property that the portlet can set for resources with caching
 type <code>FULL</code> via the <code>setProperty</code> method
 on the <code>ResourceURL</code>.
<DT><A HREF="./javax/portlet/StateAwareResponse.html" title="interface in javax.portlet"><B>StateAwareResponse</B></A> - Interface in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>StateAwareResponse</CODE> represents a response that can modify
 state information or send events.<BR>
 It extends the PortletResponse interface.<DT><A HREF="./javax/portlet/PortletPreferences.html#store()"><B>store()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A>
<DD>Commits all changes made to the preferences via the 
 <code>set</code> methods in the persistent store.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./javax/portlet/BaseURL.html#toString()"><B>toString()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Returns the portlet URL string representation to be embedded in the
 markup.<br>
 Note that the returned String may not be a valid URL, as it may
 be rewritten by the portal/portlet-container before returning the 
 markup to the client.
<DT><A HREF="./javax/portlet/PortletMode.html#toString()"><B>toString()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>Returns a String representation of this portlet mode.
<DT><A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html#toString()"><B>toString()</B></A> - 
Method in enum javax.portlet.<A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet">PortletRequest.P3PUserInfos</A>
<DD>&nbsp;
<DT><A HREF="./javax/portlet/WindowState.html#toString()"><B>toString()</B></A> - 
Method in class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>Returns a String representation of this window state.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./javax/portlet/UnavailableException.html" title="class in javax.portlet"><B>UnavailableException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The portlet should throw the <CODE>UnavailableException</CODE> when 
 the portlet is either temporarily or permanently unavailable to handle requests.<DT><A HREF="./javax/portlet/UnavailableException.html#UnavailableException(java.lang.String)"><B>UnavailableException(String)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/UnavailableException.html" title="class in javax.portlet">UnavailableException</A>
<DD>Constructs a new exception with a descriptive
 message indicating that the portlet is permanently
 unavailable.
<DT><A HREF="./javax/portlet/UnavailableException.html#UnavailableException(java.lang.String, int)"><B>UnavailableException(String, int)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/UnavailableException.html" title="class in javax.portlet">UnavailableException</A>
<DD>Constructs a new exception with a descriptive message
 indicating that the portlet is temporarily unavailable
 and giving an estimate of how long it will be unavailable.
<DT><A HREF="./javax/portlet/MimeResponse.html#USE_CACHED_CONTENT"><B>USE_CACHED_CONTENT</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A>
<DD>Property to tell the portlet container to use the cached markup
 for the validation token provided in the request.
<DT><A HREF="./javax/portlet/CacheControl.html#useCachedContent()"><B>useCachedContent()</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A>
<DD>Returns a boolean indicating whether the
 cached content for the provided ETag at the request
 can still be considerated valid.
<DT><A HREF="./javax/portlet/PortletRequest.html#USER_INFO"><B>USER_INFO</B></A> - 
Static variable in interface javax.portlet.<A HREF="./javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A>
<DD>Used to retrieve user information attributes with the 
 <code>getAttribute</code> call.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./javax/portlet/PreferencesValidator.html#validate(javax.portlet.PortletPreferences)"><B>validate(PortletPreferences)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/PreferencesValidator.html" title="interface in javax.portlet">PreferencesValidator</A>
<DD>If the preferences values are successfully validated the call to this method
 must finish gracefully.
<DT><A HREF="./javax/portlet/ValidatorException.html" title="class in javax.portlet"><B>ValidatorException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>ValidatorException</CODE> is thrown by the
 <CODE>validate</CODE> method of a PreferencesValidator when 
 the validation of a preference failed.<DT><A HREF="./javax/portlet/ValidatorException.html#ValidatorException(java.lang.String, java.util.Collection)"><B>ValidatorException(String, Collection&lt;String&gt;)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ValidatorException.html" title="class in javax.portlet">ValidatorException</A>
<DD>Constructs a new validator exception with the given text.
<DT><A HREF="./javax/portlet/ValidatorException.html#ValidatorException(java.lang.String, java.lang.Throwable, java.util.Collection)"><B>ValidatorException(String, Throwable, Collection&lt;String&gt;)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ValidatorException.html" title="class in javax.portlet">ValidatorException</A>
<DD>Constructs a new portlet validator exception.
<DT><A HREF="./javax/portlet/ValidatorException.html#ValidatorException(java.lang.Throwable, java.util.Collection)"><B>ValidatorException(Throwable, Collection&lt;String&gt;)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/ValidatorException.html" title="class in javax.portlet">ValidatorException</A>
<DD>Constructs a new portlet validator exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in enum javax.portlet.<A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet">PortletRequest.P3PUserInfos</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html#values()"><B>values()</B></A> - 
Static method in enum javax.portlet.<A HREF="./javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet">PortletRequest.P3PUserInfos</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./javax/portlet/PortletMode.html#VIEW"><B>VIEW</B></A> - 
Static variable in class javax.portlet.<A HREF="./javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</A>
<DD>The expected functionality for a portlet in <code>VIEW</code> portlet mode 
 is to generate markup reflecting the current state of the portlet.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet"><B>WindowState</B></A> - Class in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>WindowState</CODE> class represents
 the possible window states that a portlet window can assume.<DT><A HREF="./javax/portlet/WindowState.html#WindowState(java.lang.String)"><B>WindowState(String)</B></A> - 
Constructor for class javax.portlet.<A HREF="./javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</A>
<DD>Creates a new window state with the given name.
<DT><A HREF="./javax/portlet/WindowStateException.html" title="class in javax.portlet"><B>WindowStateException</B></A> - Exception in <A HREF="./javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>WindowStateException</CODE> is thrown when a portlet
 tries to use a window state that is not supported by the current
 runtime environment or the portlet.<DT><A HREF="./javax/portlet/WindowStateException.html#WindowStateException(java.lang.String, javax.portlet.WindowState)"><B>WindowStateException(String, WindowState)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/WindowStateException.html" title="class in javax.portlet">WindowStateException</A>
<DD>Constructs a new portlet state exception with the given text.
<DT><A HREF="./javax/portlet/WindowStateException.html#WindowStateException(java.lang.String, java.lang.Throwable, javax.portlet.WindowState)"><B>WindowStateException(String, Throwable, WindowState)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/WindowStateException.html" title="class in javax.portlet">WindowStateException</A>
<DD>Constructs a new portlet state exception when the portlet needs to do
 the following:
 
 <il>throw an exception 
 include a message about the "root cause" that interfered
     with its normal operation
 include a description message
 
<DT><A HREF="./javax/portlet/WindowStateException.html#WindowStateException(java.lang.Throwable, javax.portlet.WindowState)"><B>WindowStateException(Throwable, WindowState)</B></A> - 
Constructor for exception javax.portlet.<A HREF="./javax/portlet/WindowStateException.html" title="class in javax.portlet">WindowStateException</A>
<DD>Constructs a new portlet state exception when the portlet needs to throw an
 exception.
<DT><A HREF="./javax/portlet/BaseURL.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Writes the portlet URL to the output stream using the provided writer.
<DT><A HREF="./javax/portlet/BaseURL.html#write(java.io.Writer, boolean)"><B>write(Writer, boolean)</B></A> - 
Method in interface javax.portlet.<A HREF="./javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A>
<DD>Writes the portlet URL to the output stream using the provided writer.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#169; 2010. All Rights Reserved.
</BODY>
</HTML>