Class RelatedPagesApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.relatedpages.RelatedPagesApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpageInteger[]
void
void
setPagesInGroup
(Integer pagesInGroup) void
setRGroupsRecursive
(Boolean rGroupsRecursive) void
setRootGroups
(List<GroupDetails> rootGroups) void
setTitleName
(String titleName) void
setTitleType
(String titleType) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
RelatedPagesApp
public RelatedPagesApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstract
Returns list of options for app editor in webpage- Specified by:
getAppOptions
in interfaceWebjetComponentInterface
- Overrides:
getAppOptions
in classWebjetComponentAbstract
-
getRootGroups
-
getRGroupsRecursive
-
getTitleType
-
getTitleName
-
getPagesInGroup
-
getGroups
-
setRootGroups
-
setRGroupsRecursive
-
setTitleType
-
setTitleName
-
setPagesInGroup
-
setGroups
-