Java Doc for KeEnvironment.java in  » J2EE » WiSerFramework » de » ug2t » kernel » 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 » WiSerFramework » de.ug2t.kernel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.ug2t.kernel.KeEnvironment

KeEnvironment
final public class KeEnvironment (Code)

author:
   Dirk
author:
   date: 02.01.2004 project: WiSer-Framework
author:
  


author:
   The envorinment class is a collection of static methods to get information
author:
   about the runtime environment of a application
author:
  


Inner Class :static class KeUrlUTF8Encoder



Method Summary
final public static  Objectpcmf_addParameterCluster(String xSource, String xCluster)
    

Adds a new parameter block to a configuration.

final public static  Stringpcmf_buildPath(String xPath)
    

Builds the real absolute path of a relative path.

final public static  voidpcmf_clearParameterGetter()
    
public static  Stringpcmf_encodeURL(String xToEncode)
    
public static  Stringpcmf_getCharacterSet()
    
public static  Charsetpcmf_getCharacterSetObject()
    
final public static  Objectpcmf_getParameter(String xSource, String xCluster, String xKey)
    

Gets a parameter from a xml configuration file.

final public static  Objectpcmf_getParameter(String xSource, String xCluster, String xKey, Object xNull)
    

Gets a parameter from a xml configuration file.

final public static  Objectpcmf_getParameterFromURI(String xSource, String xCluster, String xKey)
    
final public static  ICoXmlParameterGetterpcmf_getParameterGetter()
    
final public static  Iteratorpcmf_getParameterKeys(String xSource, String xCluster)
    
final public static  Stringpcmf_getRootDir()
    
public static  Stringpcmf_getSessionTmpDir()
    

Gets the temporary directory of the session.

public static  Stringpcmf_getTmpDir()
    

Gets the temporary directory of the application, it is shared between all sessions.

final public static  voidpcmf_initScript(String xFile, String xScript)
    
final public static  Objectpcmf_setParameter(String xSource, String xCluster, String xKey, Object xValue)
    

Sets or adds a parameter in a loaded configuration file.

final public static  voidpcmf_setRootDir(String xRoot)
    
final public static  voidpcmf_setTmpDir(String xTmp)
    



Method Detail
pcmf_addParameterCluster
final public static Object pcmf_addParameterCluster(String xSource, String xCluster) throws Exception(Code)

Adds a new parameter block to a configuration. This function does not save chaged values.


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block old cluster or null




pcmf_buildPath
final public static String pcmf_buildPath(String xPath)(Code)

Builds the real absolute path of a relative path.

real path




pcmf_clearParameterGetter
final public static void pcmf_clearParameterGetter()(Code)
Clears all parameter caches



pcmf_encodeURL
public static String pcmf_encodeURL(String xToEncode)(Code)

Encodes a String to an URL safe form

encoded String




pcmf_getCharacterSet
public static String pcmf_getCharacterSet()(Code)

Gets the current character set

character set as String




pcmf_getCharacterSetObject
public static Charset pcmf_getCharacterSetObject()(Code)

Gets the current character set

character set as Charset object




pcmf_getParameter
final public static Object pcmf_getParameter(String xSource, String xCluster, String xKey) throws Exception(Code)

Gets a parameter from a xml configuration file.


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block
Parameters:
  xKey - parameter key parameter value or object




pcmf_getParameter
final public static Object pcmf_getParameter(String xSource, String xCluster, String xKey, Object xNull)(Code)

Gets a parameter from a xml configuration file.


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block
Parameters:
  xKey - parameter key
Parameters:
  xNull - default return value if null parameter value or object




pcmf_getParameterFromURI
final public static Object pcmf_getParameterFromURI(String xSource, String xCluster, String xKey) throws Exception(Code)

Gets a parameter from a xml configuration file which is referenced by the given URI


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block
Parameters:
  xKey - parameter key parameter value or object




pcmf_getParameterGetter
final public static ICoXmlParameterGetter pcmf_getParameterGetter()(Code)
For internal use only



pcmf_getParameterKeys
final public static Iterator pcmf_getParameterKeys(String xSource, String xCluster) throws Exception(Code)

Gets an iterator over all key values of a parameter block


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block Iterator




pcmf_getRootDir
final public static String pcmf_getRootDir()(Code)

Gets the root directory of the application all paths used bay the application are relative to this directory

root directory




pcmf_getSessionTmpDir
public static String pcmf_getSessionTmpDir()(Code)

Gets the temporary directory of the session. The content of this directory is cleaned when the session is removed startup

temporary directory




pcmf_getTmpDir
public static String pcmf_getTmpDir()(Code)

Gets the temporary directory of the application, it is shared between all sessions. The content of this directory is cleaned up during application startup

temporary directory




pcmf_initScript
final public static void pcmf_initScript(String xFile, String xScript)(Code)
For internal use only



pcmf_setParameter
final public static Object pcmf_setParameter(String xSource, String xCluster, String xKey, Object xValue) throws Exception(Code)

Sets or adds a parameter in a loaded configuration file. This function does not save chaged values.


Parameters:
  xSource - filename
Parameters:
  xCluster - parameter block
Parameters:
  xKey - parameter key
Parameters:
  xValue - parameter value or object old parameter value or object or null




pcmf_setRootDir
final public static void pcmf_setRootDir(String xRoot)(Code)
For internal use only



pcmf_setTmpDir
final public static void pcmf_setTmpDir(String xTmp)(Code)
For internal use only



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.