|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
water.api.Constants
water.api.RequestStatics
water.api.RequestArguments
water.api.RequestQueries
water.api.RequestBuilders
water.api.Request
water.api.HTMLOnlyRequest
water.api.TutorialWorkflow
public abstract class TutorialWorkflow
Basic page introducing tutorial for Random Forest on Iris
Nested Class Summary | |
---|---|
protected class |
TutorialWorkflow.FileTutorStep
Tutorial step stored in file |
protected class |
TutorialWorkflow.TutorStep
Simple tutorial step defined by its title, summary, and content. |
protected class |
TutorialWorkflow.TutorWorkflow
A simple tutorial workflow representation |
Nested classes/interfaces inherited from class water.api.Request |
---|
Request.API, Request.Default, Request.Filter |
Nested classes/interfaces inherited from class water.api.RequestStatics |
---|
RequestStatics.RequestType |
Nested classes/interfaces inherited from class water.api.Constants |
---|
Constants.Extensions, Constants.Schemes, Constants.Suffixes |
Field Summary | |
---|---|
protected RequestArguments.Int |
_step
|
Fields inherited from class water.api.Request |
---|
_requestHelp, SUPPORTS_ONLY_V1, SUPPORTS_ONLY_V2, SUPPORTS_V1_V2 |
Fields inherited from class water.api.RequestBuilders |
---|
ARRAY_BUILDER, ARRAY_HEADER_ROW_BUILDER, ARRAY_ROW_BUILDER, ARRAY_ROW_ELEMENT_BUILDER, ARRAY_ROW_SINGLECOL_BUILDER, ELEMENT_BUILDER, GSON_BUILDER, OBJECT_BUILDER, ROOT_OBJECT |
Fields inherited from class water.api.RequestQueries |
---|
_queryHtml |
Fields inherited from class water.api.RequestArguments |
---|
_arguments |
Constructor Summary | |
---|---|
TutorialWorkflow()
|
Method Summary | |
---|---|
protected java.lang.String |
build(RequestBuilders.Response response)
Builds the HTML for the given response. |
protected void |
decorateActiveStep(TutorialWorkflow.TutorStep step,
java.lang.StringBuilder sb)
Shows the active workflow step |
protected void |
decorateWorkflow(TutorialWorkflow.TutorWorkflow twf,
java.lang.StringBuilder sb,
int activeStepNum)
|
protected abstract TutorialWorkflow.TutorWorkflow |
getWorkflow()
Returns a workflow to show |
Methods inherited from class water.api.HTMLOnlyRequest |
---|
serve, serve |
Methods inherited from class water.api.Request |
---|
addToNavbar, addToNavbar, create, DocExampleFail, DocExampleSucc, href, href, hrefType, HTMLHelp, initializeNavBar, log, mapTypeahead, registered, ReSTHelp, serveGrid, supportedVersions, toDocGET, toHTML, wrap, wrap, wrap, writeJSONFields |
Methods inherited from class water.api.RequestBuilders |
---|
buildJSONResponseBox, buildResponseHeader, name |
Methods inherited from class water.api.RequestQueries |
---|
buildQuery, checkArguments, queryArgumentValueSet |
Methods inherited from class water.api.RequestArguments |
---|
arguments, argumentsToJson, frameColumnNameToIndex, vaCategoryNames, vaCategoryNames, vaColumnNameToIndex |
Methods inherited from class water.api.RequestStatics |
---|
checkJsonName, encodeRedirectArgs, JSON2HTML, jsonError, requestName, Str2JSON |
Methods inherited from class water.Iced |
---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final RequestArguments.Int _step
Constructor Detail |
---|
public TutorialWorkflow()
Method Detail |
---|
protected abstract TutorialWorkflow.TutorWorkflow getWorkflow()
protected java.lang.String build(RequestBuilders.Response response)
RequestBuilders
build
in class RequestBuilders
protected void decorateActiveStep(TutorialWorkflow.TutorStep step, java.lang.StringBuilder sb)
protected void decorateWorkflow(TutorialWorkflow.TutorWorkflow twf, java.lang.StringBuilder sb, int activeStepNum)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |