public class Prefetch
extends de.agilecoders.wicket.jquery.AbstractConfig
| Constructor and Description |
|---|
Prefetch(CharSequence prefetchUrl) |
| Modifier and Type | Method and Description |
|---|---|
Prefetch |
withAjax(de.agilecoders.wicket.jquery.AbstractConfig ajax) |
Prefetch |
withCacheKey(CharSequence cacheKey) |
Prefetch |
withFilter(de.agilecoders.wicket.jquery.util.Json.RawValue filter) |
Prefetch |
withThumbprint(CharSequence thumbprint) |
Prefetch |
withTtl(int ttl) |
Prefetch |
withUrl(CharSequence url) |
public Prefetch(CharSequence prefetchUrl)
public Prefetch withUrl(CharSequence url)
public Prefetch withCacheKey(CharSequence cacheKey)
public Prefetch withTtl(int ttl)
public Prefetch withThumbprint(CharSequence thumbprint)
public Prefetch withFilter(de.agilecoders.wicket.jquery.util.Json.RawValue filter)
public Prefetch withAjax(de.agilecoders.wicket.jquery.AbstractConfig ajax)
Copyright © 2011–2014 AgileCoders. All rights reserved.