com.xpn.xwiki.web
Interface XWikiEngineContext
- All Known Implementing Classes:
- XWikiServletContext
public interface XWikiEngineContext
getAttribute
Object getAttribute(String name)
setAttribute
void setAttribute(String name,
Object value)
getRealPath
String getRealPath(String path)
getResource
URL getResource(String name)
throws MalformedURLException
- Throws:
MalformedURLException
getResourceAsStream
InputStream getResourceAsStream(String name)
getMimeType
String getMimeType(String filename)
Copyright © 2004–2014 XWiki. All rights reserved.