org.apache.wicket.request.target.resource
Interface ISharedResourceRequestTarget

All Superinterfaces:
IRequestTarget
All Known Implementing Classes:
SharedResourceRequestTarget

public interface ISharedResourceRequestTarget
extends IRequestTarget

Target that denotes a shared Resource, i.e a resource that doesn't need a host component.

Shared resources for an application are contained in the SharedResources class.

Author:
Eelco Hillenius
See Also:
SharedResources, ResourceReference, Resource

Method Summary
 RequestParameters getRequestParameters()
          Gets the request parameters.
 String getResourceKey()
           
 
Methods inherited from interface org.apache.wicket.IRequestTarget
detach, respond
 

Method Detail

getRequestParameters

RequestParameters getRequestParameters()
Gets the request parameters.

Returns:
the request parameters

getResourceKey

String getResourceKey()
Returns:
The resource key for this SharedResource


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.