Package | Description |
---|---|
org.wicketstuff.urlfragment |
Modifier and Type | Method and Description |
---|---|
UrlFragment |
UrlFragment.putParameter(String parameterName,
Object parameterValue)
Puts the given key-value-pair into window.location.hash.
|
UrlFragment |
UrlFragment.putParameter(String parameterName,
Object parameterValue,
String valueDelimiter)
Puts the given key-value-pair into window.location.hash.
|
UrlFragment |
UrlFragment.removeParameter(String parameterName)
Removes the key-value-pair from window.location.hash that is identified by the given
parameter name.
|
UrlFragment |
UrlFragment.set(Object urlFragment)
Sets the value of window.location.hash to the given String.
|
UrlFragment |
UrlFragment.set(String parameterName,
Object parameterValue)
Sets the value of window.location.hash to the given key-value-pair.
|
protected UrlFragment |
BookmarkableAjaxLink.urlFragment()
Returns a
UrlFragment connected to the current AjaxRequestTarget . |
protected UrlFragment |
AsyncUrlFragmentAwarePanel.urlFragment()
Returns a
UrlFragment connected to the current AjaxRequestTarget . |
protected UrlFragment |
AsyncUrlFragmentAwarePage.urlFragment()
Returns a
UrlFragment connected to the current AjaxRequestTarget . |
protected UrlFragment |
BookmarkableAjaxButton.urlFragment()
Returns a
UrlFragment connected to the current AjaxRequestTarget . |
Copyright © 2015. All rights reserved.