Package org.javlo.module.context
Class GlobalContextBeanWithComponents
- java.lang.Object
-
- org.javlo.module.admin.GlobalContextBean
-
- org.javlo.module.context.GlobalContextBeanWithComponents
-
public class GlobalContextBeanWithComponents extends GlobalContextBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalContextBeanWithComponents.ComponentRefBean
static class
GlobalContextBeanWithComponents.TemplateRefBean
-
Nested classes/interfaces inherited from class org.javlo.module.admin.GlobalContextBean
GlobalContextBean.SortOnKey
-
-
Constructor Summary
Constructors Constructor Description GlobalContextBeanWithComponents(ContentContext ctx, javax.servlet.http.HttpSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<GlobalContextBeanWithComponents.ComponentRefBean>
getComponents()
int
getPages()
Collection<GlobalContextBeanWithComponents.TemplateRefBean>
getTemplates()
-
Methods inherited from class org.javlo.module.admin.GlobalContextBean
addAlias, getAdministrator, getAdminUserFactoryClassName, getAdminUserRoles, getAlias, getAliasOf, getBlockPassword, getContentLanguages, getCookiesPolicyUrl, getCookiesTypes, getCountUser, getCreationDate, getDefaultLanguage, getDefaultLanguages, getDefaultTemplate, getDkimDomain, getDkimSelector, getDMZServerInter, getDMZServerIntra, getEditTemplateMode, getFolder, getFooterBloc, getForcedHost, getFullDateFormat, getGlobalTitle, getGoogleAnalyticsUACCT, getGoogleApiKey, getHeaderBloc, getHelpURL, getHomepage, getKey, getLanguages, getLatestLoginDate, getMailingReport, getMailingSenders, getMailingSubject, getMainHelpURL, getMediumDateFormat, getMetaBloc, getNoPopupDomain, getOwnerAddress, getOwnerCity, getOwnerContact, getOwnerEmail, getOwnerFacebook, getOwnerInstagram, getOwnerLinkedin, getOwnerName, getOwnerNumber, getOwnerNumberNoCountry, getOwnerPhone, getOwnerPostcode, getOwnerTwitter, getPlatformType, getPophost, getPoppassword, getPopport, getPopuser, getPrivateHelpURL, getProxyPathPrefix, getQuietArea, getQuietAreaMap, getScreenshotUrl, getSecurityCsp, getShortDateFormat, getSize, getSmtphost, getSmtppassword, getSmtpport, getSmtpuser, getSpecialConfig, getTags, getTemplateData, getUnsubscribeLink, getURIAlias, getUrlFactory, getUserFactoryClassName, getUserRoles, getUsersAccess, isAliasActive, isAutoSwitchToDefaultLanguage, isBackupThread, isCollaborativeMode, isComponentsFiltered, isCookies, isCookiesType, isEdit, isEditability, isExtendMenu, isForcedHttps, isMaster, isOnlyCreatorModify, isOpenExternalLinkAsPopup, isOpenFileAsPopup, isPopssl, isPortail, isPreviewMode, isReversedlink, isScreenshot, isView, isVisibility, isWizz, main, setAdministrator, setAdminUserFactoryClassName, setAdminUserRoles, setAliasActive, setAliasOf, setAutoSwitchToDefaultLanguage, setBackupThread, setBlockPassword, setCollaborativeMode, setComponentsFiltered, setContentLanguages, setCookies, setCookiesPolicyUrl, setCountUser, setCreationDate, setDefaultLanguage, setDefaultLanguages, setDefaultTemplate, setDkimDomain, setDkimSelector, setDMZServerInter, setDMZServerIntra, setEdit, setEditability, setEditTemplateMode, setExtendMenu, setFolder, setFooterBloc, setForcedHost, setForcedHttps, setFullDateFormat, setGlobalTitle, setGoogleAnalyticsUACCT, setGoogleApiKey, setHeaderBloc, setHelpURL, setHomepage, setKey, setLanguages, setLatestLoginDate, setMailingReport, setMailingSenders, setMailingSubject, setMainHelpURL, setMaster, setMediumDateFormat, setMetaBloc, setNoPopupDomain, setOnlyCreatorModify, setOpenExternalLinkAsPopup, setOpenFileAsPopup, setOwnerAddress, setOwnerCity, setOwnerContact, setOwnerEmail, setOwnerFacebook, setOwnerInstagram, setOwnerLinkedin, setOwnerName, setOwnerNumber, setOwnerPhone, setOwnerPostcode, setOwnerTwitter, setPlatformType, setPophost, setPoppassword, setPopport, setPopssl, setPopuser, setPortail, setPreviewMode, setPrivateHelpURL, setProxyPathPrefix, setQuietArea, setReversedlink, setScreenshot, setScreenshotUrl, setSecurityCsp, setShortDateFormat, setSize, setSmtphost, setSmtppassword, setSmtpport, setSmtpuser, setSpecialConfig, setTags, setTemplateData, setUnsubscribeLink, setURIAlias, setUrlFactory, setUserFactoryClassName, setUserRoles, setUsersAccess, setView, setVisibility, setWizz
-
-
-
-
Constructor Detail
-
GlobalContextBeanWithComponents
public GlobalContextBeanWithComponents(ContentContext ctx, javax.servlet.http.HttpSession session) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getComponents
public Collection<GlobalContextBeanWithComponents.ComponentRefBean> getComponents()
-
getPages
public int getPages()
-
getTemplates
public Collection<GlobalContextBeanWithComponents.TemplateRefBean> getTemplates()
-
-