Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.deploy.hot.CustomJspBag

Packages that use CustomJspBag
com.liferay.portal.deploy.hot   
 

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

Classes in com.liferay.portal.deploy.hot that implement CustomJspBag
 class CustomJspBagImpl
           
 

Methods in com.liferay.portal.deploy.hot that return types with arguments of type CustomJspBag
static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> CustomJspBagRegistryUtil.getCustomJspBags()
           
static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> CustomJspBagRegistryUtil.getCustomJspBags()
           
 

Methods in com.liferay.portal.deploy.hot with parameters of type CustomJspBag
protected  void HookHotDeployListener.destroyCustomJspBag(String servletContextName, CustomJspBag customJspBag)
           
protected  void CustomJspBagRegistryUtil.initCustomJspBag(String contextId, String contextName, CustomJspBag customJspBag)
           
protected  void CustomJspBagRegistryUtil.verifyCustomJsps(String contextId, CustomJspBag customJspBag)
           
 


Liferay 7.0-ce-b4