Package org.apache.ofbiz.base.component
Class ComponentConfig.WebappInfo
java.lang.Object
org.apache.ofbiz.base.component.ComponentConfig.WebappInfo
- Enclosing class:
- ComponentConfig
An object that models the
<webapp>
element.- See Also:
-
ofbiz-component.xsd
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for webapp information. -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
getName()
getTitle()
boolean
boolean
location()
void
setAppBarDisplay
(boolean appBarDisplay)
-
Method Details
-
getLocation
-
getMenuName
-
getPosition
-
getComponentConfig
-
getServer
-
isPrivileged
public boolean isPrivileged() -
getAppBarDisplay
public boolean getAppBarDisplay() -
getAccessPermission
-
getBasePermission
-
getContextRoot
-
getDescription
-
getInitParameters
-
location
-
getName
-
getAppShortcutScreen
-
getMountPoint
-
getTitle
-
getVirtualHosts
-
isAutologinCookieUsed
public boolean isAutologinCookieUsed() -
setAppBarDisplay
public void setAppBarDisplay(boolean appBarDisplay)
-