Java Doc for SystemBean.java in  » J2EE » fleXive » com » flexive » faces » beans » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » fleXive » com.flexive.faces.beans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.flexive.faces.beans.SystemBean

SystemBean
public class SystemBean implements Serializable(Code)




Method Summary
public  ResultLocationgetAdminResultLocation()
    
public  FxRequest.BrowsergetBrowser()
    
public  StringgetBrowserAsString()
    
public  StringgetBuildInfo()
    
public  StringgetBuildInfoVerbose()
    
public  Map<String, UIComponent>getComponent()
    
public  Map<String, List<FacesMessage>>getComponentMessages()
    
public  Map<String, Object>getComponentValue()
     Provides parametric access to UIInput form values.
public  Map<String, Boolean>getContainsErrorId()
     Returns true if the current request's error messages contain the given ID.
public  Map<Object, FxContent>getContent()
     Returns mapped access to FxContent instances indexed by primary key.
public  FxContextgetContext()
     Return the FxContext instance of the current request.
public  StringgetContextPath()
    
public  Map<Object, Integer>getCounter()
     Provides a key-based counter service for JSF pages.
public  Map<Object, Integer>getCounterValue()
     Like SystemBean.getCounter() , but only returns the current counter value without incrementing it.
public  longgetCurrentTimeMillis()
     Returns the current system timestamp.
public  StringgetDocumentBase()
    
public synchronized  List<String>getDrops()
    
public  StringgetEdition()
    
public  StringgetEditionFull()
    
public  FxEnvironmentgetEnvironment()
     Return the structure envirnoment (filtered for the current user).
public  Map<String, String>getEscapeForJavaScript()
    
public  Map<Object, FxContent>getExplodedContent()
    

Returns mapped access to FxContent instances indexed by primary key. The key parameter can be of type Long , String , com.flexive.shared.content.FxPK FxPK , or com.flexive.shared.value.FxReference FxReference , as described in com.flexive.shared.content.FxPK.fromObject(Object) .

The only difference to SystemBean.getContent() is that the returned content instance is "exploded", i.e. that empty top-level properties and groups are properly initialized and not returned as null.

public  longgetFailedLoginAttempts()
    
public  StringgetFlexiveContextPath()
    
public  List<FxFacesMessage>getFxMessages()
     Returns all faces messages.
public  List<FxFacesMessages>getGroupedFxMessages()
     Returns all faces messages grouped by their summary.
public  booleangetHasGroupedFxMessages()
     Returns true if grouped FxMessages are available.
public  StringgetHeader()
    
public  Map<String, Boolean>getIsInRole()
    
public  Map<String, Boolean>getMessageExists()
     A utility lookup function that returns true when a message key can be resolved in MessageBean , false otherwise.
public  List<FacesMessage>getMessages()
     Returns all faces messages.
public  longgetPageId()
     Returns the unique page ID generated for flexive responses.
public  longgetPageRenderTime()
     Returns the total render time at the moment of this method call.
public  FxRequestgetRequest()
    
public  FxResponseWrappergetResponse()
    
public  Map<FacesMessage.Severity, String>getSeverityName()
     Returns the lower-case name of the given JSF message severity.
public  StringgetUniqueId()
     Returns a new unique ID, obtained from the view root.
public  longgetUpdateLanguageId()
    
public  UserTicketgetUserTicket()
     Returns the ticket of the calling user.
public  Map<String, String>getWeblet()
     Returns the URL of the weblet mapping of the given resource name (e.g.
public  StringgotoPage()
     Returns the next page to display based on the request parameter page.
public  booleanisNewInstallation()
    
public  booleanisTreeModified()
     Return true if the content tree was modified in the current request.
public  voidsetUpdateLanguageId(long updateLanguageId)
    
public  voidupdateLanguage()
     Updates the current session language supplied in the "updateLanguageId" property and re-renders the current page.



Method Detail
getAdminResultLocation
public ResultLocation getAdminResultLocation()(Code)



getBrowser
public FxRequest.Browser getBrowser()(Code)
Returns the browser that the client is using the browser the client is using



getBrowserAsString
public String getBrowserAsString()(Code)
Returns the browser that the client is using the browser the client is using



getBuildInfo
public String getBuildInfo()(Code)
Get information about the flexive build information about the flexive build



getBuildInfoVerbose
public String getBuildInfoVerbose()(Code)
Get verbose information about the flexive build verbose information about the flexive build



getComponent
public Map<String, UIComponent> getComponent()(Code)

Provides parametric access to components.

For example:

#{fxSystemBean.component['frm:myInputComponent']}

a mapped function returning components for clientIds



getComponentMessages
public Map<String, List<FacesMessage>> getComponentMessages()(Code)



getComponentValue
public Map<String, Object> getComponentValue()(Code)
Provides parametric access to UIInput form values. Returns the submitted value during decoding, if available, otherwise the value property is returned. the UIInput value property



getContainsErrorId
public Map<String, Boolean> getContainsErrorId()(Code)
Returns true if the current request's error messages contain the given ID. a map that returns true if the requested key is contained in the current request's error message IDs



getContent
public Map<Object, FxContent> getContent()(Code)
Returns mapped access to FxContent instances indexed by primary key. The key parameter can be of type Long , String , com.flexive.shared.content.FxPK FxPK , or com.flexive.shared.value.FxReference FxReference , as described in com.flexive.shared.content.FxPK.fromObject(Object) . the content instance for the given primary key



getContext
public FxContext getContext()(Code)
Return the FxContext instance of the current request. the FxContext instance of the current request.



getContextPath
public String getContextPath()(Code)



getCounter
public Map<Object, Integer> getCounter()(Code)
Provides a key-based counter service for JSF pages. Supply your (unique) key and get an auto-incremented counter value, starting with 0. a key-based counter service for JSF pages



getCounterValue
public Map<Object, Integer> getCounterValue()(Code)
Like SystemBean.getCounter() , but only returns the current counter value without incrementing it. a key-based counter "reader" service for JSF pages



getCurrentTimeMillis
public long getCurrentTimeMillis()(Code)
Returns the current system timestamp. the current system timestamp.



getDocumentBase
public String getDocumentBase()(Code)



getDrops
public synchronized List<String> getDrops()(Code)
Get a list of all installed and deployed drops list of all installed and deployed drops



getEdition
public String getEdition()(Code)
Get the flexive edition flexive edition



getEditionFull
public String getEditionFull()(Code)
Get the flexive edition with product flexive edition with product



getEnvironment
public FxEnvironment getEnvironment()(Code)
Return the structure envirnoment (filtered for the current user). the structure envirnoment (filtered for the current user).



getEscapeForJavaScript
public Map<String, String> getEscapeForJavaScript()(Code)
Escape a String for usage in java script (remove characters like ') escaped String



getExplodedContent
public Map<Object, FxContent> getExplodedContent()(Code)

Returns mapped access to FxContent instances indexed by primary key. The key parameter can be of type Long , String , com.flexive.shared.content.FxPK FxPK , or com.flexive.shared.value.FxReference FxReference , as described in com.flexive.shared.content.FxPK.fromObject(Object) .

The only difference to SystemBean.getContent() is that the returned content instance is "exploded", i.e. that empty top-level properties and groups are properly initialized and not returned as null. This is useful for editor pages that use contents provided by this bean.

the content instance for the given primary key



getFailedLoginAttempts
public long getFailedLoginAttempts()(Code)
Get the number of failed login attempts number of failed login attempts



getFlexiveContextPath
public String getFlexiveContextPath()(Code)



getFxMessages
public List<FxFacesMessage> getFxMessages()(Code)
Returns all faces messages. all messages



getGroupedFxMessages
public List<FxFacesMessages> getGroupedFxMessages()(Code)
Returns all faces messages grouped by their summary. all messages



getHasGroupedFxMessages
public boolean getHasGroupedFxMessages()(Code)
Returns true if grouped FxMessages are available. true if grouped FxMessages are available



getHeader
public String getHeader()(Code)
Get the flexive header string header string



getIsInRole
public Map<String, Boolean> getIsInRole()(Code)
Check via map if the calling user is in the given role if the calling user is in the given role



getMessageExists
public Map<String, Boolean> getMessageExists()(Code)
A utility lookup function that returns true when a message key can be resolved in MessageBean , false otherwise. true when a message key can be resolved in MessageBean, false otherwise.



getMessages
public List<FacesMessage> getMessages()(Code)
Returns all faces messages. all messages



getPageId
public long getPageId()(Code)
Returns the unique page ID generated for flexive responses. the unique page ID generated for flexive responses.



getPageRenderTime
public long getPageRenderTime()(Code)
Returns the total render time at the moment of this method call. the total render time at the moment of this method call.



getRequest
public FxRequest getRequest()(Code)



getResponse
public FxResponseWrapper getResponse()(Code)



getSeverityName
public Map<FacesMessage.Severity, String> getSeverityName()(Code)
Returns the lower-case name of the given JSF message severity. the lower-case name of the given JSF message severity.



getUniqueId
public String getUniqueId()(Code)
Returns a new unique ID, obtained from the view root. a new unique ID, obtained from the view root.



getUpdateLanguageId
public long getUpdateLanguageId()(Code)



getUserTicket
public UserTicket getUserTicket()(Code)
Returns the ticket of the calling user. the ticket of the calling user



getWeblet
public Map<String, String> getWeblet()(Code)
Returns the URL of the weblet mapping of the given resource name (e.g. "com.flexive.faces.web/js/flexiveComponents.js"). the URL of the weblet mapping of the given resource name (e.g. "com.flexive.faces.web/js/flexiveComponents.js").



gotoPage
public String gotoPage()(Code)
Returns the next page to display based on the request parameter page. the next page to display based on the request parameter page



isNewInstallation
public boolean isNewInstallation()(Code)
Return if this is a new flexive installation that needs initialization still if this is a new flexive installation that needs initialization still



isTreeModified
public boolean isTreeModified()(Code)
Return true if the content tree was modified in the current request. true if the content tree was modified in the current request.



setUpdateLanguageId
public void setUpdateLanguageId(long updateLanguageId)(Code)



updateLanguage
public void updateLanguage()(Code)
Updates the current session language supplied in the "updateLanguageId" property and re-renders the current page.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.