Liferay 7.0-ce-b4

com.liferay.portal.deploy.hot
Interface CustomJspBag

All Known Implementing Classes:
CustomJspBagImpl

public interface CustomJspBag


Method Summary
 String getCustomJspDir()
           
 List<String> getCustomJsps()
           
 URLContainer getURLContainer()
           
 boolean isCustomJspGlobal()
           
 

Method Detail

getCustomJspDir

String getCustomJspDir()

getCustomJsps

List<String> getCustomJsps()

getURLContainer

URLContainer getURLContainer()

isCustomJspGlobal

boolean isCustomJspGlobal()

Liferay 7.0-ce-b4