Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.milligan.eccles.evaluator.* (3)org.milligan.eccles.httpunit.* (1)org.milligan.eccles.tags.* (17)
org.milligan.eccles.tags.web.* (2)

org.milligan.eccles: Javadoc index of package org.milligan.eccles.


Package Samples:

org.milligan.eccles.tags.web
org.milligan.eccles.tags
org.milligan.eccles.evaluator
org.milligan.eccles.httpunit

Classes:

Tag: Base implementation of a Tag. NOTE Can be called by multiple threads at once, so only use member variables when you are aware they are going to be shared between instances When executing the following methods are called in sequence doStartTag doInitChildren ...child tags executed... ] For as many times doAfterChildren ] as required doFinishChildren doEndTag
CatchTag: The catch section of a try-catch block. The type property is a class derived from java.lang.Exception . If no '.' characters are found in the type name, then "java.lang." is automatically prepended to the string.
ResponseWrapper: Wrapper to an HttpUnit WebResponse. Expose funtionality via specialised Map Interfaces to be able to be read by the JSTL evaluator.
GenericBreakableTag: A generic description of a tag that performs some kind of loop. Included so that the break tag can find it's parent tag.
EcclesRunnerParameters: Input parameters used for running Eccles. Extracted to a public class to allow JUnit test classes to create and pass in
PageContextFacade: A helper class to interface with the JSTL SPEL. Make property functions appear as a PageContext
EcclesReturnValue: Definition of a return value from a tag with optional additional information.
RunState: State of the current run, passed to tag functions during run
AssertTag: Assert tag. Report an exception if the test value is false
Try: Interface that marks a tag as supporting try type logic
AssertionException: Exception thrown when an assert tag fails
ReportingTag: A tag that supports writing to the report file
LogTag: A tag to send a log message to the console
LoopTag: Execute the child tags a number of times.
TestTag: A tag representing a collection of tests
PropertyTag: Tag for setting or defining a property
ReportType: A report type, name, level, code etc.
TryTag: The try section of a try-catch block
ThrowTag: Throws (or re-throws) an exception
OpenUrlTag: Opens a Url on a web conversation
ForEachTag: Loop over items in a collection
Catch: Interface for Catch tags
RunTestTag: Run an named global test
WebConversationTag: Holds a web conversation
EcclesRunner: Main execution class

Home | Contact Us | Privacy Policy | Terms of Service