|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Behavior
insteadIClassResolver
which uses a ClassLoader
for
resolving classes.AbstractResourceDependentResourceReference
references, ensuring
that dependencies are rendered in the proper order before their parent (even if they do not
appear in the same group as the parent of the dependencies).IFormValidator
s.AbstractHierarchyIterator
and add support for filters.IPageManager
implementations.IRequestCycleListener
useful as a starting point for your own
custom listener.ResourceReference
sIResourceStreamWriter#write(java.io.OutputStream)
Don't forget to overwrite the
IResourceStream#length()
method if you do know the total length that will be generated.Behavior
which can be added to any component.IValidator
s.IComponentAssignedModel
or
IComponentInheritedModel
so that you don't have to have empty methods like detach or
setObject() when not used in the wrapper.IValidator
to the chain of validators.
childCriteria
AjaxRequestTarget.add(Component...)
instead
AjaxRequestTarget.add(Component...)
instead
IErrorMessageSource
to
locate the error message string.
time
to the total server time.
IAjaxCallDecorator
.AjaxChannel
AjaxRequestTarget
listener that can be used to respond to various target-related
eventsAjaxRequestTarget.IListener
sURL
.
IAuthorizationStrategy
that allows everything.
value
using a default space character (' ') separator.
value
using a default space character (' ') separator.
value
to the attribute
ListenerCollection
for IApplicationListener
sServletWebRequest
used by wicket from the mock request used to build
requests.
toString
method for the given Collection
.
Component
class.
Component
has been added to a AjaxRequestTarget
, using
AjaxRequestTarget.add(Component...)
.
Component
has been added to a AjaxRequestTarget
, using
AjaxRequestTarget.add(Component...)
.
WicketTester.assertContains(String)
.
Collection
s contain the same elements.
Component
is invisible.
Label
Component
.
ListView
use expectedList
ListView
.
Page
class.
Page
against an expected HTML document.
Page
against an expected HTML document.
Page
against an expected HTML document as a
String
Component
is visible.
Map
of variables with the content and returns the resulting
String
without replacing the content.
String
.
String
.
IDataStore
that does the actual saving in worker thread.AttributeAppender.AttributeAppender(String, IModel)
instead.
replaceModel
to the attribute's
current value, optionally separated by the separator
.
value
to the attribute's current
value, optionally separated by the separator
.
AttributeModifier.AttributeModifier(String, IModel)
instead
wicket:for
attribute functionality.<label>
tag and takes care of writing out the label
text as well as setting classes on the <label>
tagwicket:for
attribute.<wicket:label>
tag, which will output a
FormComponent's label
without requiring a manual extra component
such as Label
or FormComponentLabel
.WicketTester
and automatically create a WebApplication
, but
the tester will have no home page.
WicketTester
and automatically creates a WebApplication
.
WicketTester
.
WicketTester
.
WicketTester
.
BaseWicketTester.startComponentInPage(Class)
and the other variations.ListenerCollection
for IBehaviorInstantiationListener
ssession store
if not
already done so.
BufferedWebResponse
.WebResponse
that buffers the actions and performs those on another response.AbstractBookmarkableMapper.UrlInfo
instance.
IResource
for byte arrays.ByteArrayResource
which will provide its data dynamically with
ByteArrayResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
IResourceVersion
instance
in a member variable.maxEntries
before evicting the oldest entries.
Form
and any enabled and visible nested form, if the respective
Form
actually has errors.
ResourceReferenceRegistry
.
Behavior.canCallListenerInterface(Component, Method)
Component.canCallListenerInterface(Method)
instead
CheckBoxMultipleChoice
.CheckBox
components.CheckGroup
in its parent hierarchy.
FormComponent.isRequired()
to see if it has to check for requirement.
FormComponent.isRequired()
to see if it has to check for requirement.
IChoiceRenderer
.AbstractBehavior.onRendered(Component)
or
AbstractBehavior.onHandleException(Component, RuntimeException)
AFTER they called their respective
template methods.
FormComponent
.
UploadInfo
object from session if one exists.
Link
in the last rendered Page.
Link
in the last rendered Page.
Session.getClientInfo()
.
Image
component.Image
component.
FileUpload.getInputStream()
.
Model
but for any collections of serializable objects.collection
Pattern
IComponentResolver
sIClassResolver
.IValidator
.Component.onConfigure()
to be invoked on this component if it has not already during
this request.
ContextParamWebApplicationFactory.APP_CLASS_PARAM
context variable.IConverterLocator
interface, which locates converters for a given type.FormComponent.getType()
and records any errors.
IManageablePage
IConverter
.
BaseWicketTester.StartComponentInPage
to test a component with
BaseWicketTester.startComponentInPage(Component, IMarkupFragment)
BaseWicketTester.StartComponentInPage
that will be
used to test a component with BaseWicketTester.startComponentInPage(Class, IMarkupFragment)
TagTester
based on a tag found by an
attribute with a specific value.
TagTester
based on a tag found by an
attribute with a specific value.
TagTester
based on a tag found by an
attribute with a specific value.
TextTemplate
with CSS tags.AbstractPageableView
.Component
trees.
Component
trees to log.
TextTemplate
.
application
configuration
IItemReuseStrategy
that returns new items every time.IPageManagerProvider
implementation that creates new instance of IPageManager
that persists the pages in DiskDataStore
IPageStore
that converts IManageablePage
instances to DefaultPageStore.SerializedPage
s
before passing them to the IDataStore
to store them and the same in the opposite
direction when loading DefaultPageStore.SerializedPage
from the data store.IManageablePage
that knows additionally the id of the http
session in which this IManageablePage
instance is used.IDetachable
.
RequestCycle
state.
PageProvider.PageProvider(IRequestablePage)
constructor has been used or
PageProvider.getPageInstance()
has been called).
ThreadContext
and returns previous context.
Component.isVisible()
, Component.isVisibilityAllowed()
, Component.isRenderAllowed()
FormComponent
.
pagesNumber
of pages from the pageTable
WicketTester
.TestLink
class.Panel
Component.Page
.
TextField
for HTML5 <input> with type email.<wicket:enclosure>
is nice and prevents that users have to add boilerplate to
their application.PageComponentInfo
instance as the first query string parameter to the
URL.
IChoiceRenderer
implementation that makes it easy to work with java 5 enums.AbstractFormValidator.variablesMap()
for
variable interpolations and message key returned by AbstractFormValidator.resourceKey()
.
AbstractFormValidator.resourceKey()
IValidatable
's value.
IValidatable
instance using the Map
returned by AbstractValidator.variablesMap(IValidatable)
for variable interpolations and the message
resource key returned by AbstractValidator.resourceKey()
.
IValidatable
instance using the Map
returned by AbstractValidator.variablesMap(IValidatable)
for variable interpolations and the given
message resource key.
IValidatable
instance using the given
Map
for variable interpolations and message resource key provided by
AbstractValidator.resourceKey()
.
IValidatable
instance using the given message
resource key and Map
for variable interpolations.
ServletRequest
when the servlet
container is handling an error or a forward to an error page mapped by error-page
element
in web.xml
.IDataStore.storeData(String, int, byte[])
call.
String
exact length validator for checking if a string length is exactly
the same as the given length value.
AbstractAjaxBehavior
.
RequestListenerInterface
on
component.
-Dwicket.replace.expected.results=true
to automatically replace the expected
output file.
-Dwicket.replace.expected.results=true
to automatically replace the expected
output file.
-Dwicket.replace.expected.results=true
to automatically replace the expected
output file.
-Dwicket.replace.expected.results=true
to automatically replace the expected
output file.
IRequestListener
depending on what the
IRequestMapper
s resolve for the passed url.
Application
threadlocal is set in this thread
Session
threadlocal is set in this thread
ThreadContext
exists for the current thread
FeedbackMessage
s in a list view.version-prefix = ''
FormComponent
s.FormComponent
s with an index of
option -- supports RadioGroup
, CheckGroup
, and
AbstractChoice
family.IFormValidator
to Behavior
ServletRequest
when the servlet
container is handling an error or a forward to an error page mapped by error-page
element
in web.xml
.Model
directly.Panel
with typesafe getters and setters for the model and its underlying objectWebPage
with typesafe getters and setters for the model and its underlying objectAjaxRequestTarget
or null
of no
AjaxRequestTarget
is available.
WebApplication
without having to cast
it.
ResourceReference
for a shared resource.
String
to put after the actual template contents, for example:
IAjaxCallDecorator
that will be used to modify the generated javascript.
IAjaxCallDecorator
that will be used to modify the generated javascript.
AjaxRequestTarget.IListener
objects.
AjaxRequestTarget
objects.
Application
for this environment.
String
to put before the actual template contents, for example:
null
if component is
the target
null
if component is the target.
Behavior
s that are of the provided type as a
unmodifiable list.
Behavior
s as a unmodifiable list.
IStaticCacheableResource.getCacheKey()
IStaticCacheableResource.getCacheableResourceStream()
AbstractDefaultAjaxBehavior.getChannel()
instead
id
.
ClassLoader
to be used for resolving classes
ClassLoader
to be used for resolving classes
Component
s of a given Page
, extracts the
information relevant to us, and adds them to a List
.
ICssCompressor
to be used.
IJavaScriptCompressor
to be used.
RuntimeConfigurationType.DEVELOPMENT
or RuntimeConfigurationType.DEPLOYMENT
.
RuntimeConfigurationType.DEVELOPMENT
or RuntimeConfigurationType.DEPLOYMENT
.
null
when the input is empty?
FormComponent.convertInput()
final and it no longer delegates to
CheckBox.getConverter(Class)
Localizer
for the property to display for an additional default choice
depending on AbstractSingleSelectChoice.isNullValid()
:
"nullValid" if null
is valid, defaulting to an empty string.
"null" if null
is not valid but no choice is selected (i.e.
LabeledWebMarkupContainer.getLabel()
.
LabeledWebMarkupContainer.getLabel()
.
IValidatable
instance.
Form
object.
IFormValidator
s added to this form
a page that polls for client capabilities
.
AbstractResourceAggregatingHeaderResponse.newGroupingKey(ResourceReferenceAndStringData)
.
HttpSession
for this environment
EmailAddressValidator
.
AbstractLink.getBody()
instead
startPage()
methods.
InlineEnclosure
s keep their own cache of their markup because Component#markup is
detached and later during Ajax request it is hard to re-lookup InlineEnclosure
's
markup from its parent.
Border.getMarkup(child)
to provide the Markup
key
.
FeedbackMessages
.
<b>
's name would be 'b'.
package resource guard
.
IPageable
this navigator is linked with
PageComponentInfo
from the URL.
IPageFactory
for this application.
Session.getPageFactory()
Session.getPageFactory()
IPageManager
instance.
PageParameters
object that was used to construct this page.
PageParameters
for the page.
PageParameters
of the page.
List
of properties loader.
IRequestLogger
.
ClassLoader.
- getResource() -
Method in class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
- return the resource
- getResource() -
Method in interface org.apache.wicket.markup.IMarkup
- Gets the resource that contains this markup
- getResource() -
Method in class org.apache.wicket.markup.MarkupResourceStream
- Gets the resource that contains this markup
- getResource() -
Method in class org.apache.wicket.markup.MarkupStream
-
- getResource(String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- Get the URL for a particular resource that is relative to the web app root directory.
- getResource() -
Method in class org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler
-
- getResource() -
Method in class org.apache.wicket.request.handler.resource.ResourceRequestHandler
-
- getResource() -
Method in class org.apache.wicket.request.resource.CssResourceReference
-
- getResource() -
Method in class org.apache.wicket.request.resource.JavaScriptResourceReference
-
- getResource() -
Method in class org.apache.wicket.request.resource.PackageResourceReference
-
- getResource() -
Method in class org.apache.wicket.request.resource.ResourceReference
- Returns the resource.
- getResource() -
Method in class org.apache.wicket.request.resource.SharedResourceReference
-
- getResource() -
Method in class org.apache.wicket.resource.dependencies.ResourceDependentResourceReference
-
- getResource() -
Method in class org.apache.wicket.resource.TextTemplateResourceReference
- Creates a new resource which returns the interpolated value of the text template.
- getResourceAsStream(String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- Get an input stream for a particular resource that is relative to the web app root directory.
- getResourceFactory(String) -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getResourceFactory(String) -
Method in interface org.apache.wicket.settings.IResourceSettings
-
- getResourceFinder() -
Method in class org.apache.wicket.protocol.http.WebApplication
- By default it return a WebApplicationPath
- getResourceFinder() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getResourceFinder() -
Method in interface org.apache.wicket.settings.IResourceSettings
- Gets the resource finder to use when searching for resources.
- getResourceFolderClosed(Object) -
Method in class org.apache.wicket.markup.html.tree.LabelIconPanel
- Returns resource reference for closed folder icon.
- getResourceFolderOpen(Object) -
Method in class org.apache.wicket.markup.html.tree.LabelIconPanel
- Returns resource reference for open folder icon.
- getResourceIdentifier() -
Method in class org.apache.wicket.DefaultMapperContext
-
- getResourceIdentifier() -
Method in interface org.apache.wicket.request.mapper.IMapperContext
-
- getResourceItemLeaf(Object) -
Method in class org.apache.wicket.markup.html.tree.LabelIconPanel
- Returns resource reference for a leaf icon.
- getResourceKey() -
Method in class org.apache.wicket.model.StringResourceModel
- Gets the resource key for this string resource.
- getResourcePath(Component) -
Method in class org.apache.wicket.resource.loader.ComponentStringResourceLoader
- get path for resource lookup
- getResourcePaths(String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- Get the resource paths starting from the web app root directory and then relative to the the
given name.
- getResourcePollFrequency() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getResourcePollFrequency() -
Method in interface org.apache.wicket.settings.IResourceSettings
-
- getResourcePollFrequency() -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- By default Modification Watcher is disabled by default for the tests.
- getResourceReference() -
Method in class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
- return the resource
- getResourceReference() -
Method in class org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler
-
- getResourceReference(Class<?>, String, Locale, String, String, boolean, boolean) -
Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry
- Get a resource reference matching the parameters from the registry or if not found and
requested, create an default resource reference and add it to the registry.
- getResourceReference(ResourceReference.Key, boolean, boolean) -
Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry
- Get a resource reference matching the parameters from the registry or if not found and
requested, create an default resource reference and add it to the registry.
- getResourceReferenceAttributes(Url) -
Method in class org.apache.wicket.request.mapper.AbstractResourceReferenceMapper
-
- getResourceReferenceClass() -
Method in class org.apache.wicket.request.handler.logger.ResourceReferenceLogData
-
- getResourceReferenceRegistry() -
Method in class org.apache.wicket.Application
- Returns
ResourceReferenceRegistry
for this application.
- getResourceReferenceRegistry() -
Method in class org.apache.wicket.DefaultMapperContext
-
- getResourceReferenceRegistry() -
Method in interface org.apache.wicket.request.mapper.IMapperContext
-
- getResources(String) -
Method in class org.apache.wicket.application.AbstractClassResolver
-
- getResources(String) -
Method in class org.apache.wicket.application.CompoundClassResolver
- Tries to load all the resources by the name that is given.
- getResources(String) -
Method in interface org.apache.wicket.application.IClassResolver
- Tries to load all the resources by the name that is given.
- getResourceSettings() -
Method in class org.apache.wicket.Application
-
- getResourceStream() -
Method in class org.apache.wicket.request.handler.resource.ResourceStreamRequestHandler
- Gets the resource stream for the response.
- getResourceStream() -
Method in class org.apache.wicket.request.resource.PackageResource
- locate resource stream for current resource
Unfortunately this method has changed from scope 'public' in wicket 1.4 to scope 'protected'
in wicket 1.5.
- getResourceStreamClass() -
Method in class org.apache.wicket.request.handler.logger.ResourceStreamLogData
- Returns the class of the resource stream.
- getResourceStreamLocator() -
Method in interface org.apache.wicket.resource.IPropertiesFactoryContext
-
- getResourceStreamLocator() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getResourceType() -
Method in class org.apache.wicket.resource.aggregation.ResourceReferenceAndStringData
-
- getResourceType() -
Method in class org.apache.wicket.resource.dependencies.AbstractResourceDependentResourceReference
- Defaults to returning JS, but returns CSS if the name property ends with ".css".
- getResourceWatcher(boolean) -
Method in interface org.apache.wicket.resource.IPropertiesFactoryContext
-
- getResourceWatcher(boolean) -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getResponse() -
Method in class org.apache.wicket.Component
-
- getResponse() -
Method in class org.apache.wicket.markup.html.DecoratingHeaderResponse
-
- getResponse() -
Method in interface org.apache.wicket.markup.html.IHeaderResponse
- Returns the response that can be used to write arbitrary text to the head section.
- getResponse() -
Method in class org.apache.wicket.markup.html.internal.HeaderResponse
-
- getResponse() -
Method in class org.apache.wicket.request.cycle.RequestCycle
-
- getResponse() -
Method in class org.apache.wicket.request.cycle.RequestCycleContext
-
- getResponse() -
Method in class org.apache.wicket.request.resource.IResource.Attributes
- Returns current response.
- getResponse() -
Method in class org.apache.wicket.util.tester.BaseWicketTester
-
- getResponseFilters() -
Method in class org.apache.wicket.settings.def.RequestCycleSettings
-
- getResponseFilters() -
Method in interface org.apache.wicket.settings.IRequestCycleSettings
-
- getResponseRequestEncoding() -
Method in class org.apache.wicket.settings.def.RequestCycleSettings
-
- getResponseRequestEncoding() -
Method in interface org.apache.wicket.settings.IRequestCycleSettings
- In order to do proper form parameter encoding it is important that the response and the
subsequent request stipulate a common character encoding.
- getResponseTarget() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getResponseTargetClass() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getResponseTargetLog() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getReuseItems() -
Method in class org.apache.wicket.markup.html.list.ListView
- If true re-rendering the list view is more efficient if the windows doesn't get changed at
all or if it gets scrolled (compared to paging).
- getRootForm() -
Method in class org.apache.wicket.markup.html.form.Form
- Returns the root form or this, if this is the root form.
- getRootFormRelativeId(Component) -
Static method in class org.apache.wicket.markup.html.form.Form
- Utility method to assemble an id to distinct form components from different nesting levels.
- getRootMarkup() -
Method in class org.apache.wicket.markup.MarkupFragment
-
- getRootRequestMapper() -
Method in class org.apache.wicket.Application
-
- getRootRequestMapperAsCompound() -
Method in class org.apache.wicket.Application
- Converts the root mapper to a
ICompoundRequestMapper
if necessary and returns the
converted instance.
- getRowCount() -
Method in class org.apache.wicket.markup.repeater.AbstractPageableView
- Get the row count.
- getRows() -
Method in class org.apache.wicket.markup.repeater.data.GridView
-
- getSaveKey(String) -
Method in class org.apache.wicket.util.cookies.CookieUtils
- Make sure the 'key' does not contain any illegal chars.
- getScheme() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- Get the scheme.
- getScheme() -
Method in class org.apache.wicket.protocol.http.servlet.XForwardedRequestWrapper
-
- getScope() -
Method in class org.apache.wicket.markup.html.HeaderPartContainer
- Get the scope of the header part
- getScope() -
Method in class org.apache.wicket.request.handler.logger.ResourceReferenceLogData
-
- getScope() -
Method in class org.apache.wicket.request.resource.PackageResource
- Gets the scoping class, used for class loading and to determine the package.
- getScope() -
Method in class org.apache.wicket.request.resource.ResourceReference
-
- getScope() -
Method in class org.apache.wicket.request.resource.ResourceReference.Key
- Gets scope.
- getScopeClass() -
Method in class org.apache.wicket.request.resource.ResourceReference.Key
-
- getScreenColorDepth() -
Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
- Gets screenColorDepth.
- getScreenColorDepth() -
Method in class org.apache.wicket.protocol.http.ClientProperties
-
- getScreenHeight() -
Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
- Gets screenHeight.
- getScreenHeight() -
Method in class org.apache.wicket.protocol.http.ClientProperties
-
- getScreenWidth() -
Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
- Gets screenWidth.
- getScreenWidth() -
Method in class org.apache.wicket.protocol.http.ClientProperties
-
- getSecure() -
Method in class org.apache.wicket.util.cookies.CookieDefaults
- Returns true if the browser is sending cookies only over a secure protocol, or false if the
browser can send cookies using any protocol.
- getSecuritySettings() -
Method in class org.apache.wicket.Application
-
- getSelectedClass() -
Method in class org.apache.wicket.markup.html.tree.BaseTree
- Returns the class name that will be added to row's CSS class for selected rows
- getSelectedNodes() -
Method in class org.apache.wicket.markup.html.tree.DefaultTreeState
-
- getSelectedNodes() -
Method in interface org.apache.wicket.markup.html.tree.ITreeState
- Returns the collection of all selected nodes.
- getSeparator() -
Method in class org.apache.wicket.behavior.AttributeAppender
- Gets the separator used by attribute appenders and prependers.
- getSeparator() -
Method in class org.apache.wicket.markup.html.navigation.paging.PagingNavigation
- Gets the seperator.
- getSerializer() -
Method in class org.apache.wicket.settings.def.FrameworkSettings
-
- getSerializer() -
Method in interface org.apache.wicket.settings.IFrameworkSettings
-
- getSerialVersionUID() -
Static method in class org.apache.wicket.markup.html.form.ValidationErrorFeedback
- Gets serialVersionUID.
- getServerInfo() -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- Get the server info.
- getServerName() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- Get the server name.
- getServerPort() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
- getServerPort() -
Method in class org.apache.wicket.protocol.http.servlet.XForwardedRequestWrapper
-
- getServlet(String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- NOT USED - Servlet Spec requires that this always returns null.
- getServletContext() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
- getServletContext() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpSession
- Return the servlet context for the session.
- getServletContext() -
Method in class org.apache.wicket.protocol.http.WebApplication
- Gets the servlet context for this application.
- getServletContext() -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- Returns the
ServletContext
for this environment
- getServletContextName() -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- Return the name of the servlet context.
- getServletName() -
Method in class org.apache.wicket.protocol.http.servlet.ErrorAttributes
- Gets servletName.
- getServletNames() -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- NOT USED - Servlet spec requires that this always returns null.
- getServletPath() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- The servlet path may either be the application name or /.
- getServletPath() -
Method in class org.apache.wicket.protocol.http.servlet.ForwardAttributes
- Gets servletPath.
- getServlets() -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- NOT USED - Servlet spec requires that this always returns null.
- getSession() -
Method in class org.apache.wicket.Component
- Gets the current Session object.
- getSession() -
Method in class org.apache.wicket.mock.MockApplication
-
- getSession() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- Get the sessions.
- getSession(boolean) -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- Get the session.
- getSession() -
Static method in class org.apache.wicket.ThreadContext
-
- getSession() -
Method in class org.apache.wicket.util.tester.BaseWicketTester
-
- getSessionAttribute(String) -
Method in class org.apache.wicket.page.DefaultPageManagerContext
-
- getSessionAttribute(String) -
Method in interface org.apache.wicket.page.IPageManagerContext
-
- getSessionAttribute(String) -
Method in class org.apache.wicket.page.RequestAdapter
-
- getSessionAttributePrefix(WebRequest, String) -
Method in class org.apache.wicket.protocol.http.WebApplication
- Gets the prefix for storing variables in the actual session (typically
HttpSession
for this application instance.
- getSessionContext() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpSession
- Deprecated.
- getSessionEntry(String, boolean) -
Method in class org.apache.wicket.pageStore.DiskDataStore
-
- getSessionFolder(String, boolean) -
Method in class org.apache.wicket.pageStore.DiskDataStore
- Returns the folder for the specified sessions.
- getSessionId(Request, boolean) -
Method in class org.apache.wicket.mock.MockSessionStore
-
- getSessionId() -
Method in class org.apache.wicket.page.DefaultPageManagerContext
-
- getSessionId() -
Method in interface org.apache.wicket.page.IPageManagerContext
-
- getSessionId() -
Method in class org.apache.wicket.page.RequestAdapter
-
- getSessionId() -
Method in class org.apache.wicket.pageStore.DefaultPageStore.SerializedPage
-
- getSessionId() -
Method in class org.apache.wicket.pageStore.DiskDataStore.SessionEntry
-
- getSessionId() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getSessionId() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
- getSessionId() -
Method in class org.apache.wicket.request.handler.render.PageRenderer
-
- getSessionId() -
Method in class org.apache.wicket.request.mapper.BufferedResponseMapper
-
- getSessionId(Request, boolean) -
Method in class org.apache.wicket.session.HttpSessionStore
-
- getSessionId(Request, boolean) -
Method in interface org.apache.wicket.session.ISessionStore
- Get the session id for the provided request.
- getSessionInfo() -
Method in interface org.apache.wicket.protocol.http.IRequestLogger.ISessionLogInfo
- If you use the request logger log functionality then this object should have a nice
String representation.
- getSessionInfo() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getSessionInfo() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
- getSessionListeners() -
Method in class org.apache.wicket.Application
-
- getSessionSettings() -
Method in class org.apache.wicket.Application
-
- getSessionSize() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getSessionSize() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
- getSessionStore() -
Method in class org.apache.wicket.Application
- Gets the facade object for working getting/ storing session instances.
- getSessionStore() -
Method in class org.apache.wicket.Session
- Gets the session store.
- getSessionStoreProvider() -
Method in class org.apache.wicket.Application
-
- getSetter() -
Method in interface org.apache.wicket.util.lang.PropertyResolver.IGetAndSet
-
- getSettings() -
Method in class org.apache.wicket.util.cookies.CookieUtils
-
- getSharedResources() -
Method in class org.apache.wicket.Application
-
- getSize() -
Method in class org.apache.wicket.markup.html.form.upload.FileUpload
-
- getSize() -
Method in class org.apache.wicket.request.resource.ResourceReferenceRegistry
-
- getSizeInBytes() -
Method in class org.apache.wicket.Component
-
- getSizeInBytes() -
Method in class org.apache.wicket.Page
-
- getSizeInBytes() -
Method in class org.apache.wicket.Session
-
- getSortingComparator() -
Method in class org.apache.wicket.feedback.FeedbackMessagesModel
-
- getSortingComparator() -
Method in class org.apache.wicket.markup.html.panel.FeedbackPanel
-
- getSource() -
Method in interface org.apache.wicket.event.IEvent
-
- getStackTrace(Throwable) -
Method in class org.apache.wicket.markup.html.pages.ExceptionErrorPage
- Converts a Throwable to a string.
- getStartDate() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getStartDate() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
- getStartIndex() -
Method in class org.apache.wicket.markup.html.list.ListView
- Get index of first cell in page.
- getStartIndex() -
Method in class org.apache.wicket.markup.html.navigation.paging.PagingNavigation
- Allow subclasses replacing populateItem to calculate the current page number
- getStartTime() -
Method in class org.apache.wicket.request.cycle.RequestCycle
-
- getStatelessHint(Component) -
Method in class org.apache.wicket.behavior.AbstractAjaxBehavior
-
- getStatelessHint(Component) -
Method in class org.apache.wicket.behavior.Behavior
- This method returns false if the behavior generates a callback url (for example ajax
behaviors)
- getStatelessHint() -
Method in class org.apache.wicket.Component
- Returns whether the component can be stateless.
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.Check
- Returns whether the component can be stateless.
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.CheckBox
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.CheckGroup
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.DropDownChoice
- Returns whether the component can be stateless.
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.Form
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.ImageButton
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.Radio
- Returns whether the component can be stateless.
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.RadioChoice
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.RadioGroup
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.form.StatelessForm
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.image.Image
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.link.BookmarkablePageLink
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.link.InlineFrame
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.link.Link
-
- getStatelessHint() -
Method in class org.apache.wicket.markup.html.link.StatelessLink
-
- getStatelessHint() -
Method in class org.apache.wicket.Page
- Returns whether the page should try to be stateless.
- getStatus() -
Method in class org.apache.wicket.mock.MockWebResponse
-
- getStatus() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
- Get the status code.
- getStatusCode() -
Method in class org.apache.wicket.protocol.http.servlet.ErrorAttributes
- Gets statusCode.
- getStoreFolder() -
Method in class org.apache.wicket.pageStore.DiskDataStore
- This folder contains sub-folders named as the session id for which they hold the data.
- getStoreSettings() -
Method in class org.apache.wicket.Application
-
- getString(String) -
Method in class org.apache.wicket.Component
-
- getString(String, IModel<?>) -
Method in class org.apache.wicket.Component
-
- getString(String, IModel<?>, String) -
Method in class org.apache.wicket.Component
-
- getString(String, Component) -
Method in class org.apache.wicket.Localizer
-
- getString(String, Component, IModel<?>) -
Method in class org.apache.wicket.Localizer
-
- getString(String, Component, String) -
Method in class org.apache.wicket.Localizer
-
- getString(String, Component, IModel<?>, String) -
Method in class org.apache.wicket.Localizer
-
- getString(String, Component, IModel<?>, Locale, String, String) -
Method in class org.apache.wicket.Localizer
- Get the localized string using all of the supplied parameters.
- getString(String) -
Method in class org.apache.wicket.markup.ComponentTag
- Deprecated. since 1.5
- getString() -
Method in interface org.apache.wicket.markup.parser.IXmlPullParser
-
- getString() -
Method in class org.apache.wicket.markup.parser.XmlPullParser
-
- getString() -
Method in class org.apache.wicket.model.StringResourceModel
- Gets the string currently represented by this model.
- getString() -
Method in class org.apache.wicket.resource.aggregation.ResourceReferenceAndStringData
- Deprecated. use
ResourceReferenceAndStringData.getIdOrMedia()
instead
- getString(String) -
Method in class org.apache.wicket.resource.Properties
- Get the property value identified by its 'key'.
- getString() -
Method in class org.apache.wicket.util.template.CssTemplate
-
- getString() -
Method in class org.apache.wicket.util.template.JavaScriptTemplate
-
- getString() -
Method in class org.apache.wicket.util.template.PackageTextTemplate
-
- getString() -
Method in class org.apache.wicket.util.template.TextTemplate
- Retrieves the
String
resource.
- getString() -
Method in class org.apache.wicket.util.template.TextTemplateDecorator
-
- getStringIgnoreSettings(String, Component, IModel<?>, String) -
Method in class org.apache.wicket.Localizer
-
- getStringIgnoreSettings(String, Component, IModel<?>, Locale, String, String) -
Method in class org.apache.wicket.Localizer
- This is similar to
Localizer.getString(String, Component, IModel, String)
except that the
resource settings are ignored.
- getStringResourceLoaders() -
Method in class org.apache.wicket.Localizer
- In case you want to provide your own list of string resource loaders
- getStringResourceLoaders() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getStringResourceLoaders() -
Method in interface org.apache.wicket.settings.IResourceSettings
-
- getStripComments() -
Method in class org.apache.wicket.settings.def.MarkupSettings
-
- getStripComments() -
Method in interface org.apache.wicket.settings.IMarkupSettings
-
- getStripWicketTags() -
Method in class org.apache.wicket.settings.def.MarkupSettings
-
- getStripWicketTags() -
Method in interface org.apache.wicket.settings.IMarkupSettings
- Gets whether to remove wicket tags from the output.
- getStyle() -
Method in class org.apache.wicket.Component
- A convinient method.
- getStyle() -
Method in class org.apache.wicket.markup.ContainerInfo
-
- getStyle() -
Method in class org.apache.wicket.markup.MarkupResourceStream
-
- getStyle() -
Method in class org.apache.wicket.request.handler.resource.ResourceLogData
-
- getStyle() -
Method in class org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler
-
- getStyle() -
Method in class org.apache.wicket.request.resource.PackageResource
- Gets the style.
- getStyle() -
Method in class org.apache.wicket.request.resource.ResourceReference
-
- getStyle() -
Method in class org.apache.wicket.request.resource.ResourceReference.Key
- Gets style.
- getStyle() -
Method in class org.apache.wicket.request.resource.ResourceReference.UrlAttributes
-
- getStyle() -
Method in class org.apache.wicket.Session
- Get the style (see
Session
).
- getStyle() -
Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
-
- getStyle() -
Method in class org.apache.wicket.util.resource.locator.ResourceNameIterator
- Get the exact Style which has been used for the latest resource path.
- getStyle() -
Method in class org.apache.wicket.util.resource.locator.StyleAndVariationResourceNameIterator
-
- getSuccessScript() -
Method in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
- getSuffix(int, T) -
Method in class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
- getSuffix() -
Method in class org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
- getSuffix() -
Method in class org.apache.wicket.markup.html.form.RadioChoice
-
- getTag() -
Method in class org.apache.wicket.markup.MarkupStream
-
- getTag() -
Method in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
- Get the tag name.
- getTag() -
Method in class org.apache.wicket.protocol.http.documentvalidation.Tag
- Get the tag that this element represents.
- getTagAttribute(String, boolean) -
Method in class org.apache.wicket.markup.MarkupStream
- Gets the attribute with 'name' for the tag at the current position
- getTagById(String) -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- Retrieves a
TagTester
based on an DOM id.
- getTagByWicketId(String) -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- Retrieves a
TagTester
based on a wicket:id
.
- getTagsByWicketId(String) -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- Modified version of BaseWicketTester#getTagByWicketId(String) that returns all matching tags
instead of just the first.
- getTarget() -
Method in class org.apache.wicket.model.AbstractPropertyModel
-
- getTargetClass() -
Method in interface org.apache.wicket.util.lang.PropertyResolver.IGetAndSet
-
- getTestPage() -
Method in interface org.apache.wicket.util.tester.ITestPageSource
- Deprecated. Defines a
Page
instance source for WicketTester
.
- getTestPageLink() -
Method in class org.apache.wicket.util.tester.DummyHomePage
- Retrieves the test page
Link
.
- getTestPanel(String) -
Method in interface org.apache.wicket.util.tester.ITestPanelSource
- Deprecated. Defines a
Panel
instance source for WicketTester
.
- getText() -
Method in class org.apache.wicket.protocol.http.BufferedWebResponse
- Returns the text already written to this response.
- getText() -
Method in class org.apache.wicket.protocol.http.documentvalidation.Comment
- Get the comment text.
- getText() -
Method in class org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentParser
- Get the text.
- getTextColor() -
Method in class org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource
-
- getTextComponentValue(String) -
Method in class org.apache.wicket.util.tester.FormTester
- Gets the value for an
AbstractTextComponent
with the provided id.
- getTextEncoding() -
Method in class org.apache.wicket.request.resource.AbstractResource.ResourceResponse
-
- getTextFormat() -
Method in interface org.apache.wicket.markup.html.form.AbstractTextComponent.ITextFormatProvider
- Gets the pattern for printing output and parsing input.
- getTextResponse() -
Method in class org.apache.wicket.mock.MockWebResponse
-
- getTextResponse() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
- Deprecated. use
MockHttpServletResponse.getDocument()
- getThread() -
Method in class org.apache.wicket.page.PageAccessSynchronizer.PageLock
-
- getThreadDumpStrategy() -
Method in class org.apache.wicket.settings.def.ExceptionSettings
-
- getThreadDumpStrategy() -
Method in interface org.apache.wicket.settings.IExceptionSettings
-
- getThreadName() -
Method in exception org.apache.wicket.page.CouldNotLockPageException
-
- getThrowable() -
Method in class org.apache.wicket.markup.html.pages.ExceptionErrorPage
- Get access to the exception
- getThrowExceptionOnMissingResource() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getThrowExceptionOnMissingResource() -
Method in interface org.apache.wicket.settings.IResourceSettings
-
- getThrowExceptionOnMissingXmlDeclaration() -
Method in class org.apache.wicket.settings.def.MarkupSettings
-
- getThrowExceptionOnMissingXmlDeclaration() -
Method in interface org.apache.wicket.settings.IMarkupSettings
-
- getTimeout() -
Method in exception org.apache.wicket.page.CouldNotLockPageException
-
- getTimeout() -
Method in class org.apache.wicket.settings.def.RequestCycleSettings
-
- getTimeout() -
Method in interface org.apache.wicket.settings.IRequestCycleSettings
- Gets the time that a request will by default be waiting for the previous request to be
handled before giving up.
- getTimeTaken() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.RequestData
-
- getTimeZone() -
Method in class org.apache.wicket.protocol.http.ClientProperties
- Get the client's time zone if that could be detected.
- getTotalBytes() -
Method in class org.apache.wicket.protocol.http.servlet.UploadInfo
-
- getTotalBytesString() -
Method in class org.apache.wicket.protocol.http.servlet.UploadInfo
-
- getTotalCreatedSessions() -
Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
-
- getTotalCreatedSessions() -
Method in interface org.apache.wicket.protocol.http.IRequestLogger
-
- getTotalSize() -
Method in class org.apache.wicket.pageStore.PageWindowManager
- Returns the size of all saved pages
- getTotalTimeTaken() -
Method in class org.apache.wicket.protocol.http.IRequestLogger.SessionData
-
- getTransferRateBPS() -
Method in class org.apache.wicket.protocol.http.servlet.UploadInfo
-
- getTransferRateString() -
Method in class org.apache.wicket.protocol.http.servlet.UploadInfo
-
- getTraverseFilters() -
Method in class org.apache.wicket.util.iterator.AbstractHierarchyIteratorWithFilter
-
- getTreeState() -
Method in class org.apache.wicket.markup.html.tree.AbstractTree
- Returns the TreeState of this tree.
- getTriggerJavaScript() -
Method in class org.apache.wicket.markup.html.form.SubmitLink
- The JavaScript which triggers this link.
- getType() -
Method in class org.apache.wicket.ajax.AjaxChannel
-
- getType() -
Method in interface org.apache.wicket.event.IEvent
-
- getType() -
Method in class org.apache.wicket.markup.ComponentTag
-
- getType() -
Method in class org.apache.wicket.markup.html.form.FormComponent
-
- getType() -
Method in class org.apache.wicket.markup.html.image.resource.RenderedDynamicImageResource
-
- getType() -
Method in class org.apache.wicket.markup.HtmlSpecialTag
-
- getType() -
Method in class org.apache.wicket.markup.parser.XmlTag
- Get the tag type.
- getUnauthorizedComponentInstantiationListener() -
Method in class org.apache.wicket.settings.def.SecuritySettings
-
- getUnauthorizedComponentInstantiationListener() -
Method in interface org.apache.wicket.settings.ISecuritySettings
-
- getUnboundListener() -
Method in class org.apache.wicket.mock.MockSessionStore
-
- getUnboundListener() -
Method in class org.apache.wicket.session.HttpSessionStore
-
- getUnboundListener() -
Method in interface org.apache.wicket.session.ISessionStore
-
- getUnexpectedExceptionDisplay() -
Method in class org.apache.wicket.settings.def.ExceptionSettings
-
- getUnexpectedExceptionDisplay() -
Method in class org.apache.wicket.settings.def.RequestCycleSettings
-
- getUnexpectedExceptionDisplay() -
Method in interface org.apache.wicket.settings.IExceptionSettings
-
- getUnexpectedExceptionDisplay() -
Method in interface org.apache.wicket.settings.IRequestCycleSettings
-
- getUniqueId() -
Method in class org.apache.wicket.resource.dependencies.AbstractResourceDependentResourceReference
- A globally-unique (to your application(s)) ID for this resource reference.
- getUpdateInterval() -
Method in class org.apache.wicket.ajax.AbstractAjaxTimerBehavior
- Returns the update interval
- getUpdateModel() -
Method in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior
-
- getUploadInfo(HttpServletRequest, String) -
Static method in class org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl
- Retrieves
UploadInfo
from session, null if not found.
- getURL() -
Method in class org.apache.wicket.markup.html.link.BookmarkablePageLink
- Gets the url to use for this link.
- getURL() -
Method in class org.apache.wicket.markup.html.link.InlineFrame
- Gets the url to use for this link.
- getURL() -
Method in class org.apache.wicket.markup.html.link.Link
- Gets the url to use for this link.
- getURL() -
Method in class org.apache.wicket.markup.html.link.ResourceLink
-
- getURL() -
Method in class org.apache.wicket.markup.html.link.StatelessLink
-
- getURL() -
Method in class org.apache.wicket.markup.resolver.AutoLinkResolver.AutolinkBookmarkablePageLink
-
- getUrl() -
Method in class org.apache.wicket.mock.MockWebRequest
-
- getUrl() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
- getUrl() -
Method in class org.apache.wicket.protocol.http.servlet.ServletWebRequest
-
- getUrl() -
Method in class org.apache.wicket.request.handler.resource.WebExternalResourceRequestHandler
- Gets the url to the external resource.
- getUrl() -
Method in class org.apache.wicket.resource.aggregation.ResourceReferenceAndStringData
-
- getURL() -
Method in class org.apache.wicket.util.resource.UrlResourceStream
-
- getUrlAttributes() -
Method in class org.apache.wicket.request.resource.PackageResourceReference
-
- getUrlAttributes() -
Method in class org.apache.wicket.request.resource.ResourceReference
- Allows to specify which locale, style and variation values will the generated URL for this
resource reference have.
- getUrlRenderer() -
Method in class org.apache.wicket.request.cycle.RequestCycle
- Returns
UrlRenderer
for this RequestCycle
.
- getUseDefaultOnMissingResource() -
Method in class org.apache.wicket.settings.def.ResourceSettings
-
- getUseDefaultOnMissingResource() -
Method in interface org.apache.wicket.settings.IResourceSettings
-
- getUserAgent() -
Method in class org.apache.wicket.protocol.http.request.WebClientInfo
- returns the user agent string.
- getUserData(String) -
Method in class org.apache.wicket.markup.ComponentTag
- Gets userData.
- getUserPrincipal() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletRequest
- Get the user principal.
- getUtcDSTOffset() -
Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
- Gets utcDSTOffset.
- getUtcDSTOffset() -
Method in class org.apache.wicket.protocol.http.ClientProperties
-
- getUtcOffset() -
Method in class org.apache.wicket.markup.html.pages.BrowserInfoForm.ClientPropertiesBean
- Gets utcOffset.
- getUtcOffset() -
Method in class org.apache.wicket.protocol.http.ClientProperties
-
- getValidator() -
Method in class org.apache.wicket.markup.html.form.validation.FormValidatorAdapter
-
- getValidator() -
Method in class org.apache.wicket.validation.ValidatorAdapter
- Gets adapted validator
- getValidatorKeyPrefix() -
Method in class org.apache.wicket.markup.html.form.Form
- Returns the prefix used when building validator keys.
- getValidatorKeyPrefix() -
Method in class org.apache.wicket.markup.html.form.FormComponent
-
- getValidators() -
Method in class org.apache.wicket.markup.html.form.FormComponent
- Gets an unmodifiable list of validators for this FormComponent.
- getValidators() -
Method in class org.apache.wicket.validation.CompoundValidator
- Gets an unmodifiable list of the registered validators.
- getValue() -
Method in class org.apache.wicket.behavior.SimpleAttributeModifier
- Deprecated.
- getValue() -
Method in class org.apache.wicket.markup.html.form.Check
- Form submission value used for this radio component.
- getValue() -
Method in class org.apache.wicket.markup.html.form.FormComponent
- Gets current value for a form component, which can be either input data entered by the user,
or the component's model object if no input was provided.
- getValue() -
Method in class org.apache.wicket.markup.html.form.Radio
- Form submission value used for this radio component.
- getValue() -
Method in class org.apache.wicket.protocol.http.documentvalidation.TextContent
- Get the value of this text content.
- getValue(String) -
Method in class org.apache.wicket.protocol.http.mock.MockHttpSession
- Deprecated. use getAttribute(String) instead
- getValue(String, Object) -
Static method in class org.apache.wicket.util.lang.PropertyResolver
- Looks up the value from the object with the given expression.
- getValue(Object) -
Method in interface org.apache.wicket.util.lang.PropertyResolver.IGetAndSet
-
- getValue(String) -
Method in class org.apache.wicket.util.string.interpolator.PropertyVariableInterpolator
- Retrieves a value for a variable name during interpolation.
- getValue() -
Method in class org.apache.wicket.util.tester.TagTester
- Returns the value for this tag.
- getValue() -
Method in interface org.apache.wicket.validation.IValidatable
- Retrieves the value to be validated.
- getValue() -
Method in class org.apache.wicket.validation.Validatable
-
- getValueNames() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpSession
- Deprecated. use getAttributeNames() instead
- getValues() -
Method in class org.apache.wicket.markup.MarkupCache.DefaultCacheImplementation
-
- getValues() -
Method in interface org.apache.wicket.markup.MarkupCache.ICache
- Get all the values referencing cache entries
- getVariables() -
Method in class org.apache.wicket.validation.ValidationError
- Retrieves the variables map for this error.
- getVariation() -
Method in class org.apache.wicket.Component
- Gets the variation string of this component that will be used to look up markup for this
component.
- getVariation() -
Method in class org.apache.wicket.markup.ContainerInfo
-
- getVariation() -
Method in class org.apache.wicket.markup.MarkupResourceStream
-
- getVariation() -
Method in class org.apache.wicket.request.handler.resource.ResourceLogData
-
- getVariation() -
Method in class org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler
-
- getVariation() -
Method in class org.apache.wicket.request.resource.ResourceReference
-
- getVariation() -
Method in class org.apache.wicket.request.resource.ResourceReference.Key
- Gets variation.
- getVariation() -
Method in class org.apache.wicket.request.resource.ResourceReference.UrlAttributes
-
- getVariation() -
Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
-
- getVariation() -
Method in class org.apache.wicket.util.resource.locator.ResourceNameIterator
- Get the exact Variation which has been used for the latest resource path.
- getVariation() -
Method in class org.apache.wicket.util.resource.locator.StyleAndVariationResourceNameIterator
-
- getVersion(IStaticCacheableResource) -
Method in class org.apache.wicket.request.resource.caching.version.CachingResourceVersion
-
- getVersion(IStaticCacheableResource) -
Method in interface org.apache.wicket.request.resource.caching.version.IResourceVersion
- get unique string identifying the version of the resource
- getVersion(IStaticCacheableResource) -
Method in class org.apache.wicket.request.resource.caching.version.LastModifiedResourceVersion
-
- getVersion(IStaticCacheableResource) -
Method in class org.apache.wicket.request.resource.caching.version.MessageDigestResourceVersion
-
- getVersion(IStaticCacheableResource) -
Method in class org.apache.wicket.request.resource.caching.version.RequestCycleCachedResourceVersion
-
- getVersion(IStaticCacheableResource) -
Method in class org.apache.wicket.request.resource.caching.version.StaticResourceVersion
-
- getVersion() -
Method in class org.apache.wicket.settings.def.FrameworkSettings
-
- getVersion() -
Method in interface org.apache.wicket.settings.IFrameworkSettings
- Gets the Wicket version.
- getVersion() -
Method in class org.apache.wicket.util.cookies.CookieDefaults
- Returns the version of the protocol this cookie complies with.
- getVersionPagesByDefault() -
Method in class org.apache.wicket.settings.def.PageSettings
-
- getVersionPagesByDefault() -
Method in interface org.apache.wicket.settings.IPageSettings
-
- getVersionParameter() -
Method in class org.apache.wicket.request.resource.caching.QueryStringWithVersionResourceCachingStrategy
-
- getVersionPrefix() -
Method in class org.apache.wicket.request.resource.caching.FilenameWithVersionResourceCachingStrategy
-
- getViewSize() -
Method in class org.apache.wicket.markup.html.list.ListView
- Based on the model object's list size, firstIndex and view size, determine what the view size
really will be.
- getViewSize() -
Method in class org.apache.wicket.markup.html.list.PageableListView
-
- getViewSize() -
Method in class org.apache.wicket.markup.html.navigation.paging.PagingNavigation
- Gets the view size (is fixed by user).
- getViewSize() -
Method in class org.apache.wicket.markup.repeater.AbstractPageableView
-
- getWebPage() -
Method in class org.apache.wicket.markup.html.WebMarkupContainer
- A convenience method to return the WebPage.
- getWebRequest() -
Method in class org.apache.wicket.markup.html.WebMarkupContainer
-
- getWicketAjaxBaseUrlEncodedInLastResponse() -
Method in class org.apache.wicket.util.tester.BaseWicketTester
- This method tries to parse the last response to return the encoded base URL and will throw an
exception if there none was encoded.
- getWicketFilter() -
Method in class org.apache.wicket.protocol.http.WebApplication
-
- getWicketId() -
Method in class org.apache.wicket.markup.MarkupResourceStream
-
- getWicketNamespace() -
Method in interface org.apache.wicket.markup.IMarkup
- Get the wicket namespace valid for this specific markup
- getWicketNamespace() -
Method in class org.apache.wicket.markup.MarkupResourceStream
- Get the wicket namespace valid for this specific markup
- getWicketNamespace() -
Method in class org.apache.wicket.markup.MarkupStream
- Get the wicket namespace valid for this specific markup
- getWicketNamespace() -
Method in class org.apache.wicket.markup.parser.AbstractMarkupFilter
-
- getWidth() -
Method in class org.apache.wicket.markup.html.image.resource.RenderedDynamicImageResource
-
- getWrappedMapper() -
Method in class org.apache.wicket.request.mapper.CryptoMapper
-
- getWrappedModel() -
Method in interface org.apache.wicket.model.IWrapModel
- Gets the wrapped model.
- getWrapper(HttpServletRequest) -
Method in class org.apache.wicket.protocol.http.servlet.AbstractRequestWrapperFactory
-
- getWrapper(HttpServletRequest) -
Method in class org.apache.wicket.protocol.http.servlet.SecuredRemoteAddressRequestWrapperFactory
-
- getWriteCallback() -
Method in class org.apache.wicket.request.resource.AbstractResource.ResourceResponse
-
- getWriter() -
Method in class org.apache.wicket.protocol.http.mock.MockHttpServletResponse
- Get the print writer for writing text output for this response.
- getXmlDeclaration() -
Method in interface org.apache.wicket.markup.IMarkup
- Return the XML declaration string, in case if found in the markup.
- getXmlTag() -
Method in class org.apache.wicket.markup.ComponentTag
-
- getXmlTag() -
Method in class org.apache.wicket.markup.HtmlSpecialTag
-
- GridView<T> - Class in org.apache.wicket.markup.repeater.data
- A pageable DataView which breaks the data in the IDataProvider into a number of data-rows,
depending on the column size.
- GridView(String, IDataProvider<T>) -
Constructor for class org.apache.wicket.markup.repeater.data.GridView
-
IRequestHandler
for the given exception.
MarkupFactory.getMarkup(MarkupContainer, boolean)
instead
tagName
.
Label
component.
IHeaderContributor
sIHeaderResponse
interface.HeaderResponseContainerFilteringHeaderResponse
.DataStore
which stores the pages in the HttpSession
.ISessionStore
that works with web applications and provides some
specific http servlet/ session related functionality.IRequestMapper
that will issue a redirect to secured communication (over https) if the
page resolved by HttpsMapper.delegate is annotated with @RequireHttps
Application
lifecycle listenerApplication.getSecuritySettings()
.Component.setDefaultModel(IModel)
) should implement this interface.IEventSink
that adds component as an additional parameter to the
#onEvent(IEvent, Component)
method.Behavior
s or IAjaxCallDecorator
s that wish to
contribute to the header section of the page.Component.onAfterRender()
method was invoked.Component.onBeforeRender()
method was
invoked.Component.detach()
calls.IFormVisitorParticipant.processChildren()
returns true) or is limited to the same level (only siblings are
processed, IFormVisitorParticipant.processChildren()
returns false).IPageProvider
in a later version
of WicketImage.getImageResourceReference()
or
Image.getImageResource()
Button
only with an image.ResourceReference
.
ResourceReference
.
IMarkupSettings
).WicketFilter.init(boolean, FilterConfig)
NoOpResourceCachingStrategy
strategy
Session
Component.onInitialize()
Component.internalInitialize()
to call Component.fireInitialize()
for itself and for all its children.
String
, substituting values for property expressions.
TextTemplate
class and so does not allow
interpolation.
TextTemplate
class and so does not allow
interpolation.
Map
of variables with the content and replaces the content with
the result.
TextTemplate
.
null
value.package resources
against unwanted access.IPageProvider
that is also capable of providing a Component belonging to the
page.IPageManager
.IContextProvider
<PageRenderer, RenderPageRequestHandler>IPageStore
role is to mediate the storing and loading of pages done by IDataStore
s.locating
Properties
objects, which are a thin wrapper around ValueMap
and is used to locate localized
messages.RequestCycle
objectsIResource.respond(Attributes)
method.IResourceStream#getInputStream()
.IStaticCacheableResource
the version string will be used as a distinguishing mark when rendering resourcesIRequestCycleSettings.addResponseFilter(IResponseFilter)
object.null
and if length of the field is greater than zero,
not including whitespace.
Component
has been added to a AjaxRequestTarget
, using
AjaxRequestTarget#add(Component)
.
ResourceReferenceAndStringData.getResourceType()
instead.
Session
listenerSession
to store its attributes.IPageRequestHandler.getPage()
is called
Component.RENDER
action is allowed on this
component
Page
class.
Page
against an expected HTML document as a
String
.
IPageStore
, IDataStore
and IPageManager
.IValidatable
instance.
URL
.
true
if the authority is properly formatted.
true
if the given fragment is null
or fragments are
allowed.
true
if the path is valid.
true
if the query is null
or if it's a properly-formatted
query string.
IValidatable
object.CssAcceptingHeaderResponseFilter
returns.TextTemplate
with JavaScript tags.ISerializer
based on Java Serialization (ObjectOutputStream,
ObjectInputStream)
Requires the application key to enable serialization and deserialisation outside thread in which
application thread local is setSunJceCrypt
instances based on http session-specific
encryption key.ILabelProvider
.IStaticCacheableResource
converted to milliseconds as a version string.String
range validator for checking if a string length falls between the
minimum and and maximum lengths.
DataView
.Model
but for lists of serializable objects.list
List
s.ClassLoader.
- loadJavaProperties(InputStream) -
Method in interface org.apache.wicket.resource.IPropertiesLoader
- Load the properties into a java.util.Properties object
- loadJavaProperties(InputStream) -
Method in class org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader
-
- loadJavaProperties(InputStream) -
Method in class org.apache.wicket.resource.UtfPropertiesFilePropertiesLoader
-
- loadJavaProperties(InputStream) -
Method in class org.apache.wicket.resource.XmlFilePropertiesLoader
-
- loadMarkup(MarkupContainer, MarkupResourceStream, IMarkupLoader, boolean) -
Method in class org.apache.wicket.markup.loader.DefaultMarkupLoader
- Uses
SimpleMarkupLoader
to load the resource(s), read it and check if markup
inheritance applies.
- loadMarkup(MarkupContainer, MarkupResourceStream, IMarkupLoader, boolean) -
Method in interface org.apache.wicket.markup.loader.IMarkupLoader
- Loads markup from a resource stream.
- loadMarkup(MarkupContainer, MarkupResourceStream, IMarkupLoader, boolean) -
Method in class org.apache.wicket.markup.loader.InheritedMarkupMarkupLoader
- Load the markup from the resource stream with the base MarkupLoader provided, than check if
markup inheritance must be applied.
- loadMarkup(MarkupContainer, MarkupResourceStream, IMarkupLoader, boolean) -
Method in class org.apache.wicket.markup.loader.SimpleMarkupLoader
- Uses
MarkupFactory.newMarkupParser(MarkupResourceStream)
and
AbstractMarkupParser.parse()
to load the Markup.
- loadMarkup(MarkupContainer, MarkupResourceStream, boolean) -
Method in class org.apache.wicket.markup.MarkupFactory
- Loads markup from a resource stream.
- loadPage(PageWindowManager.PageWindow) -
Method in class org.apache.wicket.pageStore.DiskDataStore.SessionEntry
- Loads the part of pagemap file specified by the given PageWindow.
- loadPage(int) -
Method in class org.apache.wicket.pageStore.DiskDataStore.SessionEntry
- Loads the specified page data.
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.BundleStringResourceLoader
- Get the value via a Java ResourceBundle
- loadStringResource(Component, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.BundleStringResourceLoader
- Get the requested string resource from the underlying resource bundle.
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ClassStringResourceLoader
-
- loadStringResource(Component, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ClassStringResourceLoader
-
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ComponentStringResourceLoader
-
- loadStringResource(Component, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ComponentStringResourceLoader
-
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.InitializerStringResourceLoader
-
- loadStringResource(Component, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.InitializerStringResourceLoader
-
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in interface org.apache.wicket.resource.loader.IStringResourceLoader
- Get the string resource for the given combination of component class, resource key, locale
and style.
- loadStringResource(Component, String, Locale, String, String) -
Method in interface org.apache.wicket.resource.loader.IStringResourceLoader
- Get the string resource for the given combination of component, resource key, locale and
style.
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.PackageStringResourceLoader
-
- loadStringResource(Class<?>, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ValidatorStringResourceLoader
-
- loadStringResource(Component, String, Locale, String, String) -
Method in class org.apache.wicket.resource.loader.ValidatorStringResourceLoader
-
- loadWicketProperties(InputStream) -
Method in interface org.apache.wicket.resource.IPropertiesLoader
- Load the properties into a ValueMap.
- loadWicketProperties(InputStream) -
Method in class org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader
-
- loadWicketProperties(InputStream) -
Method in class org.apache.wicket.resource.UtfPropertiesFilePropertiesLoader
-
- loadWicketProperties(InputStream) -
Method in class org.apache.wicket.resource.XmlFilePropertiesLoader
-
- LocaleResourceNameIterator - Class in org.apache.wicket.util.resource.locator
- Given a Locale it'll iterate over all possible combinations of the attrs making up the Locale.
- LocaleResourceNameIterator(Locale, boolean) -
Constructor for class org.apache.wicket.util.resource.locator.LocaleResourceNameIterator
- Construct.
- LocalizedImageResource - Class in org.apache.wicket.markup.html.image.resource
- THIS CLASS IS INTENDED FOR INTERNAL USE IN IMPLEMENTING LOCALE SENSITIVE COMPONENTS THAT USE
IMAGE RESOURCES AND SHOULD NOT BE USED DIRECTLY BY END-USERS.
- LocalizedImageResource(Component) -
Constructor for class org.apache.wicket.markup.html.image.resource.LocalizedImageResource
- Constructor
- localizeDisplayValues() -
Method in class org.apache.wicket.markup.html.form.AbstractChoice
- Override this method if you want to localize the display values of the generated options.
- Localizer - Class in org.apache.wicket
- A utility class that encapsulates all of the localization related functionality in a way that it
can be accessed by all areas of the framework in a consistent way.
- Localizer() -
Constructor for class org.apache.wicket.Localizer
- Create the utils instance class backed by the configuration information contained within the
supplied application object.
- locate(Class<?>, String) -
Method in class org.apache.wicket.util.resource.locator.caching.CachingResourceStreamLocator
- Locate a resource, given a path and class.
Checks for
IResourceStreamReference
in the cache and returns null
if the
result is NullResourceStreamReference#INSTANCE
, or FileResourceStream
/
UrlResourceStream
if there is an entry in the cache.
- locate(Class<?>, String, String, String, Locale, String, boolean) -
Method in class org.apache.wicket.util.resource.locator.caching.CachingResourceStreamLocator
-
- locate(Class<?>, String) -
Method in interface org.apache.wicket.util.resource.locator.IResourceStreamLocator
- Locate a resource, given a path and class.
- locate(Class<?>, String, String, String, Locale, String, boolean) -
Method in interface org.apache.wicket.util.resource.locator.IResourceStreamLocator
- Locate a resource by combining the given path, style, variation, locale and extension
parameters.
- locate(Class<?>, String) -
Method in class org.apache.wicket.util.resource.locator.OsgiResourceStreamLocator
-
- locate(Class<?>, String) -
Method in class org.apache.wicket.util.resource.locator.ResourceStreamLocator
-
- locate(Class<?>, String, String, String, Locale, String, boolean) -
Method in class org.apache.wicket.util.resource.locator.ResourceStreamLocator
-
- locateByClassLoader(Class<?>, String) -
Method in class org.apache.wicket.util.resource.locator.ResourceStreamLocator
- Search the the resource my means of the various classloaders available
- locateByResourceFinder(Class<?>, String) -
Method in class org.apache.wicket.util.resource.locator.ResourceStreamLocator
- Search the resource by means of the application registered resource finder
- locateMarkupStream() -
Method in class org.apache.wicket.Component
-
- LOCATION_BAR -
Static variable in class org.apache.wicket.markup.html.link.PopupSettings
- Flag to include location bar
- locationAsString() -
Method in class org.apache.wicket.markup.Markup
-
- locationAsString() -
Method in class org.apache.wicket.markup.MarkupResourceStream
-
- locationAsString() -
Method in class org.apache.wicket.markup.MergedMarkup
-
- locationAsString() -
Method in class org.apache.wicket.util.resource.UrlResourceStream
-
- lockPage(int) -
Method in class org.apache.wicket.page.PageAccessSynchronizer
- Acquire a lock to a page
- log(IRequestLogger.RequestData, IRequestLogger.SessionData) -
Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
-
- log(Exception, String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- As part of testing we always log to the console.
- log(String) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- As part of testing we always log to the console.
- log(String, Throwable) -
Method in class org.apache.wicket.protocol.http.mock.MockServletContext
- As part of testing we always log to the console.
- log(IRequestLogger.RequestData, IRequestLogger.SessionData) -
Method in class org.apache.wicket.protocol.http.RequestLogger
-
- logEventTarget(IRequestHandler) -
Method in class org.apache.wicket.Application
- THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
- logEventTarget(IRequestHandler) -
Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
-
- logEventTarget(IRequestHandler) -
Method in interface org.apache.wicket.protocol.http.IRequestLogger
- Sets the target that was the event target for the current request
- logEventTarget(IRequestHandler) -
Method in class org.apache.wicket.protocol.http.WebApplication
-
- logRequestedUrl(String) -
Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
-
- logRequestedUrl(String) -
Method in interface org.apache.wicket.protocol.http.IRequestLogger
- Logs the URL that was requested by the browser.
- logResponseTarget(IRequestHandler) -
Method in class org.apache.wicket.Application
- THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
- logResponseTarget(IRequestHandler) -
Method in class org.apache.wicket.protocol.http.AbstractRequestLogger
-
- logResponseTarget(IRequestHandler) -
Method in interface org.apache.wicket.protocol.http.IRequestLogger
- Sets the target that was the response target for the current request
- logResponseTarget(IRequestHandler) -
Method in class org.apache.wicket.protocol.http.WebApplication
-
- lookup(Request) -
Method in class org.apache.wicket.mock.MockSessionStore
-
- lookup(Request) -
Method in class org.apache.wicket.session.HttpSessionStore
-
- lookup(Request) -
Method in interface org.apache.wicket.session.ISessionStore
- Retrieves the session for the provided request from this facade.
- Loop - Class in org.apache.wicket.markup.html.list
- A very simple loop component whose model is an Integer defining the number of iterations the loop
should render.
- Loop(String, int) -
Constructor for class org.apache.wicket.markup.html.list.Loop
- Construct.
- Loop(String, IModel<Integer>) -
Constructor for class org.apache.wicket.markup.html.list.Loop
- Construct.
- LoopItem - Class in org.apache.wicket.markup.html.list
- A very simple Item.
- LoopItem(int) -
Constructor for class org.apache.wicket.markup.html.list.LoopItem
- Constructor
- LoopItem(int, IModel<?>) -
Constructor for class org.apache.wicket.markup.html.list.LoopItem
- A constructor which uses the index and the list provided to create a ListItem.
- LoopItem(String, int, IModel<?>) -
Constructor for class org.apache.wicket.markup.html.list.LoopItem
- Constructor
- LoopItem(String, int) -
Constructor for class org.apache.wicket.markup.html.list.LoopItem
- Constructor
Url
for given IRequestHandler
if "/META-INF/resources" Servlet
3.0 feature is supported or null
if not (so standard url mapping can take
place).
Model
but for maps of serializable objects.map
null
if the handler couldn't have been
encoded.
Url
for the resource reference
BorderBehavior
instead.MarkupElement
s, subclasses of which are
ComponentTag
and RawMarkup
.Map
.
Date
maximum validator for checking if a Date
value is
smaller than the given maximum value.
String
maximum validator for checking if a string length is smaller than
the given maximum value.
IStaticCacheableResource
and uses it as a version string
you can use any message digest algorithm that can be retrieved
by Java Cryptography Architecture (JCA) on your current platform.FeedbackMessages.messagesForComponent(org.apache.wicket.Component)
instead
Component
, Session
or
Application
at runtime.Date
minimum validator for checking if a Date
value is
greater than the given minimum Date
value.
String
minimum validator for checking if a string length is greater than
the given minimum value.
WebApplication
used for testing.WebSession
interface for use by the test harnesses.IPageManager
used for testing.IRequestParameters
.WebRequest
.WebResponse
.IDataProvider.iterator(int, int)
with a model (usually a detachable one).
Model
is the basic implementation of an IModel
.BrowserInfoPage
and provide your own markup file
IConverterLocator
.
FormTester
for the Form
at a given path, and fills all child
FormComponent
s with blank String
s.
FormTester
for the Form
at a given path.
IMapperContext
implementations.
Component.getMarkupSourcingStrategy()
returns null, this method will be called.
Component.getMarkupSourcingStrategy()
returns null, this method will be called.
Component.getMarkupSourcingStrategy()
returns null, this method will be called.
Component.getMarkupSourcingStrategy()
returns null, this method will be called.
Component.getMarkupSourcingStrategy()
returns null, this method will be called.
ObjectInputStream
with the provided InputStream
.
ObjectOutputStream
with the provided OutputStream
.
IPageFactory
HttpServletRequest
to override ServletRequest.isSecure()
to set it to
true
.
ResourceReferenceRegistry
.
AbstractResource.ResourceResponse
for the request.
URL
fragments.
Image
that adds random noise to the url every request to prevent the
browser from caching the image.TextField
for HTML5 <input> with type number.ISessionStore
ISessionStore
ISessionStore
class="odd"
or class="even"
html attribute depending
on its index.IMarkupFilter
being registered with
MarkupParser
.
FormComponent
via ajax when value of the component is
changed.Component.onComponentTag(ComponentTag)
and allows the
strategy to modify the component's tag or any of the tag attributes.
Component.detach()
.
onDetach
event in first in last out order
(i.e.
FormComponent.onComponentTag(ComponentTag)
when the component is disabled.
onEndRequest
event in first in last out
order (i.e.
RequestCycle.handleException(Exception)
Note that in the event of an exception, #onEndRequest()
will still be called after
these listeners have #onException(Exception)
called
IRequestHandler
is resolved for an exception and will be executed.
Form.getMethod()
.
IRequestHandler
has been executed.
IRequestHandler
is resolved and will be executed.
IRequestHandler
has been scheduled.
AbstractHierarchyIterator.hasChildren(Object)
return true.
HttpSession
was invalidated.
IRequestHandler
.
IValidatable
instance.
IValidatable
instance.
PatternValidator
's Pattern
.
IComponentResolver
interface and must be registered with the
application.IPackageResourceGuard
.IResourceStream
that reads data from a resource in the classpath.IResourceStream
from the application's
IResourceStreamLocator.locate(Class, String)
String
resource that can be appended to.PageParameters
parameter will be stored in this page and then those parameters
will be used to create stateless links to this bookmarkable page.
PageProvider
that is also capable of providing a Component belonging to the
page.Page
instance cannot be found by its id in the page stores.IPageRequestHandler
or IPageClassRequestHandler
.IPageManager
RenderPageRequestHandler
URL for page will be generated only
if page has been created with bookmarkable URL.
RequestAdapter
for PageStoreManager
PageTable
MarkupContainer.visitChildren(org.apache.wicket.util.visit.IVisitor)
to traverse the hierarchy to
render the children headers.AbstractBookmarkableMapper.UrlInfo
instance.
Component
by matching the component's value against a regular expression
pattern.String
regular expression pattern.
String
pattern and Java regex
compile
flags as arguments.
regex
Pattern
argument.
MetaPattern
argument.
Link
classes to specify that the
link should be rendered with an onClick javascript event handler that opens a new window with the
links' URL.value
after it is retrieved from the localizer.
value
using a default space character (' ') separator.
value
using a default space character (' ') separator.
IRequestHandler
that processes a bookmarkable request.
IRequestHandler
that processes a hybrid request.
IRequestHandler
that processes a listener request.
RequestCycle
.
IPropertiesFactory
which uses the
IResourceStreamLocator
as defined by IPropertiesFactoryContext.getResourceStreamLocator()
to load the Properties
objects.CompoundPropertyModel
.PropertyResolver#setClassCacheCreator(Application, IClassCache)
method for a specific
application.String
s that are produced by interpreting property
expressions against a beans model.StringValue
attribute.
for storing the version information.
resourceVersion
for storing the version information.
Date
range validator for checking if the Date
value falls
between the minimum and maximum Date
values.
TextField
for HTML5 <input> with type range.RangeValidator.setRange(Comparable, Comparable)
true
and application home page class is same as the class
mounted with this encoder, request to home page will result in a redirect to the mounted
path.
ResourceReference
.
WicketFilter
that reloads the web applications when classes are modified.PageComponentInfo.parse(String)
returns
non-null instance
PageComponentInfo.parse(String)
returns
non-null instance
Remove the first parameter because it brings meta information like locale
RenderedDynamicImageResource.render(org.apache.wicket.request.resource.IResource.Attributes)
instead.
instead
AbstractResourceAggregatingHeaderResponse.close()
is called, we loop through
the grouped collections and render them in this method.
IHeaderContributor
.
Component.renderHead(HtmlHeaderContainer)
and allows
the strategy to contribute to the <head> section of the response.
BufferedWebResponse
.
IRequestHandler
that renders page instance.Component.setOutputMarkupPlaceholderTag(boolean)
has been called with true
.
IPageManager
.RequestCycle
consists of two steps:
Resolve request handler
Execute request handler
During IRequestHandler
execution the handler can schedule another IRequestHandler
to run after it is done, or replace all IRequestHandler
s on stack with another
IRequestHandler
.IResourceVersion
instance
for the lifetime of the current http request.IRequestCycleListener
that notifies all registered listeners with each
IRequestCycleListener event.Application.getRequestLogger()
method.Application.getRequestLogger()
request logger.IRequestHandler
.
AbstractResourceDependentResourceReference
that contains an
array of AbstractResourceDependentResourceReference
dependencies that must be passed in
at construction time.object
into resource key that will be used to lookup the value shown
to the user
ApplicationSettings
class.
ApplicationSettings
class.
ApplicationSettings
class.
ApplicationSettings
class.
IRequestMapper
to mount resources to a custom mount path
maps indexed parameters to path segments
maps named parameters to query string arguments or placeholder path segments
sample structure of urlSession
), variation, locale and extension strings.ResourceReference
instance.
ResourceReference
instance.
ResourceReference
instance.
AbstractResourceAggregatingHeaderResponse
that groups the
resource reference with a boolean representing whether it is css (or, if not, it is js), and the
string that was passed in to the responsible render*Reference method (for JS, this is ID, for
CSS, this is media).IHeaderResponseDecorator
to wrap another
IHeaderResponse.ResourceReference
encoder that encodes and decodes non-mounted
ResourceReference
s.ResourceReference
s per Application.ResourceReference
.FooApplication
let bar.Foo
extend Component
, this
results in the following ordering:
component specific
bar/Foo.properties
org/apache/wicket/Component.properties
package specific
bar/package.properties
package.properties (on Foo's class loader)
org/apache/wicket/package.properties
org/apache/package.properties
org/package.properties
package.properties (on Component's class loader)
application specific
FooApplication.properties
Application.properties
validator specific
Initializer specific
bar.Foo.properties (Foo implementing IInitializer)
ResourceStreamRequestHandler
.IResourceCachingStrategy
to manipulateRequestCycle
.
interceptPage
.
pageProvider
using the explicit
redirectPolicy
IPageStore.convertToPage(Object)
.
Result
class.ServletRequest.isSecure()
to true
if
ServletRequest.getRemoteAddr()
matches one of the securedRemoteAddresses
of
this filter.FormComponent
.
FormComponent
.
FormComponent
.
node
and calls the corresponding method on all registered
ITreeStateListeners
.
WebRequest
subclass that wraps a HttpServletRequest
object.ServletWebResponse
.ListenerCollection
for ISessionListener
sAjaxRequestTarget
objects.
IDataStore
with
AsynchronousDataStore
.
PropertyResolver.IClassCache
for the given application.
null
when the input is empty?
File
on a FileUploadField
.
DiskDataStore
will store the files with page instances per
session
a page that polls for client capabilities
.
IHeaderResponseDecorator
that you want your application to use to decorate
header responses.
XForwardedRequestWrapperFactory.Config.protocolHeader
does not indicate HTTPS
XForwardedRequestWrapperFactory.Config.protocolHeader
indicates HTTPS
File
where page instances per session are stored.
Model
but for sets of serializable objects.set
true
wicket will output component path in a wicketpath
attribute of the component tag.
package resource guard
.
Application.newPageFactory()
instead.
Application.newPageFactory()
instead.
PageProvider
is used outside request thread (thread that does not have
application instance assigned) it is necessary to specify a IPageSource
instance so
that PageProvider
knows how to get a page instance.
BookmarkablePageLink.getPageParameters()
.set() instead
BookmarkablePageLink.getPageParameters()
.set() instead
BookmarkablePageLink.getPageParameters()
.set() instead
http
to https
X-Forwarded-Proto
.
RequestCycle
to current thread.
resourceStreamLocator
in CachingResourceStreamLocator
.
secure
flag accordingly
(true
for 'https', false
otherwise)
ISerializer
that will be used to convert objects to/from byte arrays
Session
).
TestPageSource
for this DummyHomePage
.
XForwardedRequestWrapperFactory.Config.remoteIPHeader
header.
UploadInfo
object into session.
Form
.
Form
.
Validatable.getValue()
.
AbstractResource.WriteCallback
.
ResourceReference
which should be used to lookup a IResource
from the globally
registered ones (also known as application shared resources).AjaxRequestTarget
most of the times mean that the image has
changes and must be re-rendered.
AttributeModifier.replace(String, java.io.Serializable)
insteadLabeledWebMarkupContainer.getLabel()
IPageProvider
.
BaseWicketTester.startPage(Page)
instead
Page
from its default constructor.
Page
from its default constructor.
BaseWicketTester.startComponentInPage(Class, IMarkupFragment)
instead
IResource
ResourceReference
ResourceReference
IDataStore
if there is no such
IStoreSettings
String
lengths.String
is exactly the specified
length.String
is within the specified range.String
meets the maximum length
requirement.String
meets the minimum length
requirement.Form
.
Form
with an alternate button.
Form
with an alternate button.
Form
in the last rendered Page
.
Form
that is given when the link
is clicked on.
Form
that is given when the link
is clicked on.
String
using variables declared in
the vars
Map
.
ValueMap
.
Panel
Component
id
PackageTextTemplate
to a ResourceReference
.PackageTextTemplate
.
PackageTextTemplate
.
PackageTextTemplate
.
FormComponent.shouldTrimInput()
IRequestMapper
s which would match on a this path.
ResourceReference
.
FormComponent
containing a Collection
.
FormComponent.updateCollectionModel(FormComponent)
for details on how the model
is updated.
FormComponent.updateCollectionModel(FormComponent)
for details on how the model
is updated.
FormComponent.updateCollectionModel(FormComponent)
for details on how the model
is updated.
Component.urlFor(Behavior, RequestListenerInterface, PageParameters)
with
explit parameters
Component.urlFor(RequestListenerInterface, PageParameters)
with explicit page
parameters
Url
for the resource reference
null
if the handler couldn't
have been rendered.
IRequestHandler
to Url
.
TextField
for HTML5 <input> with type url.UrlValidator
with default properties.
UrlValidator
with the given String
array of scheme
options.
UrlValidator
with the given validation options.
UrlValidator
with the given scheme and validation options (see
class description).
IValidatable
is meant to be used outside of Wicket.IFormValidator.getDependentFormComponents()
are valid.
IFormValidator.getDependentFormComponents()
are valid.
IValidatable
instance.
IValidatable
instance.
IValidatable
instance.
IValidatable
instance.
IFormValidator
s.
null
.
IValidationError
that supports message resolution from
IErrorMessageSource
, default message (if none of the keys matched), and variable
substitution.Component.error(Serializable)
instead of the generated
error string itself (when FormComponent.error(IValidationError)
is called).IValidator
to BehaviorMap
of variables.
PatternValidator
's Pattern
.
true
if the Result
was a failure.
IWebApplicationFactory
could not be
created for some reason.IResourceStream
that reads data from a file in the web applicationPageRenderer
for web applications.WicketObjects.IObjectSizeOfStrategy
that works by serializing the object to an instance of
ByteCountingOutputStream
, which records the number of bytes written to it.WicketFilter
if you require advanced chaining of resources.WebSession
instances available to non-wicket servlets.WicketTester
and automatically creates a WebApplication
,
but the tester will have no home page.
WicketTester
and automatically creates a WebApplication
.
WicketTester
.
WicketTester
to help unit testing.
WicketTester
to help unit testing.
WicketTester
-specific helper class.ComponentData
class.Model
but for any collections of serializable objects.collection
Model
but for lists of serializable objects.list
Model
but for sets of serializable objects.set
InputStream
to response.
FileUpload.getInputStream()
into a
temporary file.
http://code.google.com/p/xebia-france/wiki/XForwardedFilter
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |