Uses of Class
org.liquidsite.core.web.Request

Packages that use Request
org.liquidsite.app.admin   
org.liquidsite.app.admin.view   
org.liquidsite.app.install   
org.liquidsite.app.legacy   
org.liquidsite.app.servlet   
org.liquidsite.app.template   
org.liquidsite.core.web   
 

Uses of Request in org.liquidsite.app.admin
 

Methods in org.liquidsite.app.admin with parameters of type Request
protected  void UsersEditFormHandler.displayStep(Request request, int step)
          Displays a form for the specified workflow step.
protected  void UsersEditFormHandler.validateStep(Request request, int step)
          Validates a form for the specified workflow step.
protected  int UsersEditFormHandler.handleStep(Request request, int step)
          Handles a validated form for the specified workflow step.
protected  void UsersEditFormHandler.setUserGroups(Request request, User user)
          Sets the user groups from the request.
protected  void UsersAddFormHandler.displayStep(Request request, int step)
          Displays a form for the specified workflow step.
protected  void UsersAddFormHandler.validateStep(Request request, int step)
          Validates a form for the specified workflow step.
protected  int UsersAddFormHandler.handleStep(Request request, int step)
          Handles a validated form for the specified workflow step.
protected  void PermissionsDialogHandler.displayStep(Request request, int step)
          Displays a form for the specified workflow step.
protected  void PermissionsDialogHandler.validateStep(Request request, int step)
          Validates a form for the specified workflow step.
protected  int PermissionsDialogHandler.handleStep(Request request, int step)
          Handles a validated form for the specified workflow step.
protected  void ContentEditFormHandler.displayStep(Request request, int step)
          Displays a form for the specified workflow step.
protected  void ContentEditFormHandler.validateStep(Request request, int step)
          Validates a form for the specified workflow step.
protected  int ContentEditFormHandler.handleStep(Request request, int step)
          Handles a validated form for the specified workflow step.
 void ContentEditFormHandler.handleFileUpload(Request request)
          Handles a file upload (in the document editing form).
 void ContentEditFormHandler.handleFileRemoval(Request request)
          Handles a file removal (in the document editing form).
 void ContentEditFormHandler.handleAddDocumentFiles(Request request, ContentDocument doc)
          Handles adding all session files to a document.
protected  void ContentEditFormHandler.workflowExited(Request request)
          This method removes any files attached to the user session.
protected  void ContentAddFormHandler.displayStep(Request request, int step)
          Displays a form for the specified workflow step.
protected  void ContentAddFormHandler.validateStep(Request request, int step)
          Validates a form for the specified workflow step.
protected  int ContentAddFormHandler.handleStep(Request request, int step)
          Handles a validated form for the specified workflow step.
protected  void ContentAddFormHandler.workflowExited(Request request)
          This method removes any files attached to the user session.
static PersistentObject AdminUtils.getReference(Request request)
          Returns the domain or content referenced by a request.
static void AdminUtils.setReference(Request request, PersistentObject obj)
          Sets the domain or content reference attributes in a request.
static void AdminUtils.sendTemplate(Request request, java.lang.String templateName)
          Processes a request to a template file.
 void AdminRequestProcessor.process(Request request)
          Processes a request.
 void AdminRequestProcessor.processAuthorized(Request request, java.lang.String path)
          Processes an authorized request.
 void AdminRequestProcessor.processUnauthorized(Request request, java.lang.String path)
          Processes an unauthorized request.
 

Uses of Request in org.liquidsite.app.admin.view
 

Methods in org.liquidsite.app.admin.view with parameters of type Request
 void UserView.viewUsers(Request request)
          Shows the users page.
 void UserView.viewGroup(Request request)
          Shows the view group detail page.
 void UserView.viewEditUser(Request request, Domain domain, User user)
          Shows the add or edit user page.
 void UserView.viewEditGroup(Request request, Group group)
          Shows the add or edit group page.
 void SystemView.viewSystem(Request request)
          Shows the system page.
 void SystemView.viewBackup(Request request)
          Shows the system backup form.
 void SystemView.viewRestore(Request request)
          Shows the system restore form.
 void SiteView.viewSite(Request request)
          Shows the site page.
 void SiteView.viewAddObject(Request request, PersistentObject parent)
          Shows the add object page.
 void SiteView.viewEditDomain(Request request, PersistentObject parent, Domain domain)
          Shows the add or edit domain page.
 void SiteView.viewEditSite(Request request, PersistentObject reference)
          Shows the add or edit site page.
 void SiteView.viewEditTranslator(Request request, Content reference)
          Shows the add or edit translator page.
 void SiteView.viewEditPage(Request request, Content reference)
          Shows the add or edit page page.
 void SiteView.viewEditFile(Request request, Content reference)
          Shows the add or edit file page.
 void SiteView.viewEditFolder(Request request, PersistentObject parent, ContentFolder folder)
          Shows the add or edit folder page.
 void SiteView.viewEditTemplate(Request request, PersistentObject parent, ContentTemplate template)
          Shows the add or edit template page.
 void SiteView.viewTemplatePreview(Request request, ContentTemplate template)
          Shows the template preview page.
 void SiteView.viewLoadSiteScript(Request request, PersistentObject obj, boolean open)
          Shows the load site object JavaScript code.
 void SiteView.viewOpenSiteScript(Request request, PersistentObject obj)
          Shows the open site object JavaScript code.
 void SiteView.viewOpenTemplateScript(Request request, ContentTemplate template)
          Shows the open template JavaScript code.
 java.lang.Object SiteView.getSiteTreeFocus(Request request)
          Returns the site tree focus object.
 void SiteView.setSiteTreeFocus(Request request, java.lang.Object obj)
          Sets the site tree focus object.
 void ScriptView.viewReload(Request request)
          Sends a page reload script.
 void HomeView.viewHome(Request request)
          Shows the home page.
 void HomeView.viewEditUser(Request request)
          Shows the edit user page.
 void HomeView.viewEditPassword(Request request)
          Shows the edit password page.
 void DialogView.viewClose(Request request)
          Shows the automatic close dialog.
 void DialogView.viewError(Request request, java.lang.String message)
          Shows the error message dialog.
 void DialogView.viewError(Request request, ContentException e)
          Shows the error message dialog.
 void DialogView.viewError(Request request, ContentSecurityException e)
          Shows the error message dialog.
 void DialogView.viewDelete(Request request, PersistentObject obj)
          Shows the delete object confirmation dialog.
 void DialogView.viewDeleteUser(Request request, java.lang.Object obj)
          Shows the delete user confirmation dialog.
 void DialogView.viewPublish(Request request, Content content)
          Shows the content publish dialog.
 void DialogView.viewUnpublish(Request request, Content content)
          Shows the content unpublish dialog.
 void DialogView.viewRevert(Request request, Content content)
          Shows the content revert dialog.
 void DialogView.viewPermissions(Request request, PersistentObject obj)
          Shows the permissions editing dialog.
 void DialogView.viewStatistics(Request request, Domain domain)
          Shows the statistics summary page.
 void DialogView.viewUnlock(Request request, Content content)
          Shows the content unlock dialog.
 void ContentView.viewContent(Request request)
          Shows the content page.
 void ContentView.viewAddObject(Request request, PersistentObject parent)
          Shows the add object page.
 void ContentView.viewEditSection(Request request, PersistentObject parent, ContentSection section)
          Shows the add or edit section page.
 void ContentView.viewEditDocument(Request request, Content reference)
          Shows the add or edit document page.
 void ContentView.viewEditFile(Request request, PersistentObject reference)
          Shows the add or edit file page.
 void ContentView.viewEditForum(Request request, Content reference)
          Shows the add or edit forum page.
 void ContentView.viewEditTopic(Request request, Content reference)
          Shows the add or edit topic page.
 void ContentView.viewEditPost(Request request, Content reference)
          Shows the add or edit post page.
 void ContentView.viewSectionPreview(Request request, ContentSection section)
          Shows the section preview page.
 void ContentView.viewDocumentPreview(Request request, ContentDocument doc)
          Shows the document preview page.
 void ContentView.viewLoadContentScript(Request request, PersistentObject obj, boolean open)
          Shows the load content object JavaScript code.
 void ContentView.viewOpenContentScript(Request request, PersistentObject obj)
          Shows the open content object JavaScript code.
 java.lang.Object ContentView.getContentTreeFocus(Request request)
          Returns the content tree focus object.
 void ContentView.setContentTreeFocus(Request request, java.lang.Object obj)
          Sets the content tree focus object.
 void AdminView.viewError(Request request, java.lang.String message, java.lang.String page)
          Shows the error message page.
 void AdminView.viewInfo(Request request, java.lang.String message, java.lang.String detail, java.lang.String page)
          Shows the information message page.
 void AdminView.viewRedirect(Request request, java.lang.String url)
          Shows the redirect page.
 

Uses of Request in org.liquidsite.app.install
 

Methods in org.liquidsite.app.install with parameters of type Request
 void InstallRequestProcessor.process(Request request)
          Processes a request.
 

Uses of Request in org.liquidsite.app.legacy
 

Methods in org.liquidsite.app.legacy with parameters of type Request
 void ForumRequestProcessor.process(Request request)
          Processes a forum request.
 

Uses of Request in org.liquidsite.app.servlet
 

Methods in org.liquidsite.app.servlet with parameters of type Request
abstract  void RequestProcessor.process(Request request)
          Processes a request.
protected  void RequestProcessor.processNormal(Request request, ContentSite site, java.lang.String path, boolean preview)
          Processes a request for a normal resource in a content site.
protected  void RequestProcessor.processLiquidSite(Request request, java.lang.String path)
          Processes a request for the special "/liquidsite" path at the root of each site.
protected  void RequestProcessor.sendContent(Request request, Content content)
          Processes a request to a content object.
protected  void RequestProcessor.sendTemplate(Request request, java.lang.String templateName)
          Processes a request to a template file.
protected  void RequestProcessor.sendError(Request request, int code)
          Processes an error response.
 void DefaultRequestProcessor.process(Request request)
          Processes a request.
 

Uses of Request in org.liquidsite.app.template
 

Methods in org.liquidsite.app.template that return Request
protected  Request TemplateBean.getContextRequest()
          Returns the bean context request.
 Request BeanContext.getRequest()
          Returns the request object.
 

Methods in org.liquidsite.app.template with parameters of type Request
 void Template.processNormal(Request request, ContentManager manager)
          Processes the template with a request and a content manager.
 void Template.processError(Request request, ContentManager manager, int code)
          Processes the template with a request and a content manager.
 

Uses of Request in org.liquidsite.core.web
 

Subclasses of Request in org.liquidsite.core.web
 class MultiPartRequest
          An HTTP multi-part request and response.
 

Methods in org.liquidsite.core.web with parameters of type Request
 void FormValidator.validate(Request request)
          Validates the parameters in a request.
 void FormHandler.process(Request request)
          Processes the form request.
 void FormHandler.processWithoutErrorHandling(Request request)
          Processes the form request.
protected abstract  void FormHandler.display(Request request, int step)
          Displays a form for the specified workflow step.
protected abstract  void FormHandler.validate(Request request, int step)
          Validates a form for the specified workflow step.
protected abstract  int FormHandler.handle(Request request, int step)
          Handles a validated form for the specified workflow step.
protected  void FormHandler.workflowEntered(Request request)
          This method is called when the user is entering the workflow.
protected  void FormHandler.workflowExited(Request request)
          This method is called when the user is exiting the workflow.
protected  void FormHandler.workflowError(Request request, FormHandlingException e)
          This method is called when an error was encountered during the processing.