org.xwiki.resource
Interface ResourceManager


@Role
@Unstable
public interface ResourceManager

Allow getting the Resource object from the Execution Context.

Since:
5.3M1
Version:
$Id: ca4b2b8f869f40597953dd239b36c325afc8d3e1 $

Field Summary
static String RESOURCE_CONTEXT_PROPERTY
          Key under which the XWiki Resource is put in the Execution Context.
 
Method Summary
 Resource getResource()
           
 

Field Detail

RESOURCE_CONTEXT_PROPERTY

static final String RESOURCE_CONTEXT_PROPERTY
Key under which the XWiki Resource is put in the Execution Context.

See Also:
Constant Field Values
Method Detail

getResource

Resource getResource()
Returns:
the Resource found in the Execution Context or null if none is found


Copyright © 2004–2014 XWiki. All rights reserved.