Constructor and Description |
---|
LayoutFileResource() |
Modifier and Type | Method and Description |
---|---|
String |
getLayoutFile(HttpServletResponse response,
String hint,
Integer maxResult,
String appliedThemes,
String inheritedTheme,
String channelId,
String pageOrChannelType)
Returns the list of Layout Files related to a specific theme.
|
@GET @Path(value="/getlayoutfiles") public String getLayoutFile(@Context HttpServletResponse response, @QueryParam(value="term") String hint, @QueryParam(value="maxResults") Integer maxResult, @QueryParam(value="appliedThemes") String appliedThemes, @QueryParam(value="inheritedThemes") String inheritedTheme, @QueryParam(value="channelId") @NotNull String channelId, @QueryParam(value="pageOrChannelType") @NotNull String pageOrChannelType) throws PortalException, SQLException
PortalException
- if any error occurs during the process.SQLException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.