|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |