Uses of Class
se.kmr.scam.client.http.HttpException

Packages that use HttpException
se.kmr.scam.client.chain   
se.kmr.scam.client.http   
se.kmr.scam.client.http.command   
se.kmr.scam.client.http.command.response   
se.kmr.scam.client.http.helper   
se.kmr.scam.client.http.repository   
se.kmr.scam.client.repository   
se.portfolio.scam.http.command   
se.portfolio.scam.http.command.response   
 

Uses of HttpException in se.kmr.scam.client.chain
 

Methods in se.kmr.scam.client.chain that throw HttpException
 void CommandChainParser.parse(String filename)
          Parse the given XML-file.
 void CommandChainParser.parse(InputStream is)
          Parse the CommandChain definitions from a stream
 

Uses of HttpException in se.kmr.scam.client.http
 

Methods in se.kmr.scam.client.http that return HttpException
static HttpException HttpException.getInstance(ArchiveException ex)
           
 

Methods in se.kmr.scam.client.http that throw HttpException
abstract  void CommandResponse.execute()
          Executes the response action.
 CommandResponse CommandChainImpl.execute(HttpServletRequest request, HttpServletResponse response)
          Executes all commands that has been added to this chain.
 CommandResponse Command.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 

Uses of HttpException in se.kmr.scam.client.http.command
 

Methods in se.kmr.scam.client.http.command that throw HttpException
 CommandResponse SyncManifest.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse StoreUpload.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the designated task.
 CommandResponse StoreModel.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse SavePreferences.execute(HttpServletRequest request, HttpServletResponse response)
          Description of the Method
 CommandResponse SaveModelInCache.execute(HttpServletRequest request, HttpServletResponse response)
          Description of the Method
 CommandResponse RestoreManifest.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse RemoveUser.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse RemoveProperty.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the defined task
 CommandResponse RemoveManifest.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse RemoveAnnotations.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Remove.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse ReadModel.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse Paste.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse ParseUser.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse ParseRDF.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse Open.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse MergeModel.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse LOMSort.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse LOMSearch.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Logout.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Login.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse ListUsers.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse ListResult.execute(HttpServletRequest request, HttpServletResponse response)
          Perform the task of this command.
 CommandResponse ListReferences.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse ListManifests.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Link.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse InternalRedirect.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse InternalForward.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse GetURIByProperty.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse GetParentURI.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse GetManifestURI.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command
 CommandResponse GetIMSCPPath.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse GetHomeURI.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command
 CommandResponse FreetextSearch.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Cut.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse CreateViewByType.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 CommandResponse CreateUser.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse CreateManifest.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse CreateLink.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse CreateItem.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse CreateAnnotation.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse CreateAbstractViewByType.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 CommandResponse CreateAbstractView.execute(HttpServletRequest request, HttpServletResponse response)
          Description of the Method
 CommandResponse BackupManifest.execute(HttpServletRequest request, HttpServletResponse response)
          Execute this command
 CommandResponse AddProperty.execute(HttpServletRequest request, HttpServletResponse response)
          Excute the command
 

Uses of HttpException in se.kmr.scam.client.http.command.response
 

Methods in se.kmr.scam.client.http.command.response that throw HttpException
 void Redirect.execute()
          Execute the redirection.
 void Forward.execute()
          Executes the action
 void Download.execute()
          Execute the download.
 

Constructors in se.kmr.scam.client.http.command.response with parameters of type HttpException
Error(HttpServletRequest request, HttpServletResponse response, String page, HttpException ex)
           
 

Uses of HttpException in se.kmr.scam.client.http.helper
 

Methods in se.kmr.scam.client.http.helper that return HttpException
 HttpException ErrorBean.getException()
           
 

Constructors in se.kmr.scam.client.http.helper with parameters of type HttpException
ErrorBean(HttpException ex)
          Constructor
 

Uses of HttpException in se.kmr.scam.client.http.repository
 

Methods in se.kmr.scam.client.http.repository that throw HttpException
static SearchFactory MetaSearchFactory.create(HttpServletRequest request)
          Deprecated. This class is deprecated, use SearchFactory.getInstance()
static ManifestFactory MetaManifestFactory.create(HttpServletRequest request)
          Deprecated. This class is deprecated, use ManifestFactory.getInstance()
 

Uses of HttpException in se.kmr.scam.client.repository
 

Methods in se.kmr.scam.client.repository that throw HttpException
static SearchFactory SearchFactory.getInstance()
           
static ManifestFactory ManifestFactory.getInstance()
           
static ContentFactory ContentFactory.getInstance()
           
static AdministerFactory AdministerFactory.getInstance()
           
 

Uses of HttpException in se.portfolio.scam.http.command
 

Methods in se.portfolio.scam.http.command that throw HttpException
 CommandResponse UpdateLiveProperties.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 CommandResponse UpdateContent.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse SortResult.execute(HttpServletRequest request, HttpServletResponse response)
          Implementation of execute().
 CommandResponse Search.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse ProcessAcl.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse Open.execute(HttpServletRequest request, HttpServletResponse response)
           
 CommandResponse CreateDefaultModel.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 CommandResponse AddToHistory.execute(HttpServletRequest request, HttpServletResponse response)
           
abstract  CommandResponse AbstractProcessModel.execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 

Uses of HttpException in se.portfolio.scam.http.command.response
 

Methods in se.portfolio.scam.http.command.response that throw HttpException
 void Download.execute()
          Execute the download.
 



Copyright © 2003 SCAM. All Rights Reserved.