|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of HammurapiWebException in biz.hammurapi.web |
| Methods in biz.hammurapi.web that throw HammurapiWebException | |
void |
StylingServlet.TransformCommand.transform(org.w3c.dom.Document doc,
javax.xml.transform.Result result)
|
protected java.lang.Object |
SelfDispatchingServlet.getActionInstance(java.lang.String path)
Extracts instance name from the path and returns instance for the path. |
protected java.lang.String |
SelfDispatchingServlet.getActionName(java.lang.String path)
|
protected void |
SelfDispatchingServlet.verifyMethod(java.lang.reflect.Method method)
|
static java.lang.Object |
MetadataActions.getColumns(biz.hammurapi.config.Context ctx)
Retrieves table columns, injects them as a parameter to the interaction and returns the interaction for rendering. |
void |
FileActions.create(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.Object |
FileActions.getActions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a list of actions available for a given file or file type |
protected abstract java.lang.Object |
DispatchingServlet.getActionInstance(java.lang.String path)
Extracts instance name from the path and returns instance for the path. |
protected abstract java.lang.String |
DispatchingServlet.getActionName(java.lang.String path)
|
protected void |
DispatchingServlet.verifyMethod(java.lang.reflect.Method method)
Subclasses can override this method and throw an exception of methods which are not supposed to be dispatched to. |
void |
DispatchingServlet.style(java.lang.Object ret,
java.lang.String styleName,
biz.hammurapi.config.Context context,
javax.xml.transform.Result result)
Converts object returned from action to XML and applies style |
protected java.lang.Object |
ActionServlet.getActionInstance(java.lang.String path)
Extracts instance name from the path and returns instance for the path. |
protected java.lang.String |
ActionServlet.getActionName(java.lang.String path)
|
java.lang.Object |
ActionServlet.getActionInstance(java.lang.Class actionClass,
java.lang.String profile)
|
| Uses of HammurapiWebException in biz.hammurapi.web.analysis |
| Methods in biz.hammurapi.web.analysis that throw HammurapiWebException | |
void |
AnalysisActions.createGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.String |
AnalysisActions.generate(javax.servlet.http.HttpServletRequest request)
Generates content from analysis term |
java.lang.Object |
AnalysisActions.createMenu(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates menu from analysis term and collected information. |
void |
AnalysisActions.createAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
| Uses of HammurapiWebException in biz.hammurapi.web.eval |
| Methods in biz.hammurapi.web.eval that throw HammurapiWebException | |
EvaluationResult |
XsltEvaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
VelocityEvaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
TokenEvaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
SimpleEvaluatorFactory.evaluate(java.lang.String language,
java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
SimpleEvaluatorFactory.evaluate(java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader,
ResourceLocator resourceLocator)
|
EvaluationResult |
ResultSetEvaluatorFactory.evaluate(java.lang.String language,
java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
ResultSetEvaluatorFactory.evaluate(java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader,
ResourceLocator resourceLocator)
|
EvaluationResult |
JxpEvaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
EvaluatorFactory.evaluate(java.lang.String language,
java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
Evaluates source with given language. |
EvaluationResult |
EvaluatorFactory.evaluate(java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader,
ResourceLocator resourceLocator)
Looks up source in resource locator. |
EvaluationResult |
Evaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
EvaluationResult |
BeanShellEvaluator.evaluate(java.lang.String source,
java.lang.String sourceName,
java.util.Map context,
java.lang.ClassLoader classLoader)
|
| Uses of HammurapiWebException in biz.hammurapi.web.interaction |
| Methods in biz.hammurapi.web.interaction that throw HammurapiWebException | |
java.lang.Object |
InterActions.start(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Starts interaction. |
java.lang.Object |
InterActions.next(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Proceeds to the next interaction step. |
static InteractionInstance |
InterActions.getInstance(biz.hammurapi.config.Context ctx)
Retrieves interaction instance using interaction factory and request parameters |
static InteractionInstance.StepInstance |
InterActions.getCurrentStep(biz.hammurapi.config.Context ctx)
Retrieves current interaction step from the interaction factory and request parameters. |
void |
InteractionInstance.after(java.util.Map context)
Executes after code. |
void |
InteractionInstance.completed(java.lang.Integer stepId,
java.util.Map context,
java.lang.String userId)
Marks step as completed, evaluates transitions from it and new step instances. |
DynaBind |
InteractionInstance.StepInstance.action(java.util.Map context)
Executes action code. |
void |
InteractionInstance.TransitionInstance.action(java.util.Map context)
Executes action code. |
InteractionInstance |
InteractionFactory.createInteractionInstance(int definitionId,
java.lang.String exitUrl,
java.util.Map context,
java.lang.String user)
Creates and returns interaction instance. |
boolean |
InteractionFactory.InteractionDefinition.before(java.util.Map context)
Executes before code. |
java.lang.Object |
InteractionFactory.InteractionDefinition.StepDefinition.guard(java.util.Map context)
Executes guard code. |
java.lang.Object |
InteractionFactory.InteractionDefinition.TransitionDefinition.condition(java.util.Map context)
Executes guard code. |
| Uses of HammurapiWebException in biz.hammurapi.web.mda |
| Methods in biz.hammurapi.web.mda that throw HammurapiWebException | |
Template |
TemplateFactory.getTemplate(java.lang.String category,
java.lang.String name)
|
Template |
TemplateFactory.getTemplate(int id)
|
java.lang.String |
Template.evaluate(java.util.Map context,
java.lang.ClassLoader classLoader)
Evaluates template. |
protected void |
MdaRule.render(java.util.Map context,
java.lang.String template,
java.lang.String[] path)
Renders context to channel writer using template |
| Uses of HammurapiWebException in biz.hammurapi.web.mda.db.model |
| Methods in biz.hammurapi.web.mda.db.model that throw HammurapiWebException | |
java.lang.String |
Column.generate(java.lang.String viewName)
Generates code from template specified for given column for given view |
Template |
Column.getTemplate(java.lang.String viewName)
Generates code from template specified for given column for given view |
| Uses of HammurapiWebException in biz.hammurapi.web.menu |
| Methods in biz.hammurapi.web.menu that throw HammurapiWebException | |
void |
Renderer.render(Menu menu,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Renders menu to response. |
boolean |
MenuFilter.buildMenu(javax.servlet.http.HttpServletRequest request)
Builds menu |
java.lang.Object |
MenuActions.update(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionServlet servlet)
Updates menu. |
boolean |
Menu.start(biz.hammurapi.authorization.AuthorizationProvider authorizationProvider,
biz.hammurapi.config.Context context)
Starts root menu. |
java.lang.Object |
Function.invoke(java.lang.Object[] args)
|
java.lang.Object |
Function.invoke(java.lang.Object[] args,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
Function.start(biz.hammurapi.config.Context context,
Menu owner)
|
| Uses of HammurapiWebException in biz.hammurapi.web.menu.matchers |
| Methods in biz.hammurapi.web.menu.matchers that throw HammurapiWebException | |
static UriMatcher |
UriMatcher.newMatcher(java.lang.String patternLanguage,
java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
| Constructors in biz.hammurapi.web.menu.matchers that throw HammurapiWebException | |
UriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
|
UriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
Re14UriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
Re14UriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
|
Perl5UriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
|
Perl5UriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
GlobUriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
|
GlobUriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
ExactUriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean includeQueryString,
int weight)
|
|
ExactUriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
AwkUriMatcher(java.lang.String pattern,
java.lang.String baseUri,
boolean matchQueryString,
int weight)
|
|
AwkUriMatcher(org.w3c.dom.Element holder,
java.lang.String baseUri,
org.apache.xpath.CachedXPathAPI cxpa)
|
|
| Uses of HammurapiWebException in biz.hammurapi.web.security |
| Methods in biz.hammurapi.web.security that throw HammurapiWebException | |
java.lang.Object |
ActionsBase.login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionServlet servlet)
|
| Uses of HammurapiWebException in biz.hammurapi.web.util |
| Methods in biz.hammurapi.web.util that throw HammurapiWebException | |
java.lang.String |
GuidGenerator.nextGUID()
|
| Uses of HammurapiWebException in biz.hammurapi.web.xslt |
| Methods in biz.hammurapi.web.xslt that throw HammurapiWebException | |
protected javax.xml.transform.Source |
XsltTransformerBase.getSource()
|
protected javax.xml.transform.Source |
XsltcTransformerBase.getSource()
|
void |
AbstractXsltTransformer.transform(javax.xml.transform.Source source,
javax.xml.transform.Result result,
AbstractXsltTransformer.SetContentTypeCallBack setContentTypeCallBack,
AbstractXsltTransformer.SetParametersCallback setParametersCallback)
|
protected java.io.InputStream |
AbstractXsltTransformer.getStyleSheetAsStream()
|
protected abstract javax.xml.transform.Source |
AbstractXsltTransformer.getSource()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||