|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ControllerException in lumis.content.hyperlink |
---|
Methods in lumis.content.hyperlink that throw ControllerException | |
---|---|
void |
ContentHyperLinkControllerHtml.hyperLink()
|
Constructors in lumis.content.hyperlink that throw ControllerException | |
---|---|
ContentHyperLinkControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.content.workflow |
---|
Methods in lumis.content.workflow that throw ControllerException | |
---|---|
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 | |
---|---|
WorkflowControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
Deprecated. |
Uses of ControllerException in lumis.doui.contenttree |
---|
Methods in lumis.doui.contenttree that throw ControllerException | |
---|---|
protected void |
DouiContentTreeControllerXml.getBasicData(Node methodNode,
ITransaction portalTransaction)
|
protected void |
DouiContentTreeControllerXml.getChildrenData(Node methodNode,
ITransaction portalTransaction)
|
Constructors in lumis.doui.contenttree that throw ControllerException | |
---|---|
DouiContentTreeControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.doui.control.htmleditor |
---|
Constructors in lumis.doui.control.htmleditor that throw ControllerException | |
---|---|
FCKSelectContentControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.doui.controller.xml |
---|
Methods in lumis.doui.controller.xml that throw ControllerException | |
---|---|
protected void |
DouiSourceControllerXml.register(Node methodNode,
ITransaction portalTransaction)
|
protected void |
DouiProcessActionControllerXml.register(Node methodNode,
ITransaction portalTransaction)
|
protected void |
DouiControllerXml.register(Node methodNode,
ITransaction portalTransaction)
|
protected void |
DouiControlControllerXml.register(Node methodNode,
ITransaction portalTransaction)
|
Constructors in lumis.doui.controller.xml that throw ControllerException | |
---|---|
DouiControlControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
|
DouiControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
|
DouiProcessActionControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
|
DouiSourceControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.authentication |
---|
Methods in lumis.portal.authentication that throw ControllerException | |
---|---|
void |
LoginControllerHtml.handleLogin(ITransaction transaction)
|
void |
LoginControllerHtml.handleLogout(ITransaction transaction)
|
Constructors in lumis.portal.authentication that throw ControllerException | |
---|---|
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 | |
---|---|
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 | |
---|---|
ChannelControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.channel.template |
---|
Methods in lumis.portal.channel.template that throw ControllerException | |
---|---|
void |
ChannelTemplateControllerXml.handleRequest()
|
protected void |
ChannelTemplateControllerXml.updateChannelStructureFromTemplate(ITransaction portalTransaction)
|
Constructors in lumis.portal.channel.template that throw ControllerException | |
---|---|
ChannelTemplateControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.channel.tree |
---|
Methods in lumis.portal.channel.tree that throw ControllerException | |
---|---|
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 | |
---|---|
ChannelTreeControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.controller |
---|
Methods in lumis.portal.controller that throw ControllerException | |
---|---|
void |
ControllerHtml.deleteCookie(String name)
Deprecated. Since 4.0.7, use CookieUtil.deleteCookie(HttpServletRequest, HttpServletResponse, String) instead. |
String |
ControllerHtml.getCookie(String name)
Deprecated. Since 4.0.7, use CookieUtil.getCookie(HttpServletRequest, String) instead. |
protected String |
ControllerXml.getResponseXml(PortalException portalException)
|
void |
ControllerXml.loadUserInfo(Document requestDom,
ITransaction portalTransaction)
Deprecated. Since 4.0.7 this method does nothing. ControllerXml.sessionConfig is now initialized in the constructor. |
void |
ControllerHtml.loadUserInfo(ITransaction transaction)
Loads the user information from ther user session Id taken from the request cookie. |
void |
ControllerHtml.setCookie(String name,
String value)
Deprecated. Since 4.0.7, use CookieUtil.setCookie(HttpServletRequest, HttpServletResponse, String, String) instead. |
Constructors in lumis.portal.controller that throw ControllerException | |
---|---|
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 | |
---|---|
CssControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.group |
---|
Methods in lumis.portal.group that throw ControllerException | |
---|---|
protected void |
GroupControllerXml.addGroup(ITransaction portalTransaction)
|
Constructors in lumis.portal.group that throw ControllerException | |
---|---|
GroupControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.hyperlink |
---|
Methods in lumis.portal.hyperlink that throw ControllerException | |
---|---|
void |
HyperLinkControllerHtml.hyperLink()
|
Constructors in lumis.portal.hyperlink that throw ControllerException | |
---|---|
HyperLinkControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.localization |
---|
Constructors in lumis.portal.localization that throw ControllerException | |
---|---|
LocalizationControllerHtml(HttpServletRequest request,
HttpServletResponse response)
|
Uses of ControllerException in lumis.portal.page |
---|
Methods in lumis.portal.page that throw ControllerException | |
---|---|
protected void |
PageControllerXml.addPage(ITransaction transaction)
|
protected void |
PageControllerXml.deletePage(ITransaction portalTransaction)
|
void |
PageControllerXml.handleRequest()
|
Constructors in lumis.portal.page that throw ControllerException | |
---|---|
PageControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.page.cache |
---|
Methods in lumis.portal.page.cache that throw ControllerException | |
---|---|
void |
PageCacheControllerHtml.handleError()
|
Constructors in lumis.portal.page.cache that throw ControllerException | |
---|---|
PageCacheControllerHtml(HttpServletRequest request,
HttpServletResponse response)
|
Uses of ControllerException in lumis.portal.page.template |
---|
Methods in lumis.portal.page.template that throw ControllerException | |
---|---|
void |
PageTemplateControllerXml.handleRequest()
|
protected void |
PageTemplateControllerXml.updatePageLayoutFromTemplate(ITransaction portalTransaction)
|
Constructors in lumis.portal.page.template that throw ControllerException | |
---|---|
PageTemplateControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.presentation |
---|
Methods in lumis.portal.presentation that throw ControllerException | |
---|---|
protected boolean |
PresentationControllerHtml.checkForProtocolRedirect(ITransaction portalTransaction)
|
protected String |
PresentationControllerHtml.generateAdminClientLocalizer()
|
protected String |
PresentationControllerHtml.generateSpan(ServiceInterfaceInstanceConfig serviceInterfaceInstConfig)
|
protected String |
PresentationControllerHtml.generateStyles(ServiceInterfaceInstanceConfig serviceInterfaceInstConfig)
|
protected Document |
PresentationControllerHtml.getPageLayout(ITransaction portalTransaction)
Returns the current page layout. |
protected void |
PresentationControllerHtml.processActionIfRequired(ITransaction portalTransaction)
Checks to see if an action is to be processed. |
protected void |
PresentationControllerHtml.renderAdminHeader()
Renders the Header information when the user is in Administration mode. |
protected void |
PresentationControllerHtml.renderAdminModePageHeaderScripts()
|
protected void |
PresentationControllerHtml.renderNavigationPane(ITransaction transaction)
Renders the administration navigation pane |
void |
PresentationControllerHtml.renderPage()
Renders a portal page. |
protected void |
PresentationControllerHtml.renderPageAdminMode(ITransaction portalTransaction)
Renders the page in administration mode (F12). |
protected void |
PresentationControllerHtml.renderPageForm()
Every page has a form named LumisPortalForm that stores
global information like the previous parameters, the new parameters. |
protected void |
PresentationControllerHtml.renderPageHeaderScripts()
Renders the portal client side global variables including g_LumisDisplayMode ,g_LumisChannelId ,
g_LumisPageId ,g_LumisPageConfig . |
protected void |
PresentationControllerHtml.renderPageLayoutAdminMode(ITransaction portalTransaction)
Reads the layout XML for the page and actually renders the layout and Service Interfaces. |
protected void |
PresentationControllerHtml.renderPageLayoutUserMode(ITransaction portalTransaction)
Calls the appropriate user mode layout renderer. |
protected void |
PresentationControllerHtml.renderPageLayoutUserModeUsingTableless(ITransaction portalTransaction)
Reads the layout XML for the page and actually renders the layout and Service Interfaces using a table structure. |
protected void |
PresentationControllerHtml.renderPageLayoutUserModeUsingTables(ITransaction portalTransaction)
Reads the layout XML for the page and actually renders the layout and Service Interfaces using a table structure. |
protected void |
PresentationControllerHtml.renderPageLinks(ITransaction portalTransaction)
Renders any .css stylesheets specified for the page |
protected void |
PresentationControllerHtml.renderPageMetaTags(ITransaction portalTransaction)
Render the page meta tags. |
protected void |
PresentationControllerHtml.renderPageTitle(ITransaction portalTransaction)
Based on the pageConfig definition, the page title is specified. |
protected void |
PresentationControllerHtml.renderPageUserMode(ITransaction portalTransaction)
Render the page in UserMode. |
protected void |
PresentationControllerHtml.renderSplitter()
Renders the splitter bar between the work and navigation panes |
protected void |
PresentationControllerHtml.renderWorkPane(ITransaction portalTransaction)
Renders the right page in administration (F12) mode with the administration menus and the actual page layout |
protected void |
PresentationControllerHtml.setDataPreviewMode(ITransaction portalTransaction)
Sets the Page Preview Mode. |
protected void |
PresentationControllerHtml.setPageInfo(ITransaction portalTransaction)
This method calls the presentationManager.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 | |
---|---|
PresentationControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.progress |
---|
Constructors in lumis.portal.progress that throw ControllerException | |
---|---|
ProgressControllerHtml(HttpServletRequest request,
HttpServletResponse response)
|
Uses of ControllerException in lumis.portal.service |
---|
Methods in lumis.portal.service that throw ControllerException | |
---|---|
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 | |
---|---|
ServiceControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.serviceinterface |
---|
Constructors in lumis.portal.serviceinterface that throw ControllerException | |
---|---|
ServiceInterfaceControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.serviceinterface.list |
---|
Constructors in lumis.portal.serviceinterface.list that throw ControllerException | |
---|---|
ServiceInterfaceListControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.portal.serviceinterfaceinstance |
---|
Methods in lumis.portal.serviceinterfaceinstance that throw ControllerException | |
---|---|
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,
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 | |
---|---|
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 | |
---|---|
protected void |
UserControllerXml.addUser(ITransaction portalTransaction)
|
Constructors in lumis.portal.user that throw ControllerException | |
---|---|
UserControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.banner |
---|
Constructors in lumis.service.banner that throw ControllerException | |
---|---|
BannerController(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.content.wizard |
---|
Constructors in lumis.service.content.wizard that throw ControllerException | |
---|---|
ContentWizardControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.document |
---|
Constructors in lumis.service.document that throw ControllerException | |
---|---|
FCKSelectDocumentControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.image |
---|
Constructors in lumis.service.image that throw ControllerException | |
---|---|
FCKSelectImageControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.portalmanagement.servicesearchindex |
---|
Methods in lumis.service.portalmanagement.servicesearchindex that throw ControllerException | |
---|---|
void |
DouiReindexerControllerXml.handleRequest()
|
Constructors in lumis.service.portalmanagement.servicesearchindex that throw ControllerException | |
---|---|
DouiReindexerControllerXml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.portalmanagement.xsleditor |
---|
Methods in lumis.service.portalmanagement.xsleditor that throw ControllerException | |
---|---|
void |
XsltResultControllerHtml.renderPage()
|
protected void |
XsltResultControllerHtml.renderPageUserMode(ITransaction portalTransaction)
|
void |
XsltResultControllerHtml.renderXsltResult(ITransaction portalTransaction)
|
protected void |
XsltResultControllerHtml.setPageMode(ITransaction portalTransaction)
|
Constructors in lumis.service.portalmanagement.xsleditor that throw ControllerException | |
---|---|
XsltResultControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.service.sendtofriend |
---|
Constructors in lumis.service.sendtofriend that throw ControllerException | |
---|---|
SendToFriendControllerHtml(HttpServletRequest request,
HttpServletResponse response)
|
Uses of ControllerException in lumis.service.wiki |
---|
Constructors in lumis.service.wiki that throw ControllerException | |
---|---|
FCKSelectArticleControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.upgrade |
---|
Methods in lumis.upgrade that throw ControllerException | |
---|---|
void |
UpgradeControllerHtml.rebuildLumisAdministration()
|
Constructors in lumis.upgrade that throw ControllerException | |
---|---|
UpgradeControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
Uses of ControllerException in lumis.util |
---|
Methods in lumis.util that throw ControllerException | |
---|---|
static String |
PortalUtil.getCookie(String name,
HttpServletRequest request)
Given a cookie name, the cookie value if exists in the request object is returned. |
Uses of ControllerException in lumis.util.log |
---|
Methods in lumis.util.log that throw ControllerException | |
---|---|
void |
NavigationLoggerControllerHtml.logNavigation(ITransaction transaction)
|
Constructors in lumis.util.log that throw ControllerException | |
---|---|
NavigationLoggerControllerHtml(HttpServletRequest request,
HttpServletResponse response,
PageContext pageContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |