wicket.protocol.http.request.urlcompressing
Class URLCompressor.ComponentAndInterface

java.lang.Object
  extended by wicket.protocol.http.request.urlcompressing.URLCompressor.ComponentAndInterface
Enclosing class:
URLCompressor

public static class URLCompressor.ComponentAndInterface
extends java.lang.Object

Author:
jcompagner

Method Summary
 Component getComponent()
           
 java.lang.String getInterfaceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponent

public Component getComponent()
Returns:
Component The component that should be used to call the interface

getInterfaceName

public java.lang.String getInterfaceName()
Returns:
String The interface name which should be called on the component


Copyright © 2004-2007 Wicket developers. All Rights Reserved.