Uses of Interface
to.etc.domui.server.IRequestContext

Packages that use IRequestContext
to.etc.domui.component.meta   
to.etc.domui.dom   
to.etc.domui.dom.errors   
to.etc.domui.dom.html   
to.etc.domui.parts   
to.etc.domui.server   
to.etc.domui.state   
to.etc.domui.testsupport   
to.etc.domui.trouble   
to.etc.domui.util   
to.etc.domui.util.bugs   
 

Uses of IRequestContext in to.etc.domui.component.meta
 

Methods in to.etc.domui.component.meta with parameters of type IRequestContext
static boolean MetaManager.isAccessAllowed(java.lang.String[][] roleset, IRequestContext ctx)
          Handles the permission sets like "viewpermission" and "editpermission".
 

Uses of IRequestContext in to.etc.domui.dom
 

Methods in to.etc.domui.dom that return IRequestContext
 IRequestContext HtmlFullRenderer.ctx()
           
 

Methods in to.etc.domui.dom with parameters of type IRequestContext
 void HtmlFullRenderer.render(IRequestContext ctx, Page page)
           
 

Uses of IRequestContext in to.etc.domui.dom.errors
 

Methods in to.etc.domui.dom.errors with parameters of type IRequestContext
 boolean IExceptionListener.handleException(IRequestContext ctx, Page pg, NodeBase source, java.lang.Throwable t)
           
 

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

Methods in to.etc.domui.dom.html that return IRequestContext
 IRequestContext OptimalDeltaRenderer.ctx()
           
 

Constructors in to.etc.domui.dom.html with parameters of type IRequestContext
OptimalDeltaRenderer(HtmlFullRenderer fullr, IRequestContext ctx, Page page)
           
 

Uses of IRequestContext in to.etc.domui.parts
 

Methods in to.etc.domui.parts that return IRequestContext
 IRequestContext CachedImagePart.ImageKeys.getRequestContext()
           
 

Methods in to.etc.domui.parts with parameters of type IRequestContext
static void ComponentPartRenderer.appendComponentURL(java.lang.StringBuilder sb, java.lang.Class<? extends IPartFactory> fclazz, NodeBase b, IRequestContext ctx)
          Create a ComponentPartFactory reference URL
static java.lang.String TempFilePart.registerTempFile(IRequestContext ctx, java.io.File target, java.lang.String mime, java.lang.String type, java.lang.String name)
           
 

Constructors in to.etc.domui.parts with parameters of type IRequestContext
CachedImagePart.ImageKeys(DomApplication application, IRequestContext requestContext, java.lang.String rurl)
           
 

Uses of IRequestContext in to.etc.domui.server
 

Classes in to.etc.domui.server that implement IRequestContext
 class RequestContextImpl
           
 

Methods in to.etc.domui.server with parameters of type IRequestContext
 void IRequestInterceptor.after(IRequestContext rc, java.lang.Exception x)
           
 void IRequestInterceptor.before(IRequestContext rc)
           
 IFilterRequestHandler DomApplication.findRequestHandler(IRequestContext ctx)
           
 void DomApplication.internalCallPageComplete(IRequestContext ctx, Page ws)
           
 void IDomUIStateListener.onAfterPage(IRequestContext ctx, Page pg)
           
 

Uses of IRequestContext in to.etc.domui.state
 

Methods in to.etc.domui.state that return IRequestContext
static IRequestContext UIContext.getRequestContext()
           
 

Methods in to.etc.domui.state with parameters of type IRequestContext
 ConversationContext WindowSession.createConversation(IRequestContext ctx, java.lang.Class<? extends ConversationContext> clz)
           
static PageParameters PageParameters.createFrom(IRequestContext ctx)
          Create this from an actual request.
static Page PageMaker.findPageInConversation(IRequestContext rctx, java.lang.Class<? extends UrlPage> clz, java.lang.String cid)
          This tries to locate the specified page class in the conversation specified, and returns null if the page cannot be located.
static IUser UIContext.internalGetLoggedInUser(IRequestContext rx)
          UNSTABLE INTERFACE.
static void UIContext.internalSet(IRequestContext rc)
          Called when a new request is to be made current, or when the request has ended.
 Page WindowSession.makeOrGetPage(IRequestContext rctx, java.lang.Class<? extends UrlPage> clz, PageParameters papa)
          Get a valid Page, either from the shelve stack or some other location.
 

Uses of IRequestContext in to.etc.domui.testsupport
 

Classes in to.etc.domui.testsupport that implement IRequestContext
 class TestRequestContext
          A dummy test request context used for testing.
 

Uses of IRequestContext in to.etc.domui.trouble
 

Methods in to.etc.domui.trouble with parameters of type IRequestContext
static NotLoggedInException NotLoggedInException.create(IRequestContext ctx, Page page)
          Create the proper exception type to return back to the specified page after login.
 

Uses of IRequestContext in to.etc.domui.util
 

Methods in to.etc.domui.util with parameters of type IRequestContext
static void DomUtil.addUrlParameters(java.lang.StringBuilder sb, IRequestContext ctx, boolean first)
           
static java.lang.String DomUtil.calculateURL(IRequestContext ci, java.lang.String rurl)
          Calculate a full URL from a rurl.
 

Uses of IRequestContext in to.etc.domui.util.bugs
 

Methods in to.etc.domui.util.bugs with parameters of type IRequestContext
protected static void DefaultBugListener.checkForBugs(IRequestContext ctx, Page pg)
          Check if the page has bugs and if so show a bug icon in it's top.
static void DefaultBugListener.onRequestAfter(IRequestContext rc)
          Should be called from a request interceptor.
protected static void DefaultBugListener.onRequestBefore(IRequestContext rc)