Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.servlet.filters.aggregate.BaseAggregateContext
All Implemented Interfaces:
AggregateContext
Direct Known Subclasses:
FileAggregateContext, ServletAggregateContext

public abstract class BaseAggregateContext
extends Object
implements AggregateContext


Constructor Summary
BaseAggregateContext()
           
 
Method Summary
 String getFullPath(String path)
           
 String getResourcePath(String path)
           
 String popPath()
           
 void pushPath(String path)
           
 String shiftPath()
           
 void unshiftPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.servlet.filters.aggregate.AggregateContext
getContent
 

Constructor Detail

BaseAggregateContext

public BaseAggregateContext()
Method Detail

getFullPath

public String getFullPath(String path)
Specified by:
getFullPath in interface AggregateContext

getResourcePath

public String getResourcePath(String path)
Specified by:
getResourcePath in interface AggregateContext

popPath

public String popPath()
Specified by:
popPath in interface AggregateContext

pushPath

public void pushPath(String path)
Specified by:
pushPath in interface AggregateContext

shiftPath

public String shiftPath()
Specified by:
shiftPath in interface AggregateContext

unshiftPath

public void unshiftPath(String path)
Specified by:
unshiftPath in interface AggregateContext

Liferay 6.2-ce-ga5