Uses of Class
lumis.portal.controller.ControllerException
-
-
Uses of ControllerException in lumis.content.hyperlink
Methods in lumis.content.hyperlink that throw ControllerException Modifier and Type Method Description void
ContentHyperLinkControllerHtml. hyperLink()
Constructors in lumis.content.hyperlink that throw ControllerException Constructor Description ContentHyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.content.lock
Constructors in lumis.content.lock that throw ControllerException Constructor Description LockController(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.content.metadata
Constructors in lumis.content.metadata that throw ControllerException Constructor Description MetaDataInfoController(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.content.workflow
Methods in lumis.content.workflow that throw ControllerException Modifier and Type Method Description protected void
WorkflowControllerXml. register(Node methodNode, ITransaction transaction)
Deprecated.protected void
WorkflowControllerXml. unregister(Node methodNode, ITransaction transaction)
Deprecated.Constructors in lumis.content.workflow that throw ControllerException Constructor Description WorkflowControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
Deprecated. -
Uses of ControllerException in lumis.doui.contenttree
Methods in lumis.doui.contenttree that throw ControllerException Modifier and Type Method Description protected void
DouiContentTreeControllerXml. getBasicData(Node methodNode, ITransaction portalTransaction)
protected void
DouiContentTreeControllerXml. getChildrenData(Node methodNode, ITransaction portalTransaction)
Constructors in lumis.doui.contenttree that throw ControllerException Constructor Description DouiContentTreeControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.doui.control.htmleditor
Constructors in lumis.doui.control.htmleditor that throw ControllerException Constructor Description FCKSelectContentControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.doui.control.multifileupload
Constructors in lumis.doui.control.multifileupload that throw ControllerException Constructor Description MultiFileUploadCheckControllerHtml(HttpServletRequest request, HttpServletResponse response)
MultiFileUploadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.doui.controller.xml
Methods in lumis.doui.controller.xml that throw ControllerException Modifier and Type Method Description protected void
DouiControlControllerXml. register(Node methodNode, ITransaction portalTransaction)
protected void
DouiControllerXml. register(Node methodNode, ITransaction portalTransaction)
protected void
DouiSourceControllerXml. register(Node methodNode, ITransaction portalTransaction)
Constructors in lumis.doui.controller.xml that throw ControllerException Constructor Description DouiControlControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
DouiControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
DouiSourceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal
Constructors in lumis.portal that throw ControllerException Constructor Description PortalRequestParametersControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.portal.authentication
Methods in lumis.portal.authentication that throw ControllerException Modifier and Type Method Description void
LoginControllerHtml. handleLogin(ITransaction transaction)
void
LoginControllerHtml. handleLogout(ITransaction transaction)
Constructors in lumis.portal.authentication that throw ControllerException Constructor Description LoginControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
SessionKeepAliveControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.channel
Methods in lumis.portal.channel that throw ControllerException Modifier and Type Method Description protected void
ChannelControllerXml. addChannel(ITransaction portalTransaction)
protected void
ChannelControllerXml. clearChannelCache(ITransaction portalTransaction)
protected void
ChannelControllerXml. deleteChannel(ITransaction portalTransaction)
Constructors in lumis.portal.channel that throw ControllerException Constructor Description ChannelControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.channel.template
Methods in lumis.portal.channel.template that throw ControllerException Modifier and Type Method Description void
ChannelTemplateControllerXml. handleRequest()
protected void
ChannelTemplateControllerXml. updateChannelStructureFromTemplate(ITransaction portalTransaction)
Constructors in lumis.portal.channel.template that throw ControllerException Constructor Description ChannelTemplateControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.channel.tree
Methods in lumis.portal.channel.tree that throw ControllerException Modifier and Type Method Description protected void
ChannelTreeControllerXml. getBasicData(Node methodNode, ITransaction portalTransaction)
protected void
ChannelTreeControllerXml. getChildrenData(Node methodNode, ITransaction portalTransaction)
Constructors in lumis.portal.channel.tree that throw ControllerException Constructor Description ChannelTreeControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.controller
Methods in lumis.portal.controller that throw ControllerException Modifier and Type Method Description void
ControllerHtml. deleteCookie(String name)
Deprecated.Since 4.0.7, useCookieUtil.deleteCookie(HttpServletRequest, HttpServletResponse, String)
instead.String
ControllerHtml. getCookie(String name)
Deprecated.Since 4.0.7, useCookieUtil.getCookie(HttpServletRequest, String)
instead.protected String
ControllerXml. getResponseXml(PortalException portalException)
void
ControllerHtml. loadUserInfo(ITransaction transaction)
Loads the user information from ther user session Id taken from the request cookie.void
ControllerXml. loadUserInfo(Document requestDom, ITransaction portalTransaction)
Deprecated.Since 4.0.7 this method does nothing.void
ControllerHtml. setCookie(String name, String value)
Deprecated.Since 4.0.7, useCookieUtil.setCookie(HttpServletRequest, HttpServletResponse, String, String)
instead.Constructors in lumis.portal.controller that throw ControllerException Constructor Description ControllerHtml(HttpServletRequest request, HttpServletResponse response)
ControllerHtml(HttpServletRequest request, HttpServletResponse response, boolean initialize)
ControllerXml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.portal.css
Constructors in lumis.portal.css that throw ControllerException Constructor Description CssControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.group
Methods in lumis.portal.group that throw ControllerException Modifier and Type Method Description protected void
GroupControllerXml. addGroup(ITransaction portalTransaction)
Constructors in lumis.portal.group that throw ControllerException Constructor Description GroupControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.hyperlink
Methods in lumis.portal.hyperlink that throw ControllerException Modifier and Type Method Description void
HyperLinkControllerHtml. hyperLink()
Constructors in lumis.portal.hyperlink that throw ControllerException Constructor Description HyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.incontextedit
Methods in lumis.portal.incontextedit that throw ControllerException Modifier and Type Method Description void
InContextEditControllerXml. handleRequest()
Constructors in lumis.portal.incontextedit that throw ControllerException Constructor Description InContextEditControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.localization
Constructors in lumis.portal.localization that throw ControllerException Constructor Description LocalizationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.portal.page
Methods in lumis.portal.page that throw ControllerException Modifier and Type Method Description protected void
PageControllerXml. addPage(ITransaction transaction)
protected void
PageControllerXml. deletePage(ITransaction portalTransaction)
void
PageControllerXml. handleRequest()
Constructors in lumis.portal.page that throw ControllerException Constructor Description PageControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.page.cache
Methods in lumis.portal.page.cache that throw ControllerException Modifier and Type Method Description void
PageCacheControllerHtml. handleError()
Constructors in lumis.portal.page.cache that throw ControllerException Constructor Description PageCacheControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.portal.page.template
Methods in lumis.portal.page.template that throw ControllerException Modifier and Type Method Description void
PageTemplateControllerXml. handleRequest()
protected void
PageTemplateControllerXml. updatePageLayoutFromTemplate(ITransaction portalTransaction)
Constructors in lumis.portal.page.template that throw ControllerException Constructor Description PageTemplateControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.presentation
Methods in lumis.portal.presentation that throw ControllerException Modifier and Type Method Description protected boolean
PresentationControllerHtml. checkForProtocolRedirect(ITransaction portalTransaction)
protected ITransaction
PresentationControllerHtml. processActionIfRequired(ITransaction portalTransaction)
Checks to see if an action is to be processed.void
PresentationControllerHtml. renderPage()
Renders a portal page.protected void
PresentationControllerHtml. renderPagePortalSettingsMode(ITransaction portalTransaction)
Renders the page in portal settings mode .protected void
PresentationControllerHtml. renderPagePortalStudioMode(ITransaction portalTransaction)
Renders the page in portal studio mode .protected void
PresentationControllerHtml. renderPagePublisherMode(ITransaction portalTransaction)
Renders the page in publisher perspective.protected void
PresentationControllerHtml. renderPageUserMode(ITransaction portalTransaction)
Render the page in UserMode.protected void
PresentationControllerHtml. setDataPreviewMode(ITransaction portalTransaction)
Sets the Page Preview Mode.protected void
PresentationControllerHtml. setPageInfo(ITransaction portalTransaction)
This method calls thepresentationManager.getDefaultPage
to calculate the page that needs to be rendered.protected void
PresentationControllerHtml. setPageMode(ITransaction portalTransaction)
Sets the Page Mode.Constructors in lumis.portal.presentation that throw ControllerException Constructor Description PresentationControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.progress
Constructors in lumis.portal.progress that throw ControllerException Constructor Description ProgressControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.portal.service
Methods in lumis.portal.service that throw ControllerException Modifier and Type Method Description protected void
ServiceControllerXml. addServiceInstance(ITransaction portalTransaction)
protected void
ServiceControllerXml. addServiceInterfaceInstance(ITransaction portalTransaction)
protected void
ServiceControllerXml. register(Node methodNode, ITransaction portalTransaction)
protected void
ServiceControllerXml. registerServiceTypes(Node methodNode, ITransaction portalTransaction)
Constructors in lumis.portal.service that throw ControllerException Constructor Description ServiceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.serviceinterface
Constructors in lumis.portal.serviceinterface that throw ControllerException Constructor Description ServiceInterfaceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.serviceinterface.list
Constructors in lumis.portal.serviceinterface.list that throw ControllerException Constructor Description ServiceInterfaceListControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.serviceinterfaceinstance
Methods in lumis.portal.serviceinterfaceinstance that throw ControllerException Modifier and Type Method Description protected void
ServiceInterfaceInstanceControllerHtml. clearServiceInterfaceInstanceCache()
Clears the HTML cache of the specified interface, if any, and clears the XSL Transformer cache for the XSL file used by the interface.protected void
ServiceInterfaceInstanceControllerXml. getServiceInterfaceInstanceMenu(Node methodNode, ServiceInterfaceMenuLevel menuLevel, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerXml. getServiceInterfaceInstanceProperties(Node methodNode, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerHtml. getServiceInterfaceInstanceXmlData()
protected void
ServiceInterfaceInstanceControllerXml. refreshInterfaceInstance(Node methodNode, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerHtml. renderServiceInterfaceInstance()
Returns the HTML for a single service interface instance.protected void
ServiceInterfaceInstanceControllerHtml. setRequestMode()
Sets the Request Mode.Constructors in lumis.portal.serviceinterfaceinstance that throw ControllerException Constructor Description ServiceInterfaceInstanceControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ServiceInterfaceInstanceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.portal.user
Methods in lumis.portal.user that throw ControllerException Modifier and Type Method Description protected void
UserControllerXml. addUser(ITransaction portalTransaction)
Constructors in lumis.portal.user that throw ControllerException Constructor Description UserControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.banner
Constructors in lumis.service.banner that throw ControllerException Constructor Description BannerController(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.content.wizard
Constructors in lumis.service.content.wizard that throw ControllerException Constructor Description ContentWizardControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.document
Constructors in lumis.service.document that throw ControllerException Constructor Description FCKSelectDocumentControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.htmlevaluation
Constructors in lumis.service.htmlevaluation that throw ControllerException Constructor Description URLAccessibilityEvaluationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.service.media
Constructors in lumis.service.media that throw ControllerException Constructor Description FCKSelectImagesControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
FCKSelectMediaControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
MediaControllerJson(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.service.pagepersonalization.controller
Constructors in lumis.service.pagepersonalization.controller that throw ControllerException Constructor Description PagePersonalizationControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.portalmanagement.importexport
Constructors in lumis.service.portalmanagement.importexport that throw ControllerException Constructor Description ImportExportControllerHtml(HttpServletRequest request, HttpServletResponse response)
Initializes a new instance with the given parameters.StructureSyncControllerJson(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.service.portalmanagement.servicesearchindex
Methods in lumis.service.portalmanagement.servicesearchindex that throw ControllerException Modifier and Type Method Description void
DouiReindexerControllerXml. handleRequest()
Constructors in lumis.service.portalmanagement.servicesearchindex that throw ControllerException Constructor Description DouiReindexerControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.portalmanagement.structure.doui.control
Constructors in lumis.service.portalmanagement.structure.doui.control that throw ControllerException Constructor Description WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response)
Creates a new instance with the given parameters. -
Uses of ControllerException in lumis.service.portalmanagement.xsleditor
Methods in lumis.service.portalmanagement.xsleditor that throw ControllerException Modifier and Type Method Description void
XsltResultControllerHtml. renderPage()
protected void
XsltResultControllerHtml. renderPageUserMode(ITransaction portalTransaction)
protected void
XsltResultControllerHtml. setPageMode(ITransaction portalTransaction)
Constructors in lumis.service.portalmanagement.xsleditor that throw ControllerException Constructor Description XsltResultControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.service.sendtofriend
Constructors in lumis.service.sendtofriend that throw ControllerException Constructor Description SendToFriendControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of ControllerException in lumis.service.wiki
Constructors in lumis.service.wiki that throw ControllerException Constructor Description FCKSelectArticleControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.upgrade
Methods in lumis.upgrade that throw ControllerException Modifier and Type Method Description void
UpgradeControllerHtml. rebuildLumisAdministration()
Constructors in lumis.upgrade that throw ControllerException Constructor Description UpgradeControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of ControllerException in lumis.util
Methods in lumis.util that throw ControllerException Modifier and Type Method Description static String
PortalUtil. getCookie(String name, HttpServletRequest request)
Given a cookie name, the cookie value if exists in the request object is returned.
-