Liferay 6.2.0-ce-m4

com.liferay.portal.servlet.filters.aggregate
Interface AggregateContext

All Known Implementing Classes:
FileAggregateContext, ServletAggregateContext

public interface AggregateContext


Method Summary
 String getContent(String path)
           
 String getFullPath(String path)
           
 void popPath(String path)
           
 void pushPath(String path)
           
 

Method Detail

getContent

String getContent(String path)

getFullPath

String getFullPath(String path)

popPath

void popPath(String path)

pushPath

void pushPath(String path)

Liferay 6.2.0-ce-m4