public class ContextWrapper extends Object
| Constructor and Description |
|---|
ContextWrapper(String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCachingContext(String path,
String cacheKey,
CachingContext ctx) |
void |
addPackage(String path,
PackageWrapper packageWrapper) |
PackageWrapper |
getPackage(String path) |
static String |
getPackage(String context,
String path) |
Map<String,PackageWrapper> |
getPackages() |
int |
getPathCount() |
void |
removeCachingContext(String path,
String cacheKey) |
void |
removePackage(String path) |
public ContextWrapper(String context)
public int getPathCount()
public Map<String,PackageWrapper> getPackages()
public PackageWrapper getPackage(String path)
public void removePackage(String path)
public void addPackage(String path, PackageWrapper packageWrapper)
public void addCachingContext(String path, String cacheKey, CachingContext ctx)
Copyright © 2015 WSO2 Inc. All rights reserved.