A B C D E F G H I J K L M N O P Q R S T U V W X _

A

a(Object) - Method in class wheel.components.Component
 
a() - Method in class wheel.components.Component
 
a(Object) - Method in class wheel.components.ComponentCreator
 
a() - Method in class wheel.components.ComponentCreator
 
abbr() - Method in class wheel.components.Component
 
abbr(Object) - Method in class wheel.components.Component
 
abbr() - Method in class wheel.components.ComponentCreator
 
abbr(Object) - Method in class wheel.components.ComponentCreator
 
AbstractDateConversionHandler - Class in wheel.util
 
AbstractDateConversionHandler() - Constructor for class wheel.util.AbstractDateConversionHandler
 
AbstractEngine - Class in wheel
An abstract implementation of IEngine.
AbstractEngine() - Constructor for class wheel.AbstractEngine
 
accumulate(String, Object) - Method in class wheel.json.JSONObject
Accumulate values under a key.
acronym() - Method in class wheel.components.Component
 
acronym(Object) - Method in class wheel.components.Component
 
acronym() - Method in class wheel.components.ComponentCreator
 
acronym(Object) - Method in class wheel.components.ComponentCreator
 
action(String) - Method in class wheel.components.Component
 
actionBinding(String) - Method in class wheel.components.Component
 
actionBinding(ActionExpression) - Method in class wheel.components.Component
 
ActionExpression - Class in wheel.components
 
ActionExpression(String) - Constructor for class wheel.components.ActionExpression
 
ActionMethod - Annotation Type in wheel.annotations
 
add(Component) - Method in class wheel.components.Component
Adds the given component to the component tree.
addComponent(Component) - Method in class wheel.util.ComponentStore
 
addCookie(Cookie) - Method in class wheel.testing.MockHttpServletResponse
 
addDateHeader(String, long) - Method in class wheel.testing.MockHttpServletResponse
 
addErrorMapping(String, String) - Method in class wheel.EngineImpl
 
addErrorMapping(String, String) - Method in interface wheel.IEngine
Adds a mapping that will map exception classnames to page names.
addErrorMapping(String, String) - Method in class wheel.testing.MockEngine
 
addField(String, String) - Method in class wheel.testing.MockForm
 
addFirst(Component) - Method in class wheel.components.Component
 
addFormField(String, String) - Method in class wheel.testing.WheelTestCase
Adds field value to the mock form.
addFormValidationError(String) - Method in class wheel.components.Form
 
addFormValidationRule(String, String) - Method in class wheel.components.Form
Adds a validation rule for the whole form.
addHeader(String, String) - Method in class wheel.testing.MockHttpServletResponse
 
addIntHeader(String, int) - Method in class wheel.testing.MockHttpServletResponse
 
addParameter(String, String) - Method in class wheel.testing.MockHttpServletRequest
 
addParameter(String, Object) - Static method in class wheel.testing.WheelFunctionalTestCase
 
addRenderAfter(RenderableComponent) - Method in class wheel.components.RenderableComponent
All renderables added y calling this method will be rendered after the component itself but the renderables will not be added to the component tree.
addRenderBefore(RenderableComponent) - Method in class wheel.components.RenderableComponent
All renderables added y calling this method will be rendered before the component itself but the renderables will not be added to the component tree.
address() - Method in class wheel.components.Component
 
address(Object) - Method in class wheel.components.Component
 
address() - Method in class wheel.components.ComponentCreator
 
address(Object) - Method in class wheel.components.ComponentCreator
 
addValidationError(String) - Method in class wheel.components.FormElement
 
addValue(String, String) - Method in class wheel.util.StringSelectModel
 
afterAdd() - Method in class wheel.components.Component
A lifecycle method that is called after the component has been added to the component tree.
afterAdd() - Method in class wheel.components.StandaloneComponent
 
Any - Class in wheel.components
This component can be used to present any tag that doesn't have any children nor content.
Any(Component, CharSequence) - Constructor for class wheel.components.Any
 
append(String, Object) - Method in class wheel.json.JSONObject
Append values to the array under a key.
area(String...) - Method in class wheel.components.Component
 
area(String...) - Method in class wheel.components.ComponentCreator
 
array() - Method in class wheel.json.JSONWriter
Begin appending a new array.
assertPresent(String) - Method in class wheel.testing.WheelFunctionalTestCase
Checks that an element is present in the output html.
assertPresent(String) - Method in class wheel.testing.WheelTestCase
Checks that an element is present in the output html.
assertXpath(String, String) - Method in class wheel.testing.WheelFunctionalTestCase
Enables to make Xpath-based assertions on the html-code created when the component was rendered with a call to render() method.
assertXpath(String, String) - Method in class wheel.testing.WheelTestCase
Enables to make Xpath-based assertions on the html-code created when the component was rendered with a call to render() method.
Asset - Class in wheel
Asset is something that a html page needs aside from the html-code.
Asset(String, StandaloneComponent) - Constructor for class wheel.Asset
 
Asset(String, String, Asset.AssetType) - Constructor for class wheel.Asset
 
Asset.AssetType - Enum in wheel
 
AssetProcessor - Class in wheel
 
AssetProcessor() - Constructor for class wheel.AssetProcessor
 
attribute(String, CharSequence) - Method in class wheel.components.Component
Adds an xhtml-attribute to the component.
attributes(String...) - Method in class wheel.components.Component
Has the same functionality as addAsset(String fileUri) but uses varargs to enable adding multitple attributes at once.

B

b(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets rendering hint to "b" and returns it.
b() - Method in class wheel.components.Component
 
b(Object) - Method in class wheel.components.ComponentCreator
 
b() - Method in class wheel.components.ComponentCreator
 
back() - Method in class wheel.json.JSONTokener
Back up one character.
base(CharSequence) - Method in class wheel.components.Component
 
base(CharSequence) - Method in class wheel.components.ComponentCreator
 
bdo(CharSequence) - Method in class wheel.components.Component
 
bdo(CharSequence) - Method in class wheel.components.ComponentCreator
 
big() - Method in class wheel.components.Component
 
big(Object) - Method in class wheel.components.Component
 
big() - Method in class wheel.components.ComponentCreator
 
big(Object) - Method in class wheel.components.ComponentCreator
 
Block - Class in wheel.components
Block is an all-purpose component that is used whenever you need a component that holds other (html) components.
block(CharSequence) - Method in class wheel.components.ComponentCreator
 
blockquote() - Method in class wheel.components.Component
 
blockquote() - Method in class wheel.components.ComponentCreator
 
br() - Method in class wheel.components.Component
Adds an Any-component to the component tree, sets rendring hint to "br" and returns it.
br() - Method in class wheel.components.ComponentCreator
 
buildComponent() - Method in class wheel.components.CheckboxGroup
 
buildComponent() - Method in class wheel.components.Form
 
buildComponent() - Method in interface wheel.components.IBuildableComponent
Builds the component preparing it for rendering.
buildComponent() - Method in class wheel.components.RadioGroup
 
buildComponent() - Method in class wheel.components.Select
 
buildComponent() - Method in class wheel.ErrorPage
 
buildComponent() - Method in class wheel.testing.MockPage
 
button() - Method in class wheel.components.Component
 
button() - Method in class wheel.components.ComponentCreator
 

C

CalendarConversionHandler - Class in wheel.util
 
CalendarConversionHandler() - Constructor for class wheel.util.CalendarConversionHandler
 
canConvertFrom(Class) - Method in class wheel.util.CalendarConversionHandler
 
canConvertFrom(Class) - Method in class wheel.util.DateConversionHandler
 
caption() - Method in class wheel.components.Component
 
caption() - Method in class wheel.components.ComponentCreator
 
caption() - Method in class wheel.components.Table
 
charAt(int) - Method in class wheel.components.Expression
 
Checkbox - Class in wheel.components
Will render an <input type="checkbox"/> form element.
checkbox(String) - Method in class wheel.components.Component
Adds a Checkbox-component to the component tree and returns it.
checkbox(String) - Method in class wheel.components.ComponentCreator
 
CheckboxGroup - Class in wheel.components
CheckboxGroup makes it possible to select objects with checkboxes from an ISelectModel.
checkboxGroup(String, ISelectModel, ElExpression) - Method in class wheel.components.Component
Adds a CheckboxGroup-component to the component tree and returns it.
checkboxGroup(String, ISelectModel, ElExpression) - Method in class wheel.components.ComponentCreator
 
cite() - Method in class wheel.components.Component
 
cite(Object) - Method in class wheel.components.Component
 
cite() - Method in class wheel.components.ComponentCreator
 
cite(Object) - Method in class wheel.components.ComponentCreator
 
clasS(CharSequence) - Method in class wheel.components.Component
 
cleanup() - Method in interface wheel.persistence.IObjectStore
 
cleanup() - Method in class wheel.persistence.SessionStore
 
clear() - Method in class wheel.testing.MockForm
 
clear() - Method in class wheel.util.ComponentStore
 
clear() - Method in class wheel.util.StringSelectModel
 
col() - Method in class wheel.components.Component
Adds a col-element to a surrounding TableBlock-component.
col() - Method in class wheel.components.ComponentCreator
 
col() - Method in class wheel.components.TableBlock
 
colgroup() - Method in class wheel.components.Component
Adds a colgroup-element to a surrounding Table-component.
colgroup() - Method in class wheel.components.ComponentCreator
 
colgroup() - Method in class wheel.components.Table
 
collection(String) - Method in class wheel.util.DynamicSelectModel
 
commit() - Method in class wheel.components.StandaloneComponent
Calling this method causes all field marked with @Value(linkTo = ...) annotation to be written to the domain objects.
commit(String...) - Method in class wheel.components.StandaloneComponent
Calling this method causes all field marked with @Value(linkTo = ...) annotation and identified in the input varargs to be writtetn to the domain objects.
Component - Class in wheel.components
The main API for Wheel.
Component(String) - Constructor for class wheel.components.Component
Minimum constructor for components that have given id's instead of generated ones.
Component(Component) - Constructor for class wheel.components.Component
Minimum constructor for components that have a generated component id.
Component(Component, String) - Constructor for class wheel.components.Component
Creates a new component with the given parent component and the given component id.
Component(Component, String, CharSequence) - Constructor for class wheel.components.Component
Creates a new component with the given parent component, given component id and given render hint.
ComponentCreator - Class in wheel.components
 
ComponentCreator(Component) - Constructor for class wheel.components.ComponentCreator
 
ComponentStore - Class in wheel.util
 
ComponentStore() - Constructor for class wheel.util.ComponentStore
 
config() - Method in class wheel.components.RenderableComponent
 
config() - Method in class wheel.components.StandaloneComponent
 
contains(String) - Method in class wheel.testing.MockForm
 
containsHeader(String) - Method in class wheel.testing.MockHttpServletResponse
 
context - Variable in class wheel.DefaultResourceManager
 
convertFrom(Object) - Method in class wheel.util.CalendarConversionHandler
 
convertFrom(Object) - Method in class wheel.util.DateConversionHandler
 
copyFromDomain(StandaloneComponent) - Method in class wheel.util.LinkToDomain
 
create() - Method in class wheel.components.Component
 
createClassLoader() - Method in class wheel.DefaultResourceManager
 
createClassLoader() - Method in class wheel.DevelopmentResourceManager
 
createForm(String) - Method in class wheel.testing.WheelTestCase
Creates a mock form where you can manually set values and then submit it to the component.
createTd() - Method in class wheel.components.TableRow
 
createTh() - Method in class wheel.components.TableRow
 
createUser(String) - Static method in class wheel.testing.WheelFunctionalTestCase
 

D

DateConversionHandler - Class in wheel.util
 
DateConversionHandler() - Constructor for class wheel.util.DateConversionHandler
 
dateInput(String, String) - Method in class wheel.components.Component
Adds a DateInput component to the component tree and returns it.
dateInput(String, CharSequence) - Method in class wheel.components.ComponentCreator
 
DateInput - Class in wheel.components
A form element that can be used for handling Dates and Calendars.
dd() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "dd" and returns it.
dd(Object) - Method in class wheel.components.Component
 
dd() - Method in class wheel.components.ComponentCreator
 
dd(Object) - Method in class wheel.components.ComponentCreator
 
defaultDomEvent() - Method in class wheel.components.Checkbox
 
defaultDomEvent() - Method in class wheel.components.Form
 
defaultDomEvent() - Method in class wheel.components.FormElement
 
defaultDomEvent() - Method in class wheel.components.Hidden
 
defaultDomEvent() - Method in class wheel.components.Radio
 
defaultDomEvent() - Method in class wheel.components.RenderableComponent
 
defaultDomEvent() - Method in class wheel.components.Select
 
defaultDomEvent() - Method in class wheel.components.Submit
 
DefaultResourceManager - Class in wheel
 
DefaultResourceManager(ServletContext) - Constructor for class wheel.DefaultResourceManager
 
defaultTagName() - Method in class wheel.components.Any
 
defaultTagName() - Method in class wheel.components.Block
 
defaultTagName() - Method in class wheel.components.Checkbox
 
defaultTagName() - Method in class wheel.components.CheckboxGroup
 
defaultTagName() - Method in class wheel.components.DateInput
 
defaultTagName() - Method in class wheel.components.FileInput
 
defaultTagName() - Method in class wheel.components.Form
 
defaultTagName() - Method in class wheel.components.Hidden
 
defaultTagName() - Method in class wheel.components.Image
 
defaultTagName() - Method in class wheel.components.Label
 
defaultTagName() - Method in class wheel.components.Link
 
defaultTagName() - Method in class wheel.components.NumberInput
 
defaultTagName() - Method in class wheel.components.Radio
 
defaultTagName() - Method in class wheel.components.RadioGroup
 
defaultTagName() - Method in class wheel.components.RenderableComponent
Subclasses must implement this.
defaultTagName() - Method in class wheel.components.Select
 
defaultTagName() - Method in class wheel.components.StandaloneComponent
 
defaultTagName() - Method in class wheel.components.Submit
 
defaultTagName() - Method in class wheel.components.Table
 
defaultTagName() - Method in class wheel.components.TableRow
 
defaultTagName() - Method in class wheel.components.Text
 
defaultTagName() - Method in class wheel.components.TextArea
 
defaultTagName() - Method in class wheel.components.TextInput
 
defaultTagName() - Method in class wheel.components.XmlEntityRef
 
dehexchar(char) - Static method in class wheel.json.JSONTokener
Get the hex value of a character (base16).
del() - Method in class wheel.components.Component
 
del(Object) - Method in class wheel.components.Component
 
del() - Method in class wheel.components.ComponentCreator
 
del(Object) - Method in class wheel.components.ComponentCreator
 
DevelopmentResourceManager - Class in wheel
 
DevelopmentResourceManager(ServletContext) - Constructor for class wheel.DevelopmentResourceManager
 
dfn() - Method in class wheel.components.Component
 
dfn(Object) - Method in class wheel.components.Component
 
dfn() - Method in class wheel.components.ComponentCreator
 
dfn(Object) - Method in class wheel.components.ComponentCreator
 
div() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "div" and returns it.
div() - Method in class wheel.components.ComponentCreator
 
dl() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "dl" and returns it.
dl() - Method in class wheel.components.ComponentCreator
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class wheel.WheelServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class wheel.WheelServlet
 
doubleToString(double) - Static method in class wheel.json.JSONObject
Produce a string from a double.
dt() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "dt" and returns it.
dt(Object) - Method in class wheel.components.Component
 
dt() - Method in class wheel.components.ComponentCreator
 
dt(Object) - Method in class wheel.components.ComponentCreator
 
DynamicSelectModel - Class in wheel.util
 
DynamicSelectModel(ElExpression, ElExpression, ElExpression) - Constructor for class wheel.util.DynamicSelectModel
 
DynamicSelectModel() - Constructor for class wheel.util.DynamicSelectModel
 

E

el(String) - Method in class wheel.components.Component
 
ElExpression - Class in wheel.components
 
ElExpression(String) - Constructor for class wheel.components.ElExpression
 
em() - Method in class wheel.components.Component
 
em(Object) - Method in class wheel.components.Component
 
em() - Method in class wheel.components.ComponentCreator
 
em(Object) - Method in class wheel.components.ComponentCreator
 
encode(String) - Method in class wheel.components.Component
URL-encodes the given string and returns it.
encodeRedirectURL(String) - Method in class wheel.testing.MockHttpServletResponse
 
encodeRedirectUrl(String) - Method in class wheel.testing.MockHttpServletResponse
 
encodeURL(String) - Method in class wheel.testing.MockHttpServletResponse
 
encodeUrl(String) - Method in class wheel.testing.MockHttpServletResponse
 
endArray() - Method in class wheel.json.JSONWriter
End an array.
endObject() - Method in class wheel.json.JSONWriter
End an object.
EngineImpl - Class in wheel
"main loop" for Wheel.
EngineImpl(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class wheel.EngineImpl
 
enhance(RenderableComponent, boolean, int) - Method in class wheel.components.SelectModelFormElement
 
entity(String) - Method in class wheel.components.Component
Adds an XmlEntityRef-component to the component tree and returns it.
enumeration(String) - Method in class wheel.util.DynamicSelectModel
 
equals(Object) - Method in class wheel.Asset
 
equals(Object) - Method in class wheel.components.ActionExpression
 
equals(Object) - Method in class wheel.components.Component
Component equality is based on component id.
equals(Object) - Method in class wheel.components.Expression
 
errorMessage(String) - Method in class wheel.components.ElExpression
 
ErrorPage - Class in wheel
Displays all unhandled exceptions if no error mapping or error page has been set in IEngine for the current request cycle.
ErrorPage() - Constructor for class wheel.ErrorPage
 
eval(Object) - Method in class wheel.components.Component
Evaluates a String expression.
eval(Object, Component) - Method in class wheel.components.ElExpression
 
event(String) - Method in class wheel.components.ActionExpression
 
evict(String, String, Component, Scope) - Method in interface wheel.persistence.IObjectStore
 
evict(String, String, Component, Scope) - Method in class wheel.persistence.SessionStore
 
evictPage(String) - Method in interface wheel.persistence.IObjectStore
 
evictPage(String) - Method in class wheel.persistence.SessionStore
 
exists(String, String, Locale, StandaloneComponent) - Method in interface wheel.IMessagesSource
Returns true if a message with the given key exists in the given bundle with the given locale.
exists(String, String, Locale, StandaloneComponent) - Method in class wheel.MessageSourceResourceBundleImpl
 
exposeField(String) - Method in class wheel.components.StandaloneComponentConfiguration
Any field in a StandaloneComponent (provided it has getter and setter) can be "exposed".
Expression - Class in wheel.components
 
Expression(String) - Constructor for class wheel.components.Expression
 
expression - Variable in class wheel.components.Expression
 
extractComponent() - Method in class wheel.components.ActionExpression
 
extractMethod() - Method in class wheel.components.ActionExpression
 

F

field(String) - Method in class wheel.components.Form
Finds a FormElement from this Form with the given name.
fieldBinding(String) - Method in class wheel.components.FormElement
 
fieldset() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "fieldset" and returns it.
fieldset() - Method in class wheel.components.ComponentCreator
 
fileInput(String) - Method in class wheel.components.Component
Adds a FileInput-component to the component tree and returns it.
fileInput(String, ElExpression) - Method in class wheel.components.Component
Adds a FileInput-component to the component tree and returns it.
fileInput(String) - Method in class wheel.components.ComponentCreator
 
FileInput - Class in wheel.components
 
FileUploadMetadata - Class in wheel.util
 
FileUploadMetadata(String, String, long) - Constructor for class wheel.util.FileUploadMetadata
 
find(String) - Method in class wheel.components.Component
Finds a component with the given component id.
findAll(ElExpression) - Method in class wheel.components.Component
TODO
flushBuffer() - Method in class wheel.testing.MockHttpServletResponse
 
flushCache() - Method in class wheel.Messages
Flushes message cache.
form(String, ActionExpression) - Method in class wheel.components.Component
Adds a Form-component to the component tree and returns it.
form(String) - Method in class wheel.components.Component
 
form(String) - Method in class wheel.components.ComponentCreator
 
form(String, ActionExpression) - Method in class wheel.components.ComponentCreator
 
Form - Class in wheel.components
Represents an HTML form.
Form.Method - Enum in wheel.components
 
FormElement - Class in wheel.components
All components that want to handle form input should extend from this class.
FormElement(Component, String) - Constructor for class wheel.components.FormElement
 
frame(CharSequence) - Method in class wheel.components.Component
 
frame(CharSequence) - Method in class wheel.components.ComponentCreator
 
frameset() - Method in class wheel.components.Component
 
frameset() - Method in class wheel.components.ComponentCreator
 

G

genericFieldErrorMessage - Variable in class wheel.components.FormElement
 
get(String) - Method in class wheel.components.Component
Returns the component with the given component id.
get(int) - Method in class wheel.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class wheel.json.JSONObject
Get the value object associated with a key.
get(String, String, Class, Component, Scope) - Method in interface wheel.persistence.IObjectStore
 
get(String, String, Class, Component, Scope) - Method in class wheel.persistence.SessionStore
 
getAction() - Method in class wheel.components.Form
 
getActionExpression() - Method in class wheel.components.ActionExpression
 
getActionRegistry() - Method in class wheel.enhance.WheelClassLoader
 
getActionUrl() - Method in class wheel.components.ActionExpression
 
getApplicationPackages() - Method in class wheel.enhance.WheelClassLoader
 
getAttribute(String) - Method in class wheel.testing.MockHttpServletRequest
 
getAttribute(String) - Method in class wheel.testing.MockHttpSession
 
getAttribute(String) - Method in class wheel.testing.MockServletContext
 
getAttributeNames() - Method in class wheel.testing.MockHttpServletRequest
 
getAttributeNames() - Method in class wheel.testing.MockHttpSession
 
getAttributeNames() - Method in class wheel.testing.MockServletContext
 
getAuthType() - Method in class wheel.testing.MockHttpServletRequest
 
getBasePackage() - Method in class wheel.EngineImpl
 
getBasePackage() - Method in interface wheel.IEngine
The base package name for page loading.
getBasePackage() - Method in class wheel.testing.MockEngine
 
getBinding() - Method in class wheel.components.FormElement
Returns the binding for this form element.
getBoolean(int) - Method in class wheel.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class wheel.json.JSONObject
Get the boolean value associated with a key.
getBufferSize() - Method in class wheel.testing.MockHttpServletResponse
 
getCause() - Method in exception wheel.json.JSONException
 
getCharacterEncoding() - Method in class wheel.testing.MockHttpServletRequest
 
getCharacterEncoding() - Method in class wheel.testing.MockHttpServletResponse
 
getClassName() - Method in class wheel.enhance.WheelAnnotatedField
 
getComponent(String) - Method in class wheel.util.ComponentStore
 
getComponent() - Method in class wheel.util.DynamicSelectModel
 
getComponent() - Method in class wheel.util.WheelURL
 
getComponentId() - Method in class wheel.components.Component
Returns the identitfier for this component.
getComponentName() - Method in class wheel.components.Component
Returns the short classname of the component class.
getComponents() - Method in class wheel.components.Component
 
getContentLength() - Method in class wheel.testing.MockHttpServletRequest
 
getContentType() - Method in class wheel.components.StandaloneComponentConfiguration
Returns the MIME content type for this complex component.
getContentType() - Method in class wheel.testing.MockHttpServletRequest
 
getContentType() - Method in class wheel.testing.MockHttpServletResponse
 
getContentType() - Method in class wheel.util.FileUploadMetadata
 
getContext() - Method in class wheel.EngineImpl
 
getContext() - Method in interface wheel.IEngine
The ServletContext instance.
getContext() - Method in class wheel.testing.MockEngine
 
getContext(String) - Method in class wheel.testing.MockServletContext
 
getContext() - Static method in class wheel.testing.WheelFunctionalTestCase
 
getContextPath() - Method in class wheel.testing.MockHttpServletRequest
 
getContextPath() - Method in class wheel.testing.MockServletContext
 
getCookies() - Method in class wheel.testing.MockHttpServletRequest
 
getCopy(StandaloneComponent) - Method in class wheel.util.LinkToDomain
 
getCreationTime() - Method in class wheel.testing.MockHttpSession
 
getCssPath() - Method in class wheel.EngineImpl
 
getCssPath() - Method in interface wheel.IEngine
Server root-based path to css-files.
getCssPath() - Method in class wheel.testing.MockEngine
 
getCurrentServer() - Static method in class wheel.AbstractEngine
Returns the IEngine that is processing the request cycle.
getDateFormat() - Static method in class wheel.util.AbstractDateConversionHandler
 
getDateHeader(String) - Method in class wheel.testing.MockHttpServletRequest
 
getDesc() - Method in class wheel.enhance.WheelAnnotatedField
 
getDocument() - Method in class wheel.testing.MockEngine
 
getDouble(int) - Method in class wheel.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class wheel.json.JSONObject
Get the double value associated with a key.
getElExpression() - Method in class wheel.components.ValidationRule
Returns the EL-expression for this rule.
getElExpression() - Method in class wheel.util.LinkToDomain
 
getEmptyValue() - Method in class wheel.util.InitialFieldValue
 
getEncoding() - Method in class wheel.EngineImpl
 
getEncoding() - Method in interface wheel.IEngine
The encoding used during this request cycle for all output as well as URL encoding.
getEncoding() - Method in class wheel.testing.MockEngine
 
getEngine() - Method in class wheel.components.Component
Returns the IEngine instance that is serving this request-cycle.
getError(String) - Method in class wheel.components.StandaloneComponent
Returns the first error for the form element in the submitted form.
getError() - Method in class wheel.EngineImpl
 
getError() - Method in interface wheel.IEngine
Active error for this request process cycle.
getError() - Method in class wheel.testing.MockEngine
 
getErrorPage() - Method in class wheel.EngineImpl
 
getErrorPage() - Method in interface wheel.IEngine
The error page to render if an exception is caugth.
getErrorPage() - Method in class wheel.testing.MockEngine
 
getErrors() - Method in class wheel.components.FormElement
Returns all validation errors for this form element.
getEvent() - Method in class wheel.components.ActionExpression
 
getExpiresQueryString() - Method in class wheel.Asset
 
getExpression() - Method in class wheel.components.ElExpression
 
getExpression() - Method in class wheel.components.Expression
 
getFieldName() - Method in class wheel.util.LinkToDomain
 
getFileName() - Method in class wheel.util.FileUploadMetadata
 
getFileUri() - Method in class wheel.Asset
 
getFormElementName() - Method in class wheel.components.FormElement
 
getFormElements() - Method in class wheel.components.Form
Returns all FormElements that this Form contains.
getGetterName() - Method in class wheel.enhance.WheelAnnotatedField
 
getHashCode() - Method in class wheel.persistence.StoredObject
 
getHashCode() - Method in class wheel.util.LinkToDomain
 
getHeader(String) - Method in class wheel.testing.MockHttpServletRequest
 
getHeaderNames() - Method in class wheel.testing.MockHttpServletRequest
 
getHeaders(String) - Method in class wheel.testing.MockHttpServletRequest
 
getId() - Method in class wheel.testing.MockForm
 
getId() - Method in class wheel.testing.MockHttpSession
 
getInitialFieldValue(String) - Method in class wheel.components.StandaloneComponentConfiguration
Intended for internal use.
getInitParameter(String) - Method in class wheel.testing.MockServletContext
 
getInitParameterNames() - Method in class wheel.testing.MockServletContext
 
getInputStream() - Method in class wheel.testing.MockHttpServletRequest
 
getInstance() - Static method in class wheel.components.Validations
 
getInt(int) - Method in class wheel.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class wheel.json.JSONObject
Get the int value associated with a key.
getIntHeader(String) - Method in class wheel.testing.MockHttpServletRequest
 
getInvalidFields() - Method in class wheel.components.Form
Returns a list of fields in this form that are invalid.
getJavascript() - Method in class wheel.components.ActionExpression
 
getJSONArray(int) - Method in class wheel.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class wheel.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class wheel.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class wheel.json.JSONObject
Get the JSONObject value associated with a key.
getJsPath() - Method in class wheel.EngineImpl
 
getJsPath() - Method in interface wheel.IEngine
Server root-based path to js-files.
getJsPath() - Method in class wheel.testing.MockEngine
 
getKey() - Method in class wheel.persistence.StoredObject
 
getLabel(int) - Method in interface wheel.components.ISelectModel
Returns the label to use in the html-presentation for a given index.
getLabel(int) - Method in class wheel.util.DynamicSelectModel
 
getLabel() - Method in class wheel.util.LabelValue
 
getLabel(int) - Method in class wheel.util.StringSelectModel
 
getLastAccessedTime() - Method in class wheel.testing.MockHttpSession
 
getLoadOpcode() - Method in class wheel.enhance.WheelAnnotatedField
 
getLocalAddr() - Method in class wheel.testing.MockHttpServletRequest
 
getLocale() - Method in class wheel.EngineImpl
 
getLocale() - Method in interface wheel.IEngine
 
getLocale() - Method in class wheel.testing.MockEngine
 
getLocale() - Method in class wheel.testing.MockHttpServletRequest
 
getLocale() - Method in class wheel.testing.MockHttpServletResponse
 
getLocales() - Method in class wheel.testing.MockHttpServletRequest
 
getLocalName() - Method in class wheel.testing.MockHttpServletRequest
 
getLocalPort() - Method in class wheel.testing.MockHttpServletRequest
 
getLocalVarIndex() - Method in class wheel.enhance.WheelAnnotatedField
 
getLong(int) - Method in class wheel.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class wheel.json.JSONObject
Get the long value associated with a key.
getMajorVersion() - Method in class wheel.testing.MockServletContext
 
getMaxInactiveInterval() - Method in class wheel.testing.MockHttpSession
 
getMaxMemoryFileSize() - Method in class wheel.components.FileInput
 
getMaxRequestSize() - Method in class wheel.components.FileInput
 
getMaxStackSizeForGetter() - Method in class wheel.enhance.WheelAnnotatedField
 
getMaxStackSizeForSetter() - Method in class wheel.enhance.WheelAnnotatedField
 
getMedia() - Method in class wheel.Asset
 
getMessage() - Method in class wheel.components.ValidationError
Returns the validation message (set by calling FormElement#addValidationRule(String, String)) without evaluating it.
getMessage() - Method in class wheel.components.ValidationRule
Returns the error message for this rule.
getMessage(String, String, Locale, StandaloneComponent) - Method in interface wheel.IMessagesSource
Tries to read a localized message from the given bundle with the given key and locale.
getMessage(String) - Method in class wheel.Messages
Returns a localized message with the following rules:
Search a .properties file with the same name as the owning complex component from the same package as the complex component If not found, search from a .properties file with the same name and package as the owning complex component's super class.
getMessage(String, String, Locale, StandaloneComponent) - Method in class wheel.MessageSourceResourceBundleImpl
 
getMessages() - Method in class wheel.components.StandaloneComponent
Returns the Messages-object giving access to localized messages.
getMethod() - Method in class wheel.testing.MockHttpServletRequest
 
getMethod() - Method in class wheel.util.WheelURL
 
getMethodName() - Method in class wheel.util.WheelURL
 
getMimeType(String) - Method in class wheel.testing.MockServletContext
 
getMinorVersion() - Method in class wheel.testing.MockServletContext
 
getName() - Method in class wheel.enhance.WheelAnnotatedField
 
getNamedDispatcher(String) - Method in class wheel.testing.MockServletContext
 
getNames(JSONObject) - Static method in class wheel.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class wheel.json.JSONObject
Get an array of field names from an Object.
getNarrowingMethod() - Method in class wheel.enhance.WheelAnnotatedField
 
getObjects() - Method in interface wheel.components.ISelectModel
 
getObjects() - Method in class wheel.util.DynamicSelectModel
 
getObjects() - Method in class wheel.util.StringSelectModel
 
getObjectStore() - Method in class wheel.EngineImpl
 
getObjectStore() - Method in interface wheel.IEngine
Gives access to the internal object store that is used with automatic persistence.
getObjectStore() - Method in class wheel.testing.MockEngine
 
getOptionCount() - Method in interface wheel.components.ISelectModel
Returns the total number of objects.
getOptionCount() - Method in class wheel.util.DynamicSelectModel
 
getOptionCount() - Method in class wheel.util.StringSelectModel
 
getOutputStream() - Method in class wheel.testing.MockHttpServletResponse
 
getOwner() - Method in class wheel.Asset
 
getOwnerClassName() - Method in class wheel.enhance.WheelAnnotatedField
 
getPackagePath() - Method in class wheel.Asset
 
getPage() - Method in class wheel.components.Component
Returns the surrounding page where this component lives.
getpage() - Method in class wheel.EngineImpl
 
getpage() - Method in interface wheel.IEngine
 
getPage() - Method in exception wheel.RedirectException
 
getpage() - Method in class wheel.testing.MockEngine
 
getPage() - Method in class wheel.testing.WheelTestCase
Returns the Page being used.
getPage() - Method in class wheel.util.WheelURL
 
getPagename() - Method in class wheel.persistence.StoredObject
 
getPagePath() - Method in class wheel.components.StandaloneComponent
Creates a string representation that, when appended to an URL, give access to this page.
getPageUrl() - Method in class wheel.components.StandaloneComponent
 
getParameter(String) - Method in class wheel.testing.MockHttpServletRequest
 
getParameterMap() - Method in class wheel.testing.MockHttpServletRequest
 
getParameterNames() - Method in class wheel.testing.MockHttpServletRequest
 
getParameterValues(String) - Method in class wheel.testing.MockHttpServletRequest
 
getParent() - Method in class wheel.components.Component
Returns the parent for this component.
getPathInfo() - Method in class wheel.testing.MockHttpServletRequest
 
getPathTranslated() - Method in class wheel.testing.MockHttpServletRequest
 
getPersistAnnotationVisitor() - Method in class wheel.enhance.WheelFieldVisitor
 
getPersistentFields() - Method in class wheel.enhance.WheelClassAdapter
 
getProtocol() - Method in class wheel.testing.MockHttpServletRequest
 
getQueryString() - Method in class wheel.testing.MockHttpServletRequest
 
getReader() - Method in class wheel.testing.MockHttpServletRequest
 
getRealPath(String) - Method in class wheel.testing.MockHttpServletRequest
 
getRealPath(String) - Method in class wheel.testing.MockServletContext
 
getRemoteAddr() - Method in class wheel.testing.MockHttpServletRequest
 
getRemoteHost() - Method in class wheel.testing.MockHttpServletRequest
 
getRemotePort() - Method in class wheel.testing.MockHttpServletRequest
 
getRemoteUser() - Method in class wheel.testing.MockHttpServletRequest
 
getRequest() - Method in class wheel.EngineImpl
 
getRequest() - Method in interface wheel.IEngine
The active HttpSerlvetRequest for this request.
getRequest() - Method in class wheel.testing.MockEngine
 
getRequestDispatcher(String) - Method in class wheel.testing.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class wheel.testing.MockServletContext
 
getRequestedSessionId() - Method in class wheel.testing.MockHttpServletRequest
 
getRequestURI() - Method in class wheel.testing.MockHttpServletRequest
 
getRequestURL() - Method in class wheel.testing.MockHttpServletRequest
 
getResource(String) - Method in class wheel.testing.MockServletContext
 
getResourceAsStream(String) - Method in class wheel.testing.MockServletContext
 
getResourceManager() - Method in class wheel.EngineImpl
 
getResourceManager() - Method in interface wheel.IEngine
 
getResourceManager() - Method in class wheel.testing.MockEngine
 
getResourcePaths(String) - Method in class wheel.testing.MockServletContext
 
getResources(String) - Method in class wheel.DefaultResourceManager
 
getResources(String) - Method in class wheel.DevelopmentResourceManager
 
getResourcesFromPath(String) - Method in class wheel.DefaultResourceManager
 
getResourcesFromPath(String) - Method in interface wheel.IResourceManager
 
getResponse() - Method in class wheel.EngineImpl
 
getResponse() - Method in interface wheel.IEngine
The active HttpServletResponse for this request.
getResponse() - Method in class wheel.testing.MockEngine
 
getResponseAsDocument() - Method in class wheel.testing.MockHttpServletResponse
 
getResponseAsString() - Method in class wheel.testing.MockHttpServletResponse
 
getResponseAsString() - Static method in class wheel.testing.WheelFunctionalTestCase
 
getReturnOpCode() - Method in class wheel.enhance.WheelAnnotatedField
 
getScheme() - Method in class wheel.testing.MockHttpServletRequest
 
getScope() - Method in class wheel.enhance.WheelAnnotatedField
 
getScope() - Method in class wheel.enhance.WheelAnnotationVisitor
 
getScope() - Method in class wheel.persistence.StoredObject
 
getServerInfo() - Method in class wheel.testing.MockServletContext
 
getServerName() - Method in class wheel.testing.MockHttpServletRequest
 
getServerPort() - Method in class wheel.testing.MockHttpServletRequest
 
getServlet(String) - Method in class wheel.testing.MockServletContext
 
getServletContext() - Method in class wheel.testing.MockHttpSession
 
getServletContextName() - Method in class wheel.testing.MockServletContext
 
getServletNames() - Method in class wheel.testing.MockServletContext
 
getServletPath() - Method in class wheel.testing.MockHttpServletRequest
 
getServlets() - Method in class wheel.testing.MockServletContext
 
getSession() - Method in class wheel.EngineImpl
 
getSession() - Method in interface wheel.IEngine
 
getSession() - Method in class wheel.persistence.SessionStore
 
getSession() - Method in class wheel.testing.MockEngine
 
getSession(boolean) - Method in class wheel.testing.MockHttpServletRequest
 
getSession() - Method in class wheel.testing.MockHttpServletRequest
 
getSessionContext() - Method in class wheel.testing.MockHttpSession
 
getSetterName() - Method in class wheel.enhance.WheelAnnotatedField
 
getSignature() - Method in class wheel.enhance.WheelAnnotatedField
 
getSize() - Method in class wheel.util.FileUploadMetadata
 
getSource() - Method in class wheel.components.ValidationError
Returns the component that caused this error.
getSource() - Method in exception wheel.WheelException
 
getSourceId() - Method in class wheel.components.ActionExpression
 
getStartLabel() - Method in class wheel.enhance.WheelAnnotatedField
 
getStoreOpcode() - Method in class wheel.enhance.WheelAnnotatedField
 
getString(int) - Method in class wheel.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class wheel.json.JSONObject
Get the string associated with a key.
getStringReplacement() - Method in class wheel.util.InitialFieldValue
 
getStrippedDomEvent() - Method in class wheel.components.ActionExpression
 
getSubmittedForm() - Method in class wheel.components.StandaloneComponent
 
getTagName() - Method in class wheel.components.RenderableComponent
Resolves tag name for this component based on rendering hints.
getTempFileLocation() - Method in class wheel.components.FileInput
 
getText() - Method in class wheel.components.Label
 
getTopLevelComponent() - Method in class wheel.util.DynamicSelectModel
 
getType() - Method in class wheel.Asset
 
getUpdateComponentFunctionCall() - Method in class wheel.components.ActionExpression
 
getUpdateTarget() - Method in class wheel.components.ActionExpression
 
getUpdateTargetId() - Method in class wheel.components.ActionExpression
 
getUpdateTargetId() - Method in class wheel.util.WheelURL
 
getUploadedFiles() - Method in class wheel.MultipartEngineImpl
 
getUrl() - Method in class wheel.Asset
 
getUrl() - Method in exception wheel.RedirectException
 
getUserPrincipal() - Method in class wheel.testing.MockHttpServletRequest
 
getValidationErrors() - Method in class wheel.components.Form
Lists all validation errors that were caused by erroneous evaluations of formValidationRules, added with addFormValidationRule().
getValidationVariables() - Method in class wheel.components.StandaloneComponentConfiguration
 
getValue(int) - Method in interface wheel.components.ISelectModel
Returns the String value that identifies the object in a html form.
getValue() - Method in class wheel.persistence.StoredObject
 
getValue(String) - Method in class wheel.testing.MockForm
 
getValue(String) - Method in class wheel.testing.MockHttpSession
 
getValue(int) - Method in class wheel.util.DynamicSelectModel
 
getValue() - Method in class wheel.util.LabelValue
 
getValue(int) - Method in class wheel.util.StringSelectModel
 
getValueNames() - Method in class wheel.testing.MockHttpSession
 
getValues() - Method in class wheel.testing.MockForm
 
getWrapperType() - Method in class wheel.enhance.WheelAnnotatedField
 
getWrapperTypeInternal() - Method in class wheel.enhance.WheelAnnotatedField
 
getWriter() - Method in class wheel.testing.MockHttpServletResponse
 

H

h1(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h1" and returns it.
h1() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h1" and returns it.
h1(Object) - Method in class wheel.components.ComponentCreator
 
h1() - Method in class wheel.components.ComponentCreator
 
h2(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h2" and returns it.
h2() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h2" and returns it.
h2(Object) - Method in class wheel.components.ComponentCreator
 
h2() - Method in class wheel.components.ComponentCreator
 
h3(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h3" and returns it.
h3() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h3" and returns it.
h3(Object) - Method in class wheel.components.ComponentCreator
 
h3() - Method in class wheel.components.ComponentCreator
 
h4(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h4" and returns it.
h4() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h4" and returns it.
h4(Object) - Method in class wheel.components.ComponentCreator
 
h4() - Method in class wheel.components.ComponentCreator
 
h5(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h5" and returns it.
h5() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h5" and returns it.
h5(Object) - Method in class wheel.components.ComponentCreator
 
h5() - Method in class wheel.components.ComponentCreator
 
h6(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets redering hint to "h6" and returns it.
h6() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "h6" and returns it.
h6(Object) - Method in class wheel.components.ComponentCreator
 
h6() - Method in class wheel.components.ComponentCreator
 
has(String) - Method in class wheel.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class wheel.Asset
 
hashCode() - Method in class wheel.components.ActionExpression
 
hashCode() - Method in class wheel.components.Component
 
hashCode() - Method in class wheel.components.Expression
 
head() - Method in class wheel.components.Component
 
hidden(String) - Method in class wheel.components.Component
Adds a Hidden-component to the component tree and returns it.
hidden(String) - Method in class wheel.components.ComponentCreator
 
Hidden - Class in wheel.components
Will render a <input type="hidden"/> tag.
Hidden(Component, String) - Constructor for class wheel.components.Hidden
 
hr() - Method in class wheel.components.Component
Adds an Any-component to the component tree, sets rendering hint to "hr" and returns it.
hr() - Method in class wheel.components.ComponentCreator
 
htmlText(Object) - Method in class wheel.components.Component
Adds a Text-component to the component tree and sets it in html-mode.

I

i(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets rendering hint to "i" and returns it.
i() - Method in class wheel.components.Component
 
i(Object) - Method in class wheel.components.ComponentCreator
 
i() - Method in class wheel.components.ComponentCreator
 
IBuildableComponent - Interface in wheel.components
Defines the contract for components that have a build-phase.
IContainer - Interface in wheel.components
A marker interface that will mark a component as a container, ie. a component that can contain other components.
id(String) - Method in class wheel.components.Block
 
id(String) - Method in class wheel.components.Component
Changes the componentId.
id(String) - Method in class wheel.components.Form
 
id(String) - Method in class wheel.components.Table
 
id(String) - Method in class wheel.components.TableBlock
 
IEngine - Interface in wheel
An implementation of this interface handles the request-cycle.
IEnhancingSelectModel - Interface in wheel.components
This interface makes it possible to add additional components before and after the generated input element.
iframe() - Method in class wheel.components.Component
 
iframe() - Method in class wheel.components.ComponentCreator
 
Image - Class in wheel.components
Renders an <img/> tag.
IMessagesSource - Interface in wheel
A source for localized messages.
img(String, String) - Method in class wheel.components.Component
Adds an Image-component to the component tree and returns it.
img(CharSequence, CharSequence) - Method in class wheel.components.ComponentCreator
 
init(ServletConfig) - Method in class wheel.WheelServlet
 
initialFieldValue(String) - Method in class wheel.components.FormElement
 
initialFieldValue(String, Object) - Method in class wheel.components.FormElement
 
initialFieldValue(String, String) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a String literal that will be rendered to html output if the indicated field is null.
initialFieldValue(String, String, Object) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a String literal that will be rendered to html output if the indicated field is null.
InitialFieldValue - Class in wheel.util
 
InitialFieldValue(Object, String) - Constructor for class wheel.util.InitialFieldValue
 
InitialFieldValue(String) - Constructor for class wheel.util.InitialFieldValue
 
initialize() - Static method in class wheel.testing.WheelFunctionalTestCase
 
ins() - Method in class wheel.components.Component
 
ins(Object) - Method in class wheel.components.Component
 
ins() - Method in class wheel.components.ComponentCreator
 
ins(Object) - Method in class wheel.components.ComponentCreator
 
invalidate() - Method in class wheel.testing.MockHttpSession
 
IObjectStore - Interface in wheel.persistence
 
IResourceManager - Interface in wheel
 
isActionMethod(String, String) - Method in class wheel.DefaultResourceManager
 
isActionMethod(String, String) - Method in interface wheel.IResourceManager
 
isAjaxComponent() - Method in class wheel.components.StandaloneComponentConfiguration
 
isAjaxRequest() - Method in class wheel.EngineImpl
 
isAjaxRequest() - Method in interface wheel.IEngine
 
isAjaxRequest() - Method in class wheel.testing.MockEngine
 
isAjaxUrl() - Method in class wheel.util.WheelURL
 
isAssetUrl() - Method in class wheel.util.WheelURL
 
isCdata() - Method in class wheel.components.Text
 
isCommitted() - Method in class wheel.testing.MockHttpServletResponse
 
isDouble(String) - Method in class wheel.components.Validations
Returns true if value is a valid Double.
ISelectModel - Interface in wheel.components
Same as IPropertySelectionModel in Tapestry 4.x.
isEmail(String) - Method in class wheel.components.Validations
Returns true if value is a valid email address.
isEmpty() - Method in class wheel.components.FormElement
Returns true if no value has been set due to a form submit to this element yet.
isExternalUrl() - Method in class wheel.components.ActionExpression
 
isFieldExposed(String) - Method in class wheel.components.StandaloneComponentConfiguration
Returns true if a field by the given name is exposed in this component.
isFormValid() - Method in class wheel.components.Form
Returns true if the form is valid.
isGetterAvailable() - Method in class wheel.enhance.WheelAnnotatedField
 
isGetterOrSetterForThisField(String) - Method in class wheel.enhance.WheelAnnotatedField
 
isHtml() - Method in class wheel.components.Text
 
isInt() - Method in class wheel.components.FormElement
A shorthand method to mark this form element as an integer.
isInt(String) - Method in class wheel.components.Validations
Returns true if value is an integer.
isNew() - Method in class wheel.testing.MockHttpSession
 
isNull(int) - Method in class wheel.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class wheel.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isPage() - Method in class wheel.components.StandaloneComponent
 
isPageRewinding() - Method in class wheel.components.StandaloneComponent
Returns true if a form submit is rewinding on this page.
isRenderId() - Method in class wheel.components.RenderableComponentConfiguration
Returns true if this component should render its componentId as id-attribute in the xhtml-code.
isRenderSelf() - Method in class wheel.components.RenderableComponentConfiguration
Returns true if this component should render its opening and closing tags.
isRequestedSessionIdFromCookie() - Method in class wheel.testing.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class wheel.testing.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class wheel.testing.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class wheel.testing.MockHttpServletRequest
 
isReusable() - Method in class wheel.components.StandaloneComponentConfiguration
Intended for internal use.
isRewinding() - Method in class wheel.components.StandaloneComponent
Returns true if this complex component is rewinding.
isSecure() - Method in class wheel.testing.MockHttpServletRequest
 
isSetterAvailable() - Method in class wheel.enhance.WheelAnnotatedField
 
isSubmissible() - Method in class wheel.components.ActionExpression
 
isSubmitForm() - Method in class wheel.components.ActionExpression
 
isUserInRole(String) - Method in class wheel.testing.MockHttpServletRequest
 
isUseXhtml() - Method in class wheel.components.RenderableComponentConfiguration
Returns true if the component is using xhtml-mode.
isValid(String) - Method in class wheel.components.Form
Returns false if the form containing complex component is rewinding and a form element with the given componentId is found and the form element is not valid.
isValid() - Method in class wheel.components.FormElement
Returns true if this form element is valid.
isValid(String) - Method in class wheel.components.StandaloneComponent
Returns true if the form element with the given componentId is valid.
isVisible() - Method in class wheel.components.RenderableComponentConfiguration
 
isWideNativeType() - Method in class wheel.enhance.WheelAnnotatedField
 

J

javascript(String) - Method in class wheel.components.ActionExpression
 
join(String) - Method in class wheel.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in wheel.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class wheel.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class wheel.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class wheel.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class wheel.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class wheel.json.JSONArray
Construct a JSONArray from an array
JSONComponent - Class in wheel.components
Extending this component makes it relatively easty to produce JSON-stream from components.
JSONComponent(String) - Constructor for class wheel.components.JSONComponent
 
JSONException - Exception in wheel.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception wheel.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception wheel.json.JSONException
 
JSONObject - Class in wheel.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class wheel.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class wheel.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in wheel.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in wheel.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class wheel.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in wheel.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class wheel.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in wheel.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class wheel.json.JSONWriter
Make a fresh JSONWriter.

K

kbd() - Method in class wheel.components.Component
 
kbd() - Method in class wheel.components.ComponentCreator
 
kdb(Object) - Method in class wheel.components.Component
 
kdb(Object) - Method in class wheel.components.ComponentCreator
 
key(String) - Method in class wheel.json.JSONWriter
Append a key.
keys() - Method in class wheel.json.JSONObject
Get an enumeration of the keys of the JSONObject.
killUser(String) - Method in class wheel.testing.WheelFunctionalTestCase
 

L

label() - Method in class wheel.components.Component
 
label(Object) - Method in class wheel.components.Component
 
label() - Method in class wheel.components.ComponentCreator
 
label(Object) - Method in class wheel.components.ComponentCreator
 
label(String) - Method in class wheel.components.FormElement
Adds a label to this form element.
Label - Class in wheel.components
Label is a component that is used whenever you need to output text.
Label(Component, Object) - Constructor for class wheel.components.Label
 
label(String) - Method in class wheel.util.DynamicSelectModel
 
LabelValue - Class in wheel.util
 
LabelValue(String, String) - Constructor for class wheel.util.LabelValue
 
legend() - Method in class wheel.components.Component
 
legend(Object) - Method in class wheel.components.Component
 
legend() - Method in class wheel.components.ComponentCreator
 
legend(Object) - Method in class wheel.components.ComponentCreator
 
length() - Method in class wheel.components.Expression
 
length() - Method in class wheel.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class wheel.json.JSONObject
Get the number of keys stored in the JSONObject.
li() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "li" and returns it.
li(Object) - Method in class wheel.components.Component
 
li() - Method in class wheel.components.ComponentCreator
 
li(Object) - Method in class wheel.components.ComponentCreator
 
link(String) - Method in class wheel.components.Component
 
link() - Method in class wheel.components.Component
 
link() - Method in class wheel.components.ComponentCreator
 
Link - Class in wheel.components
Represents a link either to another page inside the application or to an external URL.
linkToDomain(ElExpression, ElExpression) - Method in class wheel.components.StandaloneComponentConfiguration
Links a field in aIComplexComponent object and a field in a domain object.
LinkToDomain - Class in wheel.util
 
LinkToDomain(ElExpression, ElExpression) - Constructor for class wheel.util.LinkToDomain
 
listErrors() - Method in class wheel.components.StandaloneComponent
Lists all valiation errors for all form elements.
load(String) - Static method in class wheel.testing.WheelFunctionalTestCase
 
load(String, Object...) - Static method in class wheel.testing.WheelFunctionalTestCase
 
loadAsset(String) - Method in class wheel.DefaultResourceManager
 
loadAsset(String) - Method in class wheel.DevelopmentResourceManager
 
loadAsset(String) - Method in interface wheel.IResourceManager
 
loadAsUser(String, String) - Static method in class wheel.testing.WheelFunctionalTestCase
 
loadAsUser(String, String, Object...) - Static method in class wheel.testing.WheelFunctionalTestCase
 
loadClass(String) - Method in class wheel.DefaultResourceManager
 
loadClass(String) - Method in class wheel.enhance.WheelClassLoader
 
loadClass(String, boolean) - Method in class wheel.enhance.WheelClassLoader
 
loadClass(String) - Method in interface wheel.IResourceManager
 
loader - Variable in class wheel.DefaultResourceManager
 
loadJQuery() - Method in class wheel.components.StandaloneComponent
 
loadPage(String) - Method in class wheel.DefaultResourceManager
 
loadPage(String) - Method in class wheel.EngineImpl
 
loadPage(String) - Method in interface wheel.IEngine
This method can be used to load Page-classes when the page path is known.
loadPage(String) - Method in interface wheel.IResourceManager
 
loadPage(String) - Method in class wheel.testing.MockEngine
 
log(String) - Method in class wheel.testing.MockServletContext
 
log(Exception, String) - Method in class wheel.testing.MockServletContext
 
log(String, Throwable) - Method in class wheel.testing.MockServletContext
 

M

map(String) - Method in class wheel.components.Component
 
map(String) - Method in class wheel.components.ComponentCreator
 
message(String) - Method in class wheel.components.Component
Returns a locaiized message with the given key.
message(String, Object...) - Method in class wheel.components.Component
Returns a localized and parametrized message with all {0...n} escapes replaced with values from the given Object array.
Messages - Class in wheel
Handles localized message loading.
Messages(StandaloneComponent) - Constructor for class wheel.Messages
 
MessageSourceResourceBundleImpl - Class in wheel
 
MessageSourceResourceBundleImpl() - Constructor for class wheel.MessageSourceResourceBundleImpl
 
meta() - Method in class wheel.components.Component
 
meta() - Method in class wheel.components.ComponentCreator
 
MockEngine - Class in wheel.testing
 
MockEngine() - Constructor for class wheel.testing.MockEngine
 
MockForm - Class in wheel.testing
 
MockForm(String) - Constructor for class wheel.testing.MockForm
 
MockHttpServletRequest - Class in wheel.testing
 
MockHttpServletRequest() - Constructor for class wheel.testing.MockHttpServletRequest
 
MockHttpServletResponse - Class in wheel.testing
 
MockHttpServletResponse() - Constructor for class wheel.testing.MockHttpServletResponse
 
MockHttpSession - Class in wheel.testing
 
MockHttpSession(ServletContext) - Constructor for class wheel.testing.MockHttpSession
 
MockPage - Class in wheel.testing
 
MockPage() - Constructor for class wheel.testing.MockPage
 
MockServletContext - Class in wheel.testing
 
MockServletContext() - Constructor for class wheel.testing.MockServletContext
 
mode - Variable in class wheel.json.JSONWriter
The current mode.
model - Variable in class wheel.components.SelectModelFormElement
 
more() - Method in class wheel.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MultipartEngineImpl - Class in wheel
 
MultipartEngineImpl(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class wheel.MultipartEngineImpl
 
multiSelect(String, ISelectModel, ElExpression) - Method in class wheel.components.Component
Adds a Select-component in multiselect mode to the component tree and returns it.
multiSelect(String, ISelectModel, ElExpression) - Method in class wheel.components.ComponentCreator
 

N

names() - Method in class wheel.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
nbsp() - Method in class wheel.components.Component
Adds a non-breaking-space to the component tree.
needsWrapping() - Method in class wheel.enhance.WheelAnnotatedField
 
next() - Method in class wheel.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class wheel.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class wheel.json.JSONTokener
Get the next n characters.
nextClean() - Method in class wheel.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class wheel.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class wheel.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class wheel.json.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class wheel.json.JSONTokener
Get the next value.
noframes() - Method in class wheel.components.Component
 
noframes() - Method in class wheel.components.ComponentCreator
 
noscript() - Method in class wheel.components.Component
 
noscript() - Method in class wheel.components.ComponentCreator
 
NULL - Static variable in class wheel.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberInput(String) - Method in class wheel.components.Component
Adds a NumberInput-component to the component tree and returns it.
numberInput(String, CharSequence) - Method in class wheel.components.Component
Adds a NumberInput-component to the component tree and returns it.
numberInput(String, CharSequence) - Method in class wheel.components.ComponentCreator
 
NumberInput - Class in wheel.components
A FormElement that knows how to handle numeric input.
numberToString(Number) - Static method in class wheel.json.JSONObject
Produce a string from a Number.

O

object() - Method in class wheel.components.Component
 
object() - Method in class wheel.components.ComponentCreator
 
object() - Method in class wheel.json.JSONWriter
Begin appending a new object.
ol() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "ol" and returns it.
ol() - Method in class wheel.components.ComponentCreator
 
opt(int) - Method in class wheel.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class wheel.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class wheel.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class wheel.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class wheel.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class wheel.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class wheel.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class wheel.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class wheel.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class wheel.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class wheel.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class wheel.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class wheel.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class wheel.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class wheel.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class wheel.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class wheel.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class wheel.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class wheel.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class wheel.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class wheel.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class wheel.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class wheel.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class wheel.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class wheel.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class wheel.json.JSONObject
Get an optional string associated with a key.

P

p() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "p" and returns it.
p(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets rendering hint to "p" and returns it.
p() - Method in class wheel.components.ComponentCreator
 
p(Object) - Method in class wheel.components.ComponentCreator
 
param(CharSequence) - Method in class wheel.components.Component
 
param(CharSequence) - Method in class wheel.components.ComponentCreator
 
parameter(Object) - Method in class wheel.components.ActionExpression
 
parameters(Object...) - Method in class wheel.components.ActionExpression
 
Persist - Annotation Type in wheel.annotations
 
placeholder(String) - Method in class wheel.components.Component
Creates a placeholder.
placeholder(String) - Method in class wheel.components.ComponentCreator
 
postBuild() - Method in class wheel.components.Form
 
postBuild() - Method in interface wheel.components.IBuildableComponent
Called after buildComponent().
postBuild() - Method in class wheel.components.SelectModelFormElement
 
postBuild() - Method in class wheel.components.StandaloneComponent
 
pre() - Method in class wheel.components.Component
 
pre(Object) - Method in class wheel.components.Component
 
pre() - Method in class wheel.components.ComponentCreator
 
pre(Object) - Method in class wheel.components.ComponentCreator
 
preBuild() - Method in class wheel.components.Form
 
preBuild() - Method in interface wheel.components.IBuildableComponent
Called before buildComponent().
preBuild() - Method in class wheel.components.SelectModelFormElement
 
preBuild() - Method in class wheel.components.StandaloneComponent
 
processRequest() - Method in class wheel.AbstractEngine
Default implemetation delegates to processRequestInternal.
processRequest() - Method in interface wheel.IEngine
Calling this method will start the request handling process.
processRequestInternal() - Method in class wheel.AbstractEngine
 
processRequestInternal() - Method in class wheel.EngineImpl
 
processRequestInternal() - Method in class wheel.testing.MockEngine
 
put(boolean) - Method in class wheel.json.JSONArray
Append a boolean value.
put(Collection) - Method in class wheel.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class wheel.json.JSONArray
Append a double value.
put(int) - Method in class wheel.json.JSONArray
Append an int value.
put(long) - Method in class wheel.json.JSONArray
Append an long value.
put(Map) - Method in class wheel.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class wheel.json.JSONArray
Append an object value.
put(int, boolean) - Method in class wheel.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class wheel.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class wheel.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class wheel.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class wheel.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class wheel.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class wheel.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class wheel.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class wheel.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class wheel.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class wheel.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class wheel.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class wheel.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class wheel.json.JSONObject
Put a key/value pair in the JSONObject.
put(String, String, Object, Scope, Component) - Method in interface wheel.persistence.IObjectStore
 
put(String, String, Object, Scope, Component) - Method in class wheel.persistence.SessionStore
 
putDefaultValue(String, String, Object, Scope, Component) - Method in interface wheel.persistence.IObjectStore
 
putDefaultValue(String, String, Object, Scope, Component) - Method in class wheel.persistence.SessionStore
 
putOpt(String, Object) - Method in class wheel.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putValue(String, Object) - Method in class wheel.testing.MockHttpSession
 

Q

q() - Method in class wheel.components.Component
 
q(Object) - Method in class wheel.components.Component
 
q() - Method in class wheel.components.ComponentCreator
 
q(Object) - Method in class wheel.components.ComponentCreator
 
quote(String) - Static method in class wheel.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

radio(String) - Method in class wheel.components.Component
Adds a Radio-component to the component tree and returns it.
radio(String) - Method in class wheel.components.ComponentCreator
 
Radio - Class in wheel.components
Renders <input type="radio"/>.
radioGroup(String, ISelectModel, ElExpression) - Method in class wheel.components.Component
Adds a RadioGroup-component to the component tree and returns it.
radioGroup(String, ISelectModel, ElExpression) - Method in class wheel.components.ComponentCreator
 
RadioGroup - Class in wheel.components
A form element that makes it possible to choose a single object from a collection of objects using radio buttons.
rawText(Object) - Method in class wheel.components.Component
Adds a Text-component to the component tree and sets it in cdata-mode causing all the text to be rendered inside a CDATA-section.
readRequestParameters(HttpServletRequest) - Method in class wheel.AbstractEngine
 
readRequestParameters(HttpServletRequest) - Method in class wheel.EngineImpl
 
readRequestParameters(HttpServletRequest) - Method in class wheel.MultipartEngineImpl
 
readRequestParameters(HttpServletRequest) - Method in class wheel.testing.MockEngine
 
RedirectException - Exception in wheel
Throwing this exception from anywhere in a component, causes the request processing to stop, and restart using the page set in the exception.
RedirectException(StandaloneComponent) - Constructor for exception wheel.RedirectException
 
RedirectException(String) - Constructor for exception wheel.RedirectException
 
releaseLock() - Method in class wheel.persistence.StoredObject
 
remove(Component) - Method in class wheel.components.Component
Removes a component from the list of children for this componnent.
remove(String) - Method in class wheel.components.Component
Removes a component with the given component id from the list of children for this component.
remove(String) - Method in class wheel.json.JSONObject
Remove a name and its value, if present.
removeAttribute(String) - Method in class wheel.testing.MockHttpServletRequest
 
removeAttribute(String) - Method in class wheel.testing.MockHttpSession
 
removeAttribute(String) - Method in class wheel.testing.MockServletContext
 
removeValue(String) - Method in class wheel.testing.MockHttpSession
 
render() - Method in class wheel.testing.WheelTestCase
Causes an immidiate rendering of the component.
RenderableComponent - Class in wheel.components
Base class for all components that will render themselves as xhtml-tags.
RenderableComponent(String) - Constructor for class wheel.components.RenderableComponent
 
RenderableComponent(Component) - Constructor for class wheel.components.RenderableComponent
 
RenderableComponent(Component, String) - Constructor for class wheel.components.RenderableComponent
 
RenderableComponent(Component, String, CharSequence) - Constructor for class wheel.components.RenderableComponent
 
RenderableComponentConfiguration - Class in wheel.components
 
RenderableComponentConfiguration(RenderableComponent) - Constructor for class wheel.components.RenderableComponentConfiguration
 
renderAfter(RenderableComponent, int, boolean) - Method in interface wheel.components.IEnhancingSelectModel
A callback method that is called to enable adding components that will be rendered after the input element.
renderBefore(RenderableComponent, int, boolean) - Method in interface wheel.components.IEnhancingSelectModel
A callback method that is called to enable adding components that will be rendered before the input element.
renderComponent(XmlSerializer) - Method in class wheel.components.Any
 
renderComponent(XmlSerializer) - Method in class wheel.components.Checkbox
 
renderComponent(XmlSerializer) - Method in class wheel.components.DateInput
 
renderComponent(XmlSerializer) - Method in class wheel.components.Hidden
 
renderComponent(XmlSerializer) - Method in class wheel.components.Image
 
renderComponent(XmlSerializer) - Method in class wheel.components.Label
 
renderComponent(XmlSerializer) - Method in class wheel.components.Link
 
renderComponent(XmlSerializer) - Method in class wheel.components.NumberInput
 
renderComponent(XmlSerializer) - Method in class wheel.components.Radio
 
renderComponent(XmlSerializer) - Method in class wheel.components.RenderableComponent
Default implementation that will render all renderable child components that this component has.
renderComponent(XmlSerializer) - Method in class wheel.components.Submit
 
renderComponent(XmlSerializer) - Method in class wheel.components.Table
 
renderComponent(XmlSerializer) - Method in class wheel.components.Text
 
renderComponent(XmlSerializer) - Method in class wheel.components.TextArea
 
renderComponent(XmlSerializer) - Method in class wheel.components.TextInput
 
renderHint(CharSequence) - Method in class wheel.components.Block
 
renderHint(CharSequence) - Method in class wheel.components.Component
Adds a rendering hint to this component.
renderHint(CharSequence) - Method in class wheel.components.Form
 
renderHint(RenderableComponent, int, boolean) - Method in interface wheel.components.IEnhancingSelectModel
Allows you to add render hints to the input element.
renderHint(CharSequence) - Method in class wheel.components.Table
 
renderHint(CharSequence) - Method in class wheel.components.TableBlock
 
renderJSON(JSONArray) - Method in class wheel.components.JSONComponent
Renders a JSONArray to the response.
replaceUrls(String, String) - Method in class wheel.AssetProcessor
 
requestFocus() - Method in class wheel.components.Component
Request focus for this component on the browser.
required() - Method in class wheel.components.FormElement
A shorthand method to mark this form element as required.
required(String) - Method in class wheel.components.Validations
Returns true if value is set.
reset() - Method in class wheel.testing.MockEngine
 
reset() - Method in class wheel.testing.MockHttpServletRequest
 
reset() - Method in class wheel.testing.MockHttpServletResponse
 
reset() - Method in class wheel.testing.WheelTestCase
Resets the html-output from the previous rendering.
resetAll() - Static method in class wheel.testing.WheelFunctionalTestCase
 
resetBuffer() - Method in class wheel.testing.MockHttpServletResponse
 
resetMock() - Method in class wheel.testing.MockHttpServletResponse
 
resetMock() - Method in class wheel.testing.MockHttpSession
 
resetMock() - Method in class wheel.testing.MockServletContext
 
resetSessionData() - Static method in class wheel.testing.WheelFunctionalTestCase
 
resetUser(String) - Method in class wheel.testing.WheelFunctionalTestCase
 
rollback() - Method in class wheel.components.StandaloneComponent
 
rollback(String...) - Method in class wheel.components.StandaloneComponent
 

S

s() - Method in class wheel.components.Component
 
s(Object) - Method in class wheel.components.Component
 
s() - Method in class wheel.components.ComponentCreator
 
s(Object) - Method in class wheel.components.ComponentCreator
 
samp() - Method in class wheel.components.Component
 
samp(Object) - Method in class wheel.components.Component
 
samp() - Method in class wheel.components.ComponentCreator
 
samp(Object) - Method in class wheel.components.ComponentCreator
 
Scope - Enum in wheel.persistence
 
script() - Method in class wheel.components.Component
 
script() - Method in class wheel.components.ComponentCreator
 
select(String, ISelectModel, ElExpression) - Method in class wheel.components.Component
Adds a Select-component to the component tree and returns it.
select(String, ISelectModel, ElExpression) - Method in class wheel.components.ComponentCreator
 
Select - Class in wheel.components
A form element that makes it possible to choose a single object or multiple objects (using multiselect mode) from a collection of objects using the <select> element.
selectModel() - Method in class wheel.components.Component
 
SelectModelFormElement - Class in wheel.components
 
SelectModelFormElement(Component, String, ISelectModel, ElExpression) - Constructor for class wheel.components.SelectModelFormElement
 
sendError(int, String) - Method in class wheel.testing.MockHttpServletResponse
 
sendError(int) - Method in class wheel.testing.MockHttpServletResponse
 
sendRedirect(String) - Method in class wheel.testing.MockHttpServletResponse
 
SessionStore - Class in wheel.persistence
 
SessionStore(HttpSession) - Constructor for class wheel.persistence.SessionStore
 
setAjaxComponent(boolean) - Method in class wheel.components.StandaloneComponentConfiguration
 
setApplicationPackages(Set<String>) - Method in class wheel.enhance.WheelClassLoader
 
setApplicationPackages(String...) - Static method in class wheel.testing.WheelFunctionalTestCase
 
setAttribute(String, Object) - Method in class wheel.testing.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class wheel.testing.MockHttpSession
 
setAttribute(String, Object) - Method in class wheel.testing.MockServletContext
 
setBasePackageForPages(String) - Method in class wheel.testing.MockEngine
 
setBasePackageForPages(String) - Static method in class wheel.testing.WheelFunctionalTestCase
 
setBasePackageForPages(String) - Method in class wheel.testing.WheelTestCase
By default the basePackage will be "wheel.testing" for components that are not Pages and the package-part of the class name for Page-instances.
setBinding(CharSequence) - Method in class wheel.components.FormElement
 
setBufferSize(int) - Method in class wheel.testing.MockHttpServletResponse
 
setCdata(boolean) - Method in class wheel.components.Text
 
setCharacterEncoding(String) - Method in class wheel.testing.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class wheel.testing.MockHttpServletResponse
 
setComponent(RenderableComponent) - Method in class wheel.testing.WheelTestCase
Pre-requirement for using any of the methods in this class.
setComponent(Component) - Method in class wheel.util.DynamicSelectModel
 
setContentLength(int) - Method in class wheel.testing.MockHttpServletResponse
 
setContentType(String) - Method in class wheel.components.StandaloneComponentConfiguration
Sets the content type for this complex component.
setContentType(String) - Method in class wheel.testing.MockHttpServletResponse
 
setContextName(String) - Method in class wheel.testing.MockHttpServletRequest
 
setContextName(String) - Static method in class wheel.testing.WheelFunctionalTestCase
 
setCurrentServer(IEngine) - Static method in class wheel.AbstractEngine
 
setDateFormat(SimpleDateFormat) - Static method in class wheel.util.AbstractDateConversionHandler
 
setDateHeader(String, long) - Method in class wheel.testing.MockHttpServletResponse
 
setEncoding(String) - Method in class wheel.EngineImpl
 
setEncoding(String) - Method in interface wheel.IEngine
Sets the encoding to use during this request cycle.
setEncoding(String) - Method in class wheel.testing.MockEngine
 
setError(Throwable) - Method in class wheel.EngineImpl
 
setError(Throwable) - Method in interface wheel.IEngine
Sets the error that will be accessible to an error page.
setError(Throwable) - Method in class wheel.testing.MockEngine
 
setErrorPage(StandaloneComponent) - Method in class wheel.EngineImpl
 
setErrorPage(StandaloneComponent) - Method in interface wheel.IEngine
Sets the page to render if an exception is caught.
setErrorPage(StandaloneComponent) - Method in class wheel.testing.MockEngine
 
setExpires(int) - Method in class wheel.Asset
 
setFocus(Component) - Method in class wheel.components.StandaloneComponent
Sets the browser focus.
setFormElementName(String) - Method in class wheel.components.FormElement
 
setGeneratedBytecode(boolean) - Method in class wheel.enhance.WheelMethodAdapter
 
setGetter(boolean) - Method in class wheel.enhance.WheelMethodAdapter
 
setGetterAvailable(boolean) - Method in class wheel.enhance.WheelAnnotatedField
 
setHashCode(int) - Method in class wheel.persistence.StoredObject
 
setHeader(String, String) - Method in class wheel.testing.MockHttpServletResponse
 
setHtml(boolean) - Method in class wheel.components.Text
 
setIntHeader(String, int) - Method in class wheel.testing.MockHttpServletResponse
 
setLabel(String) - Method in class wheel.util.LabelValue
 
setLocale(Locale) - Method in class wheel.EngineImpl
 
setLocale(Locale) - Method in interface wheel.IEngine
Sets the Locale for this request cycle.
setLocale(Locale) - Method in class wheel.testing.MockEngine
 
setLocale(Locale) - Method in class wheel.testing.MockHttpServletResponse
 
setLocalVarIndex(int) - Method in class wheel.enhance.WheelAnnotatedField
 
setMaxInactiveInterval(int) - Method in class wheel.testing.MockHttpSession
 
setMaxMemoryFileSize(int) - Method in class wheel.components.FileInput
 
setMaxRequestSize(int) - Method in class wheel.components.FileInput
 
setMedia(String) - Method in class wheel.Asset
 
setMetadataBind(ElExpression) - Method in class wheel.components.FileInput
 
setMethod(Form.Method) - Method in class wheel.components.Form
Sets the HTTP METHOD the form should use when submitted.
setOwner(Component) - Method in class wheel.components.ActionExpression
 
setOwnerClassName(String) - Method in class wheel.enhance.WheelAnnotatedField
 
setPathInfo(String) - Method in class wheel.testing.MockHttpServletRequest
 
setPersistentField(WheelAnnotatedField) - Method in class wheel.enhance.WheelMethodAdapter
 
setPersistentFieldMutator(boolean) - Method in class wheel.enhance.WheelMethodAdapter
 
setRenderGeneratedComponentIds(boolean) - Method in class wheel.components.StandaloneComponentConfiguration
When set to true, genereated componentId's will be rendered as id-attributes to html-tags.
setRenderId(boolean) - Method in class wheel.components.RenderableComponentConfiguration
Calling this method with false is useful when you want to suppress id-attribute for a single component.
setRenderSelf(boolean) - Method in class wheel.components.RenderableComponentConfiguration
 
setResourceRoot(File) - Method in class wheel.testing.MockServletContext
 
setResourceRoot(File) - Static method in class wheel.testing.WheelFunctionalTestCase
 
setResult(Document) - Method in class wheel.testing.WheelTestCase
 
setReusable(boolean) - Method in class wheel.components.StandaloneComponentConfiguration
Sets this component as reusable.
setScope(Scope) - Method in class wheel.enhance.WheelAnnotatedField
 
setSession(HttpSession) - Method in class wheel.testing.MockHttpServletRequest
 
setSetterAvailable(boolean) - Method in class wheel.enhance.WheelAnnotatedField
 
setStartLabel(Label) - Method in class wheel.enhance.WheelAnnotatedField
 
setStatus(int) - Method in class wheel.testing.MockHttpServletResponse
 
setStatus(int, String) - Method in class wheel.testing.MockHttpServletResponse
 
setTempFileLocation(String) - Method in class wheel.components.FileInput
 
setText(String) - Method in class wheel.components.Label
 
setTopLevelComponent(StandaloneComponent) - Method in class wheel.util.DynamicSelectModel
 
setUp() - Method in class wheel.testing.WheelTestCase
 
setUseXhtml(boolean) - Method in class wheel.components.RenderableComponentConfiguration
Sets the xhtml-mode.
setValue(Object) - Method in class wheel.persistence.StoredObject
 
setValue(String) - Method in class wheel.util.LabelValue
 
setVisible(boolean) - Method in class wheel.components.RenderableComponentConfiguration
 
skipPast(String) - Method in class wheel.json.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class wheel.json.JSONTokener
Skip characters until the next character is the requested character.
small() - Method in class wheel.components.Component
 
small(Object) - Method in class wheel.components.Component
 
small() - Method in class wheel.components.ComponentCreator
 
small(Object) - Method in class wheel.components.ComponentCreator
 
span() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "span" and returns it.
span(Object) - Method in class wheel.components.Component
Adds a Label-component to the component tree, sets rendering hint to "p" and returns it.
span() - Method in class wheel.components.ComponentCreator
 
span(Object) - Method in class wheel.components.ComponentCreator
 
StandaloneComponent - Class in wheel.components
Defines the contract for complex components.
StandaloneComponent() - Constructor for class wheel.components.StandaloneComponent
 
StandaloneComponent(String) - Constructor for class wheel.components.StandaloneComponent
 
StandaloneComponent(Component, String) - Constructor for class wheel.components.StandaloneComponent
 
StandaloneComponentConfiguration - Class in wheel.components
 
StandaloneComponentConfiguration(StandaloneComponent) - Constructor for class wheel.components.StandaloneComponentConfiguration
 
stateChanged() - Method in interface wheel.persistence.IObjectStore
 
stateChanged() - Method in class wheel.persistence.SessionStore
 
store(Object, Component, Object) - Method in class wheel.components.ElExpression
 
StoredObject - Class in wheel.persistence
 
StoredObject(Object, Scope, String) - Constructor for class wheel.persistence.StoredObject
 
StoredObject(Object, Scope, String, String) - Constructor for class wheel.persistence.StoredObject
 
strike() - Method in class wheel.components.Component
 
strike(Object) - Method in class wheel.components.Component
 
strike() - Method in class wheel.components.ComponentCreator
 
strike(Object) - Method in class wheel.components.ComponentCreator
 
StringSelectModel - Class in wheel.util
 
StringSelectModel() - Constructor for class wheel.util.StringSelectModel
 
strong() - Method in class wheel.components.Component
 
strong(Object) - Method in class wheel.components.Component
 
strong() - Method in class wheel.components.ComponentCreator
 
strong(Object) - Method in class wheel.components.ComponentCreator
 
style() - Method in class wheel.components.Component
 
style() - Method in class wheel.components.ComponentCreator
 
sub() - Method in class wheel.components.Component
 
sub(Object) - Method in class wheel.components.Component
 
sub() - Method in class wheel.components.ComponentCreator
 
sub(Object) - Method in class wheel.components.ComponentCreator
 
submissible(boolean) - Method in class wheel.components.ActionExpression
 
submit(String) - Method in class wheel.components.Component
Adds a Submit-component to the component tree and returns it.
submit(String) - Method in class wheel.components.ComponentCreator
 
Submit - Class in wheel.components
Renders an <input type="submit"/> tag.
Submit(Component, String) - Constructor for class wheel.components.Submit
 
submitForm(boolean) - Method in class wheel.components.ActionExpression
 
submitForm() - Method in class wheel.testing.WheelTestCase
Submits the mock form created with createForm() method.
subSequence(int, int) - Method in class wheel.components.Expression
 
sup() - Method in class wheel.components.Component
 
sup(Object) - Method in class wheel.components.Component
 
sup() - Method in class wheel.components.ComponentCreator
 
sup(Object) - Method in class wheel.components.ComponentCreator
 
syntaxError(String) - Method in class wheel.json.JSONTokener
Make a JSONException to signal a syntax error.

T

table() - Method in class wheel.components.Component
Adds a Table-component to the component tree and returns it.
table() - Method in class wheel.components.ComponentCreator
 
Table - Class in wheel.components
An XHTML-table that uses thead, tbody and tfoot.
TableBlock - Class in wheel.components
A special case of a Block component that is used internally inside a Table-component.
TableRow - Class in wheel.components
A component that represents a row in a table.
tbody() - Method in class wheel.components.Component
Adds a tbody-element to a surrounding Table-component.
tbody() - Method in class wheel.components.ComponentCreator
 
tbody() - Method in class wheel.components.Table
 
td() - Method in class wheel.components.Component
Adds a td-element (a column) the a surrounding TableBlock-element.
td() - Method in class wheel.components.ComponentCreator
 
td() - Method in class wheel.components.TableRow
 
text(Object) - Method in class wheel.components.Component
Adds a Text-component to the component tree and returns it.
Text - Class in wheel.components
Almost identical to Label-component.
textarea(String) - Method in class wheel.components.Component
Adds a TextArea-component to the component tree and returns it.
textarea(String) - Method in class wheel.components.ComponentCreator
 
TextArea - Class in wheel.components
A form element that will render a <textarea> tag.
TextArea(Component, String) - Constructor for class wheel.components.TextArea
 
textInput(String) - Method in class wheel.components.Component
Adds a TextInput-component to the component tree and returns it.
textInput(String) - Method in class wheel.components.ComponentCreator
 
TextInput - Class in wheel.components
A form element that renders an <input type="text"/> tag.
tfoot() - Method in class wheel.components.Component
Adds a tfoot-element to a surrounding Table-component.
tfoot() - Method in class wheel.components.ComponentCreator
 
tfoot() - Method in class wheel.components.Table
 
th() - Method in class wheel.components.Component
Adds a th-element (a header) the a surrounding TableBlock-element.
th() - Method in class wheel.components.ComponentCreator
 
th() - Method in class wheel.components.TableRow
 
thead() - Method in class wheel.components.Component
Adds a thead-element to a surrounding Table-component.
thead() - Method in class wheel.components.ComponentCreator
 
thead() - Method in class wheel.components.Table
 
title(String) - Method in class wheel.components.Component
 
toJSONArray(JSONArray) - Method in class wheel.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class wheel.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface wheel.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class wheel.components.Expression
 
toString() - Method in class wheel.components.RenderableComponent
 
toString() - Method in class wheel.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class wheel.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class wheel.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class wheel.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class wheel.json.JSONStringer
Return the JSON text.
toString() - Method in class wheel.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in class wheel.persistence.StoredObject
 
tr() - Method in class wheel.components.Component
Adds a tr-element (a row) the a surrounding TableBlock-element.
tr() - Method in class wheel.components.ComponentCreator
 
tr() - Method in class wheel.components.TableBlock
 
translateValue(String) - Method in interface wheel.components.ISelectModel
Translates the given String value (from form submit) to the corresponding Object.
translateValue(String) - Method in class wheel.util.DynamicSelectModel
 
translateValue(String) - Method in class wheel.util.StringSelectModel
 

U

u() - Method in class wheel.components.Component
 
u(Object) - Method in class wheel.components.Component
 
u() - Method in class wheel.components.ComponentCreator
 
u(Object) - Method in class wheel.components.ComponentCreator
 
ul() - Method in class wheel.components.Component
Adds a Block-component to the component tree, sets rendering hint to "ul" and returns it.
ul() - Method in class wheel.components.ComponentCreator
 
up() - Method in class wheel.components.Component
Same as getParent().
up(int) - Method in class wheel.components.Component
Same as up(), but makes it possible to move more then one level upwards at a time.
updateComponent(String) - Method in class wheel.components.ActionExpression
 
useAsset(String) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a css/js asset to the surrounding page.
useAsset(String, String) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a css/js asset to the surrounding page.
useAsset(String, int) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a css/js asset to the surrounding page.
useAsset(String, String, int) - Method in class wheel.components.StandaloneComponentConfiguration
Adds a css/js asset to the surrounding page.
useValidationVariable(String, Object) - Method in class wheel.components.StandaloneComponentConfiguration
With this method you can make any object available during form element validation.

V

validate() - Method in class wheel.components.FormElement
Causes this element to validate itself against given input value.
validate() - Method in class wheel.util.DynamicSelectModel
 
ValidationError - Class in wheel.components
Represents a validation error on a FormElement class.
ValidationError(String, Component) - Constructor for class wheel.components.ValidationError
 
validationRule(String, String) - Method in class wheel.components.FormElement
Adds a validation rule to this form element.
validationRule(String) - Method in class wheel.components.FormElement
 
ValidationRule - Class in wheel.components
Represents a validation rule that is attatched to a FormElement.
Validations - Class in wheel.components
Validation methods available by default in validation expressions.
value - Variable in class wheel.components.FormElement
 
value(String) - Method in class wheel.components.FormElement
 
value(String) - Method in class wheel.components.Hidden
 
value(String) - Method in class wheel.components.Radio
 
value(String) - Method in class wheel.components.Submit
 
value(String) - Method in class wheel.components.TextArea
 
value(String) - Method in class wheel.components.TextInput
 
value(boolean) - Method in class wheel.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class wheel.json.JSONWriter
Append a double value.
value(long) - Method in class wheel.json.JSONWriter
Append a long value.
value(Object) - Method in class wheel.json.JSONWriter
Append an object value.
value(String) - Method in class wheel.util.DynamicSelectModel
 
valueOf(String) - Static method in enum wheel.Asset.AssetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum wheel.components.Form.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum wheel.persistence.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum wheel.Asset.AssetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum wheel.components.Form.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum wheel.persistence.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
var() - Method in class wheel.components.Component
 
var(Object) - Method in class wheel.components.Component
 
var() - Method in class wheel.components.ComponentCreator
 
var(Object) - Method in class wheel.components.ComponentCreator
 
visit(String, Object) - Method in class wheel.enhance.WheelAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - Method in class wheel.enhance.WheelClassAdapter
 
visitAnnotation(String, String) - Method in class wheel.enhance.WheelAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class wheel.enhance.WheelFieldVisitor
 
visitAnnotation(String, boolean) - Method in class wheel.enhance.WheelMethodAdapter
 
visitArray(String) - Method in class wheel.enhance.WheelAnnotationVisitor
 
visitAttribute(Attribute) - Method in class wheel.enhance.WheelFieldVisitor
 
visitEnd() - Method in class wheel.enhance.WheelAnnotationVisitor
 
visitEnd() - Method in class wheel.enhance.WheelClassAdapter
 
visitEnd() - Method in class wheel.enhance.WheelFieldVisitor
 
visitEnum(String, String, String) - Method in class wheel.enhance.WheelAnnotationVisitor
 
visitField(int, String, String, String, Object) - Method in class wheel.enhance.WheelClassAdapter
 
visitFieldInsn(int, String, String, String) - Method in class wheel.enhance.WheelMethodAdapter
 
visitInsn(int) - Method in class wheel.enhance.WheelMethodAdapter
 
visitIntInsn(int, int) - Method in class wheel.enhance.WheelMethodAdapter
 
visitJumpInsn(int, Label) - Method in class wheel.enhance.WheelMethodAdapter
 
visitLabel(Label) - Method in class wheel.enhance.WheelMethodAdapter
 
visitLdcInsn(Object) - Method in class wheel.enhance.WheelMethodAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class wheel.enhance.WheelMethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class wheel.enhance.WheelMethodAdapter
 
visitMaxs(int, int) - Method in class wheel.enhance.WheelMethodAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class wheel.enhance.WheelClassAdapter
 
visitMethodInsn(int, String, String, String) - Method in class wheel.enhance.WheelMethodAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class wheel.enhance.WheelMethodAdapter
 
visitSource(String, String) - Method in class wheel.enhance.WheelClassAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class wheel.enhance.WheelMethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class wheel.enhance.WheelMethodAdapter
 
visitTypeInsn(int, String) - Method in class wheel.enhance.WheelMethodAdapter
 
visitVarInsn(int, int) - Method in class wheel.enhance.WheelMethodAdapter
 

W

wAny(CharSequence) - Method in class wheel.components.ComponentCreator
 
wBlock(CharSequence) - Method in class wheel.components.Component
Adds a Block-component to the component tree and returns it.
wBlock() - Method in class wheel.components.ComponentCreator
 
wBlock(CharSequence) - Method in class wheel.components.ComponentCreator
 
wheel - package wheel
 
wheel.annotations - package wheel.annotations
 
wheel.components - package wheel.components
 
wheel.enhance - package wheel.enhance
 
wheel.json - package wheel.json
 
wheel.persistence - package wheel.persistence
 
wheel.testing - package wheel.testing
 
wheel.util - package wheel.util
 
WheelAnnotatedField - Class in wheel.enhance
 
WheelAnnotatedField(String, String, String, Scope) - Constructor for class wheel.enhance.WheelAnnotatedField
 
WheelAnnotationVisitor - Class in wheel.enhance
 
WheelAnnotationVisitor(AnnotationVisitor) - Constructor for class wheel.enhance.WheelAnnotationVisitor
 
WheelClassAdapter - Class in wheel.enhance
 
WheelClassAdapter(ClassVisitor, Set<String>, WheelClassLoader) - Constructor for class wheel.enhance.WheelClassAdapter
 
WheelClassLoader - Class in wheel.enhance
 
WheelClassLoader(ClassLoader) - Constructor for class wheel.enhance.WheelClassLoader
 
WheelClassLoader(URL[], ClassLoader) - Constructor for class wheel.enhance.WheelClassLoader
 
WheelException - Exception in wheel
An application exception that is thrown whenever an internal error occurs that can't be handled.
WheelException(String, Throwable, Component) - Constructor for exception wheel.WheelException
 
WheelException(Component) - Constructor for exception wheel.WheelException
 
WheelException(String, Component) - Constructor for exception wheel.WheelException
 
WheelException(Throwable, Component) - Constructor for exception wheel.WheelException
 
WheelFieldVisitor - Class in wheel.enhance
 
WheelFieldVisitor(FieldVisitor, List<WheelAnnotatedField>, int, String, String, String) - Constructor for class wheel.enhance.WheelFieldVisitor
 
WheelFunctionalTestCase - Class in wheel.testing
 
WheelFunctionalTestCase() - Constructor for class wheel.testing.WheelFunctionalTestCase
 
WheelMethodAdapter - Class in wheel.enhance
 
WheelMethodAdapter(MethodVisitor, List<WheelAnnotatedField>, String, Set<String>, String) - Constructor for class wheel.enhance.WheelMethodAdapter
 
WheelServlet - Class in wheel
The servlet that handles all requests to Wheel.
WheelServlet() - Constructor for class wheel.WheelServlet
 
WheelTestCase - Class in wheel.testing
A JUnit-test case to extend your own tests when testing wheel components and pages.
WheelTestCase() - Constructor for class wheel.testing.WheelTestCase
 
WheelURL - Class in wheel.util
 
WheelURL(String, Map, IEngine) - Constructor for class wheel.util.WheelURL
 
wLabel(CharSequence, Object) - Method in class wheel.components.ComponentCreator
 
wLink(String, Object) - Method in class wheel.components.ComponentCreator
 
WrappedException - Exception in wheel.util
 
WrappedException(Throwable, Component) - Constructor for exception wheel.util.WrappedException
 
wrapSelf() - Method in class wheel.components.Component
 
write(Writer) - Method in class wheel.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class wheel.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class wheel.json.JSONWriter
The writer that will receive the output.
writeToDomain(StandaloneComponent) - Method in class wheel.util.LinkToDomain
 

X

XmlEntityRef - Class in wheel.components
 
XmlEntityRef(String) - Constructor for class wheel.components.XmlEntityRef
 

_

_applyFormat(Object) - Method in class wheel.components.Component
By overriding this method, its possible to apply some formatting to MVEL-evaluations in the eval() method.
_applyFormat(Object) - Method in class wheel.components.DateInput
 
_applyFormat(Object) - Method in class wheel.components.NumberInput
 
_classReferenceFromHints() - Method in class wheel.components.RenderableComponent
Resolves the contents of the class-attribute for this tag from rendering hints.
_clear() - Method in class wheel.components.Component
Inteded for internal use.
_clear() - Method in class wheel.components.Form
 
_clear() - Method in class wheel.components.FormElement
 
_clear() - Method in class wheel.components.RenderableComponent
 
_clear() - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_clear() - Method in class wheel.components.Table
 
_generateComponentId(Component) - Method in class wheel.components.StandaloneComponent
Generates a componentId for the given Component.
_getAction() - Method in class wheel.components.Component
Intetnded for internal use.
_getActions() - Method in class wheel.components.Component
Intetnded for internal use.
_getAvailableCssFiles() - Method in class wheel.EngineImpl
 
_getAvailableCssFiles() - Method in interface wheel.IEngine
Intended for internal use.
_getAvailableCssFiles() - Method in class wheel.testing.MockEngine
 
_getAvailableJsFiles() - Method in class wheel.EngineImpl
 
_getAvailableJsFiles() - Method in interface wheel.IEngine
Intended for internal use.
_getAvailableJsFiles() - Method in class wheel.testing.MockEngine
 
_getChildren() - Method in class wheel.components.Component
Intended for internal use.
_getComponentStore() - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_getDateFormat() - Method in class wheel.testing.MockEngine
 
_getForm(boolean) - Method in class wheel.components.Component
Intended for internal use.
_getMessagesSource() - Method in class wheel.EngineImpl
 
_getMessagesSource() - Method in interface wheel.IEngine
Intended for internal use.
_getMessagesSource() - Method in class wheel.testing.MockEngine
 
_getRenderableChildren() - Method in class wheel.components.Component
Intended for internal use.
_getRenderAfterMe() - Method in class wheel.components.RenderableComponent
 
_getRenderBeforeMe() - Method in class wheel.components.RenderableComponent
 
_getRenderHints() - Method in class wheel.components.Component
Intended for internal use.
_getSubmitTarget() - Method in class wheel.components.StandaloneComponent
 
_getSubmitValue() - Method in class wheel.components.FormElement
Returns the value recieved in form submit.
_getSubmitValues() - Method in class wheel.components.FormElement
Returns the value recieved in form submit.
_getTopLevelComponent(boolean) - Method in class wheel.components.Component
Returns the containing StandaloneComponent.
_getVisibleForm(boolean) - Method in class wheel.components.Component
 
_getXhtmlAttributes() - Method in class wheel.components.Component
Intended for internal use.
_getXmlSerializer() - Method in class wheel.EngineImpl
 
_getXmlSerializer() - Method in interface wheel.IEngine
Intended for internal use.
_getXmlSerializer() - Method in class wheel.testing.MockEngine
 
_isBuilt() - Method in class wheel.components.Form
 
_isBuilt() - Method in interface wheel.components.IBuildableComponent
 
_isBuilt() - Method in class wheel.components.SelectModelFormElement
 
_isBuilt() - Method in class wheel.components.StandaloneComponent
 
_isGeneratedId() - Method in class wheel.components.Component
Returns true if the id for this component was generated.
_isRenderDoctype() - Method in class wheel.components.StandaloneComponentConfiguration
Intended for internal use.
_isRenderGeneratedComponentIds() - Method in class wheel.components.StandaloneComponentConfiguration
Intended for internal use.
_isRewindingForm(Form) - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_postBuildPage() - Method in class wheel.components.StandaloneComponent
 
_postProcessRequest() - Method in class wheel.components.StandaloneComponent
 
_render(XmlSerializer) - Method in class wheel.components.Block
 
_render(XmlSerializer) - Method in class wheel.components.Form
 
_render(XmlSerializer) - Method in class wheel.components.FormElement
 
_render(XmlSerializer) - Method in class wheel.components.RenderableComponent
Default implementation.
_render(XmlSerializer) - Method in class wheel.components.StandaloneComponent
 
_render(XmlSerializer) - Method in class wheel.components.XmlEntityRef
 
_renderActions(XmlSerializer) - Method in class wheel.components.Form
 
_renderActions(XmlSerializer) - Method in class wheel.components.Link
 
_renderActions(XmlSerializer) - Method in class wheel.components.RenderableComponent
 
_renderClassReferenceFromHints(XmlSerializer) - Method in class wheel.components.RenderableComponent
Renders the class-attribute for this tag based on rendering hints.
_renderTagStart(XmlSerializer) - Method in class wheel.components.RenderableComponent
Renders the tag start based on the rendering hints.
_renderXhtmlAttributes(XmlSerializer) - Method in class wheel.components.RenderableComponent
Renders all xhtml-attributes (given with calls to attribute() and attributes() methods).
_setBuilt(boolean) - Method in class wheel.components.Form
 
_setBuilt(boolean) - Method in interface wheel.components.IBuildableComponent
 
_setBuilt(boolean) - Method in class wheel.components.SelectModelFormElement
 
_setBuilt(boolean) - Method in class wheel.components.StandaloneComponent
 
_setComponentId(String) - Method in class wheel.components.Component
Intended for internal use.
_setDateFormat(DateFormat) - Method in class wheel.testing.MockEngine
 
_setGeneratedId(boolean) - Method in class wheel.components.Component
Inteded for internal use.
_setMessagesSource(IMessagesSource) - Method in class wheel.EngineImpl
 
_setMessagesSource(IMessagesSource) - Method in interface wheel.IEngine
Intended for internal use.
_setMessagesSource(IMessagesSource) - Method in class wheel.testing.MockEngine
 
_setPageRewinding(boolean) - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_setRenderDoctype(boolean) - Method in class wheel.components.StandaloneComponentConfiguration
When set to false, the page will not render doctype declaration.
_setSubmitTarget(String) - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_setSubmittedForm(Form) - Method in class wheel.components.StandaloneComponent
Intended for internal use.
_setSubmitValue(String[]) - Method in class wheel.components.CheckboxGroup
 
_setSubmitValue(String[]) - Method in class wheel.components.DateInput
 
_setSubmitValue(String[]) - Method in class wheel.components.FileInput
 
_setSubmitValue(String[]) - Method in class wheel.components.FormElement
Sets the value retrieved from a form submit for this element.
_setSubmitValue(String[]) - Method in class wheel.components.NumberInput
 
_setSubmitValue(String[]) - Method in class wheel.components.Select
 
_wrapComponentId(String) - Method in class wheel.components.Component
 

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2007-2008. All Rights Reserved.