Uses of Class
to.etc.domui.server.RequestContextImpl

Packages that use RequestContextImpl
to.etc.domui.ajax   
to.etc.domui.component.agenda   
to.etc.domui.component.dynaima   
to.etc.domui.component.htmleditor   
to.etc.domui.component.menu   
to.etc.domui.component.upload   
to.etc.domui.dom.html   
to.etc.domui.injector   
to.etc.domui.parts   
to.etc.domui.server   
to.etc.domui.server.parts   
to.etc.domui.state   
 

Uses of RequestContextImpl in to.etc.domui.ajax
 

Methods in to.etc.domui.ajax that return RequestContextImpl
 RequestContextImpl AjaxRequestContext.getRctx()
           
 

Methods in to.etc.domui.ajax with parameters of type RequestContextImpl
 void AjaxRequestHandler.handleRequest(RequestContextImpl ctx)
          Actual execution by delegating to the context.
 

Constructors in to.etc.domui.ajax with parameters of type RequestContextImpl
AjaxRequestContext(AjaxRequestHandler ajaxRequestHandler, RpcCallHandler ch, RequestContextImpl ctx)
           
URLParameterProvider(RequestContextImpl rctx)
           
 

Uses of RequestContextImpl in to.etc.domui.component.agenda
 

Methods in to.etc.domui.component.agenda with parameters of type RequestContextImpl
 void WeekAgendaComponent.componentHandleWebAction(RequestContextImpl ctx, java.lang.String action)
           
 

Uses of RequestContextImpl in to.etc.domui.component.dynaima
 

Methods in to.etc.domui.component.dynaima with parameters of type RequestContextImpl
 void DynaImaPart.DynaRenderer.generate(DomApplication app, RequestContextImpl param, java.lang.String rurl)
           
 void DynaImaPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of RequestContextImpl in to.etc.domui.component.htmleditor
 

Methods in to.etc.domui.component.htmleditor with parameters of type RequestContextImpl
 void EditResPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of RequestContextImpl in to.etc.domui.component.menu
 

Methods in to.etc.domui.component.menu with parameters of type RequestContextImpl
 void SimplePopupMenu.componentHandleWebAction(RequestContextImpl ctx, java.lang.String action)
           
 

Uses of RequestContextImpl in to.etc.domui.component.upload
 

Methods in to.etc.domui.component.upload with parameters of type RequestContextImpl
 void UploadPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of RequestContextImpl in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html with parameters of type RequestContextImpl
 void Input.componentHandleWebAction(RequestContextImpl ctx, java.lang.String action)
          The input tag handles Constants.ACMD_LOOKUP_TYPING and Constants.ACMD_LOOKUP_TYPING_DONE browser commands.
 void Div.componentHandleWebAction(RequestContextImpl ctx, java.lang.String action)
          Handle the action sent by the return pressed Javascript thingerydoo.
 void NodeBase.componentHandleWebAction(RequestContextImpl ctx, java.lang.String action)
          Default handling for webui AJAX actions to a component.
protected  void NodeBase.handleDrop(RequestContextImpl ctx)
          Called when a drop is done on a DropTarget node.
 

Uses of RequestContextImpl in to.etc.domui.injector
 

Methods in to.etc.domui.injector with parameters of type RequestContextImpl
protected  java.lang.Object UrlEntityInjector.createNew(UrlPage page, RequestContextImpl ctx)
          Create a new instance.
 void UrlEntityInjector.inject(UrlPage page, RequestContextImpl ctx, PageParameters papa)
           
abstract  void PropertyInjector.inject(UrlPage page, RequestContextImpl ctx, PageParameters pp)
           
 void UrlParameterInjector.inject(UrlPage page, RequestContextImpl ctx, PageParameters papa)
          Effects the actual injection of an URL parameter to a value.
 void DefaultPageInjector.injectPageValues(UrlPage page, RequestContextImpl ctx, PageParameters papa)
          This scans the page for properties that are to be injected.
protected  boolean UrlEntityInjector.isNew(UrlPage page, RequestContextImpl ctx, PageParameters papa, java.lang.String value)
          Returns T if the request is to create a new instance.
 

Uses of RequestContextImpl in to.etc.domui.parts
 

Methods in to.etc.domui.parts with parameters of type RequestContextImpl
 void PollInfo.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void CachedImagePart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void TempFilePart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
protected  void CachedImagePart.generateImage(RequestContextImpl ri, FullImage fima)
           
 void ComponentPartRenderer.initialize(DomApplication app, RequestContextImpl param, java.lang.String rurl)
           
 

Uses of RequestContextImpl in to.etc.domui.server
 

Methods in to.etc.domui.server with parameters of type RequestContextImpl
 boolean AbstractContextMaker.execute(RequestContextImpl ctx, javax.servlet.FilterChain chain)
           
static void ApplicationRequestHandler.generateAjaxRedirect(RequestContextImpl ctx, java.lang.String url)
          Generate an AJAX redirect command.
static void ApplicationRequestHandler.generateHttpRedirect(RequestContextImpl ctx, java.lang.String to, java.lang.String rsn)
          Sends a redirect as a 304 MOVED command.
 java.lang.String DomApplication.handleNotLoggedInException(RequestContextImpl ci, Page page, NotLoggedInException x)
          Responsible for redirecting to the appropriate login page.
 void ApplicationRequestHandler.handleRequest(RequestContextImpl ctx)
           
 void ResourceRequestHandler.handleRequest(RequestContextImpl ctx)
          Handles requests for $ resources.
 void IFilterRequestHandler.handleRequest(RequestContextImpl ctx)
           
 void DomApplication.internalCallPageAction(RequestContextImpl ctx, Page ws)
           
 void DomApplication.internalCallPageFullRender(RequestContextImpl ctx, Page ws)
           
 void IDomUIStateListener.onBeforeFullRender(RequestContextImpl ctx, Page pg)
          Called just before the page is rendered fully.
 void IDomUIStateListener.onBeforePageAction(RequestContextImpl ctx, Page pg)
          Called just before page actions are executed (AJAX requests)
static void ApplicationRequestHandler.renderOptimalDelta(RequestContextImpl ctx, Page page)
           
 

Uses of RequestContextImpl in to.etc.domui.server.parts
 

Methods in to.etc.domui.server.parts with parameters of type RequestContextImpl
 void IUnbufferedPartFactory.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void PartRequestHandler.generate(IBufferedPartFactory pf, RequestContextImpl ctx, java.lang.String url)
          Helper which handles possible cached buffered parts.
 void PartRequestHandler.handleRequest(RequestContextImpl ctx)
           
 void IPartRenderer.render(RequestContextImpl ctx, java.lang.String rest)
           
 

Uses of RequestContextImpl in to.etc.domui.state
 

Methods in to.etc.domui.state with parameters of type RequestContextImpl
 boolean WindowSession.handleExceptionGoto(RequestContextImpl ctx, Page currentpg, boolean ajax)
          Goto handling in EXCEPTION handling mode: only Redirect is allowed here.
 boolean WindowSession.handleGoto(RequestContextImpl ctx, Page currentpg, boolean ajax)
          This checks whether a new page is to be made resident, instead of the current page.
 void IPageInjector.injectPageValues(UrlPage page, RequestContextImpl ctx, PageParameters papa)