Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.url.URLContainer

Packages that use URLContainer
com.liferay.portal.deploy.hot   
com.liferay.portal.kernel.url   
 

Uses of URLContainer in com.liferay.portal.deploy.hot
 

Methods in com.liferay.portal.deploy.hot that return URLContainer
 URLContainer CustomJspBag.getURLContainer()
           
 URLContainer CustomJspBagImpl.getURLContainer()
           
 

Methods in com.liferay.portal.deploy.hot with parameters of type URLContainer
protected  InputStream CustomJspBagRegistryUtil.getCustomJspInputStream(URLContainer urlContainer, String customJsp)
           
protected  void CustomJspBagRegistryUtil.getCustomJsps(URLContainer urlContainer, String resourcePath, List<String> customJsps)
           
 void HotDeployImpl.PACL.initPolicy(String contextName, URLContainer urlContainer, ClassLoader classLoader, Properties properties)
           
 

Constructors in com.liferay.portal.deploy.hot with parameters of type URLContainer
CustomJspBagImpl(URLContainer urlContainer, String customJspDir, boolean customJspGlobal)
           
 

Uses of URLContainer in com.liferay.portal.kernel.url
 

Classes in com.liferay.portal.kernel.url that implement URLContainer
 class ServletContextURLContainer
           
 


Liferay 7.0-ce-b4