|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.protocol.http.request.urlcompressing.UrlCompressor
public class UrlCompressor
This class generates UID for Component/Interface combinations when used in conjunction with
UrlCompressingWebCodingStrategy
Use it like this:
protected IRequestCycleProcessor newRequestCycleProcessor()
{
return new UrlCompressingWebRequestProcessor();
}
UrlCompressingWebCodingStrategy,
UrlCompressingWebRequestProcessor,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
UrlCompressor.ComponentAndInterface
|
| Constructor Summary | |
|---|---|
UrlCompressor()
|
|
| Method Summary | |
|---|---|
UrlCompressor.ComponentAndInterface |
getComponentAndInterfaceForUID(java.lang.String uidString)
Gets the combination |
int |
getNewUID()
|
int |
getUIDForComponentAndInterface(Component component,
java.lang.String interfaceName)
Returns a uid for the combination component and the to call interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrlCompressor()
| Method Detail |
|---|
public UrlCompressor.ComponentAndInterface getComponentAndInterfaceForUID(java.lang.String uidString)
uidString -
public int getNewUID()
public int getUIDForComponentAndInterface(Component component,
java.lang.String interfaceName)
component - The ComponentinterfaceName - The interface name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||