Liferay 6.2-ce-ga5

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

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

public class FileAggregateContext
extends BaseAggregateContext


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

Constructor Detail

FileAggregateContext

public FileAggregateContext(String docrootPath,
                            String resourcePath)
Method Detail

getContent

public String getContent(String path)

getResourcePath

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

Liferay 6.2-ce-ga5