com.liferay.portal.servlet.filters.aggregate
Class ServletAggregateContext
java.lang.Object
com.liferay.portal.servlet.filters.aggregate.ServletAggregateContext
- All Implemented Interfaces:
- AggregateContext
public class ServletAggregateContext
- extends Object
- implements AggregateContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletAggregateContext
public ServletAggregateContext(javax.servlet.ServletContext servletContext,
String resourcePath)
throws IOException
- Throws:
IOException
getContent
public String getContent(String path)
- Specified by:
getContent in interface AggregateContext
getFullPath
public String getFullPath(String path)
- Specified by:
getFullPath in interface AggregateContext
popPath
public void popPath(String path)
- Specified by:
popPath in interface AggregateContext
pushPath
public void pushPath(String path)
- Specified by:
pushPath in interface AggregateContext