Retrieves list of all Themes in the specified webapp.
/bea/wlp/api
GET
/bea/wlp/api/theme/list
|
Parameter
|
Type
|
Description
|
Allowed Values
|
Default Value
|
|---|---|---|---|---|
|
webapp (required)
|
String
|
The webapp to list Themes under.
| ||
|
format
|
String
|
The format of the results.
|
xml
json |
xml
|
|
max
|
Integer
|
The maximum number of Themes to return.
|
50
|
|
|
start
|
Integer
|
The starting index for returned Themes.
|
0
|
|
|
locale
|
String
|
The locale to use for the titles and descriptions of the returned Themes. Must be of the format: lang-country-variant ie. [nn], [nn-nn], or [nn-nn-nnnn].
|
Preferred locale from request.
|
/bea/wlp/api/theme/list?webapp=myWebApp&max=2&locale=en-us
<rsp>
<themes>
<theme_details>
<title>Alert Theme</title>
<description>A simple alert theme.</description>
<markupName>alert</markupName>
<created_date>2007-12-06 14:33:48.0</created_date>
<modified_date>2007-12-06 14:33:48.0</modified_date>
</theme_details>
<theme_details>
<title>Borderless</title>
<description>A window theme which has no titlebar or border.</description>
<markupName>borderless</markupName>
<created_date>2007-12-06 14:33:48.0</created_date>
<modified_date>2007-12-06 14:33:48.0</modified_date>
</theme_details>
</themes>
</rsp>