com.bstek.dorado.view.config.attachment
public class AttachedResourceManager extends java.lang.Object
| Constructor and Description |
|---|
AttachedResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.ehcache.Ehcache |
getCache() |
java.lang.String |
getCharset() |
java.lang.Object |
getContent(Resource resource) |
ExpressionHandler |
getExpressionHandler() |
boolean |
isSupportsExpression() |
void |
outputContent(OutputContext context,
java.lang.Object content) |
protected java.lang.Object |
parseContent(Resource resource) |
void |
setCache(net.sf.ehcache.Ehcache cache) |
void |
setCharset(java.lang.String charset) |
void |
setExpressionHandler(ExpressionHandler expressionHandler) |
void |
setSupportsExpression(boolean supportsExpression) |
public ExpressionHandler getExpressionHandler()
public void setExpressionHandler(ExpressionHandler expressionHandler)
public boolean isSupportsExpression()
public void setSupportsExpression(boolean supportsExpression)
public net.sf.ehcache.Ehcache getCache()
public void setCache(net.sf.ehcache.Ehcache cache)
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
public java.lang.Object getContent(Resource resource) throws java.lang.Exception
java.lang.Exceptionpublic void outputContent(OutputContext context, java.lang.Object content) throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Object parseContent(Resource resource) throws java.lang.Exception
java.lang.ExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.