Liferay 7.0-ce-b4

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(URLContainer urlContainer, String customJspDir, boolean customJspGlobal)
           
 
Method Summary
 String getCustomJspDir()
           
 List<String> getCustomJsps()
           
 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(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 URLContainer getURLContainer()
Specified by:
getURLContainer in interface CustomJspBag

isCustomJspGlobal

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

Liferay 7.0-ce-b4