|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.webgui.controller.ConfigurationBean
public class ConfigurationBean
Bean to access configuration, is in application scope, all values loaded only once
Constructor Summary | |
---|---|
ConfigurationBean()
Initialize configuration bean |
|
ConfigurationBean(javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
java.lang.String |
getApplicationTitle()
Get the title of the application |
java.net.URI |
getBaseUri()
Get the base URI |
java.lang.String |
getContextPath()
Get the context path |
java.lang.String |
getLogoPath()
Get the logo path |
boolean |
getRegistrationActivated()
Convenience method for JSF, delegates to isRegistrationActivated() |
boolean |
getSelfActivation()
Convenience method for JSF, delegates to isSelfActivation() |
java.lang.String |
getTemplatePath()
Get the template path |
java.lang.String |
getThemeDirectory()
Get the jQuery UI Theme directory name |
boolean |
isLogoProvided()
Determine, if logo was provided (
|
boolean |
isRegistrationActivated()
Get the flag if registration is activated |
boolean |
isSelfActivation()
Get the flag if the user is allowed to activate himself a newly created user account |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationBean()
public ConfigurationBean(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public java.lang.String getTemplatePath()
public java.lang.String getThemeDirectory()
public java.lang.String getContextPath()
public java.net.URI getBaseUri()
public boolean isRegistrationActivated()
true
if registration shall be allowed, else false
public boolean getRegistrationActivated()
isRegistrationActivated()
isRegistrationActivated()
public boolean isSelfActivation()
true
if self activation is allowed, else false
public boolean getSelfActivation()
isSelfActivation()
true
if self activation is allowed, else false
public boolean isLogoProvided()
getLogoPath()
!= null
)
true
if logo provided, else false
public java.lang.String getLogoPath()
public java.lang.String getApplicationTitle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |