Package com.xpn.xwiki.web
Class XWikiResourceManagerImpl
- java.lang.Object
-
- org.apache.velocity.runtime.resource.ResourceManagerImpl
-
- com.xpn.xwiki.web.XWikiResourceManagerImpl
-
- All Implemented Interfaces:
org.apache.velocity.runtime.resource.ResourceManager
public class XWikiResourceManagerImpl extends org.apache.velocity.runtime.resource.ResourceManagerImpl
-
-
Constructor Summary
Constructors Constructor Description XWikiResourceManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.velocity.runtime.resource.Resource
getResource(String string, int i, String string1)
-
-
-
Method Detail
-
getResource
public org.apache.velocity.runtime.resource.Resource getResource(String string, int i, String string1) throws org.apache.velocity.exception.ResourceNotFoundException, org.apache.velocity.exception.ParseErrorException
- Specified by:
getResource
in interfaceorg.apache.velocity.runtime.resource.ResourceManager
- Overrides:
getResource
in classorg.apache.velocity.runtime.resource.ResourceManagerImpl
- Throws:
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
-
-