| Modifier and Type | Method and Description |
|---|---|
boolean |
AjaxRequestHandler.accepts(IRequestContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MetaManager.isAccessAllowed(String[][] roleset,
IRequestContext ctx)
Handles the permission sets like "viewpermission" and "editpermission".
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInput2.webActionlookupTyping(IRequestContext ctx)
Sent regularly whenever the search box is typed in.
|
void |
SearchInput2.webActionlookupTypingDone(IRequestContext ctx)
Send when return is pressed in the search box.
|
| Modifier and Type | Method and Description |
|---|---|
IRequestContext |
HtmlFullRenderer.ctx() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlFullRenderer.render(IRequestContext ctx,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IExceptionListener.handleException(IRequestContext ctx,
Page pg,
NodeBase source,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
IRequestContext |
OptimalDeltaRenderer.ctx() |
| Constructor and Description |
|---|
OptimalDeltaRenderer(HtmlFullRenderer fullr,
IRequestContext ctx,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
static PageParameters |
ServerLogPage.createParameters(IRequestContext ctx,
String path) |
| Modifier and Type | Method and Description |
|---|---|
IRequestContext |
CachedImagePart.ImageKeys.getRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentPartRenderer.appendComponentURL(StringBuilder sb,
Class<? extends IPartFactory> fclazz,
NodeBase b,
IRequestContext ctx)
Create a ComponentPartFactory reference URL
|
static String |
TempFilePart.getDownloadLink(IRequestContext ctx,
Blob blob,
String mime,
String type,
String filename)
Saves blob into temporary file, register temporary file in provided context, and returns generated download link.
|
static String |
TempDirPart.registerTempDir(IRequestContext ctx,
File target) |
static String |
TempFilePart.registerTempFile(IRequestContext ctx,
File target,
String mime,
String type,
String name)
Deprecated.
|
| Constructor and Description |
|---|
ImageKeys(DomApplication application,
IRequestContext requestContext,
String rurl) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestContextImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IFilterRequestHandler.accepts(IRequestContext ri)
Must check if this filter accepts this URL as fast as possible, and return true if it does.
|
boolean |
ResourceRequestHandler.accepts(IRequestContext ri) |
boolean |
ApplicationRequestHandler.accepts(IRequestContext ctx)
Accept .obit, the defined DomUI extension (.ui by default) and the empty URL if a home page is set in
DomApplication. |
void |
IRequestInterceptor.after(IRequestContext rc,
Exception x) |
void |
IRequestInterceptor.before(IRequestContext rc) |
IFilterRequestHandler |
DomApplication.findRequestHandler(IRequestContext ctx)
Find a request handler by locating the highest-scoring request handler in the chain.
|
static HttpServerRequestResponse |
HttpServerRequestResponse.get(IRequestContext ctx) |
void |
DomApplication.internalCallPageComplete(IRequestContext ctx,
Page ws) |
void |
IDomUIStateListener.onAfterPage(IRequestContext ctx,
Page pg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartRequestHandler.accepts(IRequestContext ri)
Accept urls that end in .part or that have a first segment containing .part.
|
| Modifier and Type | Method and Description |
|---|---|
static IRequestContext |
UIContext.getRequestContext() |
static IRequestContext |
UIContext.internalGetContext() |
| Modifier and Type | Method and Description |
|---|---|
static PageParameters |
PageParameters.createFrom(IRequestContext ctx)
Create this from an actual request.
|
static boolean |
UIContext.deleteLoginCookie(IRequestContext rci) |
static Page |
PageMaker.findPageInConversation(IRequestContext rctx,
Class<? extends UrlPage> clz,
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.tryToMakeOrGetPage(IRequestContext rctx,
Class<? extends UrlPage> clz,
PageParameters papa,
String action)
Get a valid Page, either from the shelve stack or some other location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestRequestContext
A dummy test request context used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
static NotLoggedInException |
NotLoggedInException.create(IRequestContext ctx,
Page page)
Create the proper exception type to return back to the specified page after login.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DomUtil.addUrlParameters(StringBuilder sb,
IRequestContext ctx,
boolean first) |
static String |
DomUtil.calculateURL(IRequestContext ci,
String rurl)
Calculate a full URL from a rurl.
|
static boolean |
SessionStorageUtil.hasStoredData(IRequestContext ctx,
SessionStorageUtil.ISessionStorage storableData)
Returns if storage currenlty has data stored into session.
|
static void |
SessionStorageUtil.loadData(QDataContext dc,
IRequestContext ctx,
SessionStorageUtil.ISessionStorage storableData)
Loads data previously persisted into session.
|
static void |
SessionStorageUtil.storeData(IRequestContext ctx,
SessionStorageUtil.ISessionStorage storableData)
Stores storable data into session.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017 etc.to. All rights reserved.