Liferay 6.2.0-ce-m1

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

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

public class FileAggregateContext
extends Object
implements AggregateContext


Constructor Summary
FileAggregateContext(File file)
           
 
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

FileAggregateContext

public FileAggregateContext(File file)
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