Operation |
Details |
public ApplicationBean(): |
Sequential Notes: | Public constructor. | |
public fetchSystemTypeFromProperty():SystemType |
Sequential Tags: | throws=PubManVersionNotAvailableException
| Notes: | Provides the escidoc instance string. @return the escidoc instance | |
public getAppContext():String |
Sequential Notes: | Returns the current application context. @return the application context | |
public getAppTitle():String |
Sequential Notes: | Returns the title and version of the application, shown in the header. @return applicationtitle, including version | |
public getCheckSystemTypeProduction():boolean |
Sequential |
public getLocaleCharacterEncoding():String |
Sequential Notes: | Returns an appropriate character encoding based on the Locale defined for the current JavaServer Faces view. If no more suitable encoding can be found, return "UTF-8" as a general purpose default. The default implementation uses the implementation from our superclass, FacesBean. @return the local character encoding | |
public getPubmanInstanceUrl():String |
Sequential Tags: | throws=PubManVersionNotAvailableException
| Notes: | Provides the escidoc instance string. @return the escidoc instance | |
private getVersion():String |
Sequential Tags: | throws=PubManVersionNotAvailableException
| Notes: | Provides the escidoc version string. @return the escidoc version | |
public init():void |
Sequential Notes: | This method is called when this bean is initially added to application scope. Typically, this occurs as a result of evaluating a value binding or method binding expression, which utilizes the managed bean facility to instantiate this bean and store it into application scope. | |
public setAppContext( String appContext):void |
Sequential Notes: | Sets the application context. | |