Liferay 6.2.0-ce-m1

com.liferay.portal.servlet.filters.aggregate
Class ServletAggregateContext

java.lang.Object
  extended by com.liferay.portal.servlet.filters.aggregate.ServletAggregateContext
All Implemented Interfaces:
AggregateContext

public class ServletAggregateContext
extends Object
implements AggregateContext


Constructor Summary
ServletAggregateContext(javax.servlet.ServletContext servletContext, String resourcePath)
           
 
Method Summary
 String getContent(String path)
           
 String getFullPath(String path)
           
 void popPath(String path)
           
 void pushPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletAggregateContext

public ServletAggregateContext(javax.servlet.ServletContext servletContext,
                               String resourcePath)
                        throws IOException
Throws:
IOException
Method Detail

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

Liferay 6.2.0-ce-m1