Liferay 7.0-ga1 portal-impl

com.liferay.portal.deploy.hot
Class CustomJspBagImpl

java.lang.Object
  extended by com.liferay.portal.deploy.hot.CustomJspBagImpl
All Implemented Interfaces:
CustomJspBag

public class CustomJspBagImpl
extends Object
implements CustomJspBag


Constructor Summary
CustomJspBagImpl(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJspDir, boolean customJspGlobal)
           
 
Method Summary
 String getCustomJspDir()
           
 List<String> getCustomJsps()
           
 com.liferay.portal.kernel.url.URLContainer getURLContainer()
           
 boolean isCustomJspGlobal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomJspBagImpl

public CustomJspBagImpl(com.liferay.portal.kernel.url.URLContainer urlContainer,
                        String customJspDir,
                        boolean customJspGlobal)
Method Detail

getCustomJspDir

public String getCustomJspDir()
Specified by:
getCustomJspDir in interface CustomJspBag

getCustomJsps

public List<String> getCustomJsps()
Specified by:
getCustomJsps in interface CustomJspBag

getURLContainer

public com.liferay.portal.kernel.url.URLContainer getURLContainer()
Specified by:
getURLContainer in interface CustomJspBag

isCustomJspGlobal

public boolean isCustomJspGlobal()
Specified by:
isCustomJspGlobal in interface CustomJspBag

Liferay 7.0-ga1 portal-impl