Source Code Cross Referenced for WebKeys.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portal » util » 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 » Portal » liferay portal 4.4.2 » com.liferay.portal.util 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * Copyright (c) 2000-2008 Liferay, Inc. All rights reserved.
003:         *
004:         * Permission is hereby granted, free of charge, to any person obtaining a copy
005:         * of this software and associated documentation files (the "Software"), to deal
006:         * in the Software without restriction, including without limitation the rights
007:         * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
008:         * copies of the Software, and to permit persons to whom the Software is
009:         * furnished to do so, subject to the following conditions:
010:         *
011:         * The above copyright notice and this permission notice shall be included in
012:         * all copies or substantial portions of the Software.
013:         *
014:         * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
015:         * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
016:         * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
017:         * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
018:         * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
019:         * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
020:         * SOFTWARE.
021:         */package com.liferay.portal.util;
022:
023:        import com.liferay.util.bridges.jsf.sun.LiferayConfigureListener;
024:
025:        /**
026:         * <a href="WebKeys.java.html"><b><i>View Source</i></b></a>
027:         *
028:         * @author Brian Wing Shun Chan
029:         * @author Brian Myunghun Kim
030:         *
031:         */
032:        public class WebKeys implements  com.liferay.portal.kernel.util.WebKeys {
033:
034:            public static final String ADDRESS = "ADDRESS";
035:
036:            public static final String ADDRESS_BOOK_RECIPIENTS = "ADDRESS_BOOK_RECIPIENTS";
037:
038:            public static final String ASSOCIATE_KEY = LiferayConfigureListener.ASSOCIATE_KEY;
039:
040:            public static final String BLOGS_CATEGORY = "BLOGS_CATEGORY";
041:
042:            public static final String BLOGS_ENTRY = "BLOGS_ENTRY";
043:
044:            public static final String BOOKMARKS_ENTRY = "BOOKMARKS_ENTRY";
045:
046:            public static final String BOOKMARKS_FOLDER = "BOOKMARKS_FOLDER";
047:
048:            public static final String CACHE_PORTLET_RESPONSES = "CACHE_PORTLET_RESPONSES";
049:
050:            public static final String CALENDAR_EVENT = "CALENDAR_EVENT";
051:
052:            public static final String CAPTCHA_COUNT = "CAPTCHA_COUNT";
053:
054:            public static final String CAPTCHA_TEXT = "CAPTCHA_TEXT";
055:
056:            public static final String COLOR_SCHEME = "COLOR_SCHEME";
057:
058:            public static final String COMIC_ENTRY = "COMIC_ENTRY";
059:
060:            public static final String COMPANY = "COMPANY";
061:
062:            public static final String COMPANY_ID = "COMPANY_ID";
063:
064:            public static final String CONFIGURATION_ACTION_PATH = "CONFIGURATION_ACTION_PATH";
065:
066:            public static final String CURRENT_URL = "CURRENT_URL";
067:
068:            public static final String DIFF_RESULTS = "DIFF_RESULTS";
069:
070:            public static final String DOCUMENT_LIBRARY_FILE_ENTRY = "DOCUMENT_LIBRARY_FILE_ENTRY";
071:
072:            public static final String DOCUMENT_LIBRARY_FILE_SHORTCUT = "DOCUMENT_LIBRARY_FILE_SHORTCUT";
073:
074:            public static final String DOCUMENT_LIBRARY_FOLDER = "DOCUMENT_LIBRARY_FOLDER";
075:
076:            public static final String EMAIL_ADDRESS = "EMAIL_ADDRESS";
077:
078:            public static final String ENCRYPT = "shuo";
079:
080:            public static final String FORM_NAME = "FORM_NAME";
081:
082:            public static final String FORWARD_URL = "FORWARD_URL";
083:
084:            public static final String FRIENDLY_URL = "FRIENDLY_URL";
085:
086:            public static final String GROUP = "GROUP";
087:
088:            public static final String HTTPS_INITIAL = "HTTPS_INITIAL";
089:
090:            public static final String IFRAME_SRC = "IFRAME_SRC";
091:
092:            public static final String IMAGE_GALLERY_FOLDER = "IMAGE_GALLERY_FOLDER";
093:
094:            public static final String IMAGE_GALLERY_IMAGE = "IMAGE_GALLERY_IMAGE";
095:
096:            public static final String LAYOUT = "LAYOUT";
097:
098:            public static final String LAYOUT_CONTENT = "LAYOUT_CONTENT";
099:
100:            public static final String LAYOUT_DEFAULT = "LAYOUT_DEFAULT";
101:
102:            public static final String LAYOUT_LISTER_LIST = "LAYOUT_LISTER_LIST";
103:
104:            public static final String LAYOUT_TEMPLATE_CONTENT = "LAYOUT_TEMPLATE_CONTENT";
105:
106:            public static final String LAYOUTS = "LAYOUTS";
107:
108:            public static final String LIVE_USERS = "LIVE_USERS";
109:
110:            public static final String JABBER_XMPP_SESSION = "JABBER_XMPP_SESSION";
111:
112:            public static final String JOURNAL_ARTICLE = "JOURNAL_ARTICLE";
113:
114:            public static final String JOURNAL_ARTICLE_CONTENT = "JOURNAL_ARTICLE_CONTENT";
115:
116:            public static final String JOURNAL_ARTICLE_CONTENT_DOC = "JOURNAL_ARTICLE_CONTENT_DOC";
117:
118:            public static final String JOURNAL_ARTICLE_DISPLAY = "JOURNAL_ARTICLE_DISPLAY";
119:
120:            public static final String JOURNAL_ARTICLE_GROUP_ID = "JOURNAL_ARTICLE_GROUP_ID";
121:
122:            public static final String JOURNAL_FEED = "JOURNAL_FEED";
123:
124:            public static final String JOURNAL_RECENT_ARTICLES = "JOURNAL_RECENT_ARTICLES";
125:
126:            public static final String JOURNAL_RECENT_STRUCTURES = "JOURNAL_RECENT_STRUCTURES";
127:
128:            public static final String JOURNAL_RECENT_TEMPLATES = "JOURNAL_RECENT_TEMPLATES";
129:
130:            public static final String JOURNAL_STRUCTURE = "JOURNAL_STRUCTURE";
131:
132:            public static final String JOURNAL_STRUCTURE_EL = "JOURNAL_STRUCTURE_EL";
133:
134:            public static final String JOURNAL_STRUCTURE_EL_COUNT = "JOURNAL_STRUCTURE_EL_COUNT";
135:
136:            public static final String JOURNAL_STRUCTURE_EL_DEPTH = "JOURNAL_STRUCTURE_EL_DEPTH";
137:
138:            public static final String JOURNAL_STRUCTURE_EL_SIBLINGS = "JOURNAL_STRUCTURE_EL_SIBLINGS";
139:
140:            public static final String JOURNAL_TEMPLATE = "JOURNAL_TEMPLATE";
141:
142:            public static final String LAST_PATH = "LAST_PATH";
143:
144:            public static final String MAIL_CURRENT_ACCOUNT = "MAIL_CURRENT_ACCOUNT";
145:
146:            public static final String MAIL_FOLDER = "MAIL_FOLDER";
147:
148:            public static final String MAIL_MESSAGE_ATTACHMENTS = "MAIL_MESSAGE_ATTACHMENTS";
149:
150:            public static final String MAIL_MESSAGE_BODY = "MAIL_MESSAGE_BODY";
151:
152:            public static final String MAIL_MESSAGE_ID = "MAIL_MESSAGE_ID";
153:
154:            public static final String MAIL_MESSAGE_IN_REPLY_TO = "MAIL_MESSAGE_IN_REPLY_TO";
155:
156:            public static final String MAIL_MESSAGE_ORIGINAL_ID = "MAIL_MESSAGE_ORIGINAL_ID";
157:
158:            public static final String MAIL_MESSAGE_RECIPIENTS = "MAIL_MESSAGE_RECIPIENTS";
159:
160:            public static final String MAIL_MESSAGE_REFERENCES = "MAIL_MESSAGE_REFERENCES";
161:
162:            public static final String MAIL_MESSAGE_SUBJECT = "MAIL_MESSAGE_SUBJECT";
163:
164:            public static final String MAIL_SEARCH_RESULTS = "MAIL_SEARCH_RESULTS";
165:
166:            public static final String MAIL_STORE = "MAIL_STORE";
167:
168:            public static final String MEMBERSHIP_REQUEST = "MEMBERSHIP_REQUEST";
169:
170:            public static final String MESSAGE_BOARDS_CATEGORY = "MESSAGE_BOARDS_CATEGORY";
171:
172:            public static final String MESSAGE_BOARDS_MESSAGE = "MESSAGE_BOARDS_MESSAGE";
173:
174:            public static final String MESSAGE_BOARDS_TREE_WALKER = "MESSAGE_BOARDS_TREE_WALKER";
175:
176:            public static final String MESSAGE_BOARDS_TREE_WALKER_CUR_MESSAGE = "MESSAGE_BOARDS_TREE_WALKER_CUR_MESSAGE";
177:
178:            public static final String MESSAGE_BOARDS_TREE_WALKER_DEPTH = "MESSAGE_BOARDS_TREE_WALKER_DEPTH";
179:
180:            public static final String MESSAGE_BOARDS_TREE_WALKER_LAST_NODE = "MESSAGE_BOARDS_TREE_WALKER_LAST_NODE";
181:
182:            public static final String MESSAGE_BOARDS_TREE_WALKER_SEL_MESSAGE = "MESSAGE_BOARDS_TREE_WALKER_SEL_MESSAGE";
183:
184:            public static final String MESSAGE_BOARDS_TREE_WALKER_CATEGORY = "MESSAGE_BOARDS_TREE_WALKER_CATEGORY";
185:
186:            public static final String NOTES_LIST = "NOTES_LIST";
187:
188:            public static final String NTLM_REMOTE_USER = "NTLM_REMOTE_USER";
189:
190:            public static final String OPEN_ID_DISCO = "openid-disco";
191:
192:            public static final String OPEN_ID_LOGIN = "OPEN_ID_LOGIN";
193:
194:            public static final String OPEN_SSO_LOGIN = "OPEN_SSO_LOGIN";
195:
196:            public static final String ORG_LABOR = "ORG_LABOR";
197:
198:            public static final String ORGANIZATION = "ORGANIZATION";
199:
200:            public static final String PAGE_SUBTITLE = "LIFERAY_SHARED_PAGE_SUBTITLE";
201:
202:            public static final String PAGE_TITLE = "LIFERAY_SHARED_PAGE_TITLE";
203:
204:            public static final String PASSWORD_POLICY = "PASSWORD_POLICY";
205:
206:            public static final String PHONE = "PHONE";
207:
208:            public static final String PLUGIN_REPOSITORY_REPORT = "PLUGIN_REPOSITORY_REPORT";
209:
210:            public static final String POLLS_QUESTION = "POLLS_QUESTION";
211:
212:            public static final String PORTAL_PREFERENCES = "PORTAL_PREFERENCES";
213:
214:            public static final String PORTLET_CATEGORY = "PORTLET_CATEGORY";
215:
216:            public static final String PORTLET_CATEGORY_PATH = "PORTLET_CATEGORY_PATH";
217:
218:            public static final String PORTLET_CONTENT = "PORTLET_CONTENT";
219:
220:            public static final String PORTLET_DECORATE = "PORTLET_DECORATE";
221:
222:            public static final String PORTLET_PARALLEL_RENDER = "PORTLET_PARALLEL_RENDER";
223:
224:            public static final String PORTLET_RENDER_PARAMETERS = "PORTLET_RENDER_PARAMETERS";
225:
226:            public static final String PORTLET_SESSION_TRACKER = "PORTLET_SESSION_TRACKER";
227:
228:            public static final String PORTLET_STRUTS_ACTION = "PORTLET_STRUTS_ACTION";
229:
230:            public static final String PORTLET_STRUTS_ATTRIBUTES = "PORTLET_STRUTS_ATTRIBUTES";
231:
232:            public static final String PORTLET_STRUTS_EXCEPTION = "PORTLET_STRUTS_EXCEPTION";
233:
234:            public static final String PORTLET_STRUTS_EXECUTE = "PORTLET_STRUTS_EXECUTE";
235:
236:            public static final String PORTLET_STRUTS_FORWARD = "PORTLET_STRUTS_FORWARD";
237:
238:            public static final String PORTLET_STRUTS_PROCESSOR = "PORTLET_STRUTS_PROCESSOR";
239:
240:            public static final String REFERER = "referer";
241:
242:            public static final String RENDER_PORTLET = "RENDER_PORTLET";
243:
244:            public static final String RENDER_PORTLET_COLUMN_COUNT = "RENDER_PORTLET_COLUMN_COUNT";
245:
246:            public static final String RENDER_PORTLET_COLUMN_ID = "RENDER_PORTLET_COLUMN_ID";
247:
248:            public static final String RENDER_PORTLET_COLUMN_POS = "RENDER_PORTLET_COLUMN_POS";
249:
250:            public static final String RENDER_PORTLET_QUERY_STRING = "RENDER_PORTLET_QUERY_STRING";
251:
252:            public static final String RENDER_PORTLET_RESOURCE = "RENDER_PORTLET_RESOURCE";
253:
254:            public static final String REQUESTED_LAYOUT = "REQUESTED_LAYOUT";
255:
256:            public static final String REVERSE_AJAX = "REVERSE_AJAX";
257:
258:            public static final String ROLE = "ROLE";
259:
260:            public static final String SEARCH_CONTAINER_RESULT_ROW = "SEARCH_CONTAINER_RESULT_ROW";
261:
262:            public static final String SEARCH_CONTAINER_RESULT_ROW_ENTRY = "SEARCH_CONTAINER_RESULT_ROW_ENTRY";
263:
264:            public static final String SEARCH_SEARCH_RESULTS = "SEARCH_SEARCH_RESULTS";
265:
266:            public static final String SEL_COMPANY = "SEL_COMPANY";
267:
268:            public static final String SEL_LAYOUT = "SEL_LAYOUT";
269:
270:            public static final String SESSION_LISTENER = "SESSION_LISTENER";
271:
272:            public static final String SHOPPING_CATEGORY = "SHOPPING_CATEGORY";
273:
274:            public static final String SHOPPING_COUPON = "SHOPPING_COUPON";
275:
276:            public static final String SHOPPING_ITEM = "SHOPPING_ITEM";
277:
278:            public static final String SHOPPING_ORDER = "SHOPPING_ORDER";
279:
280:            public static final String SOFTWARE_CATALOG_FRAMEWORK_VERSION = "SOFTWARE_CATALOG_FRAMEWORK_VERSION";
281:
282:            public static final String SOFTWARE_CATALOG_LICENSE = "SOFTWARE_CATALOG_LICENSE";
283:
284:            public static final String SOFTWARE_CATALOG_PRODUCT_ENTRY = "SOFTWARE_CATALOG_PRODUCT_ENTRY";
285:
286:            public static final String SOFTWARE_CATALOG_PRODUCT_VERSION = "SOFTWARE_CATALOG_PRODUCT_VERSION";
287:
288:            public static final String SOURCE_NAME = "SOURCE_NAME";
289:
290:            public static final String STALE_SESSION = "STALE_SESSION";
291:
292:            public static final String STRING_SERVLET_RESPONSE = "STRING_SERVLET_RESPONSE";
293:
294:            public static final String STRUTS_BRIDGES_ATTRIBUTES = "STRUTS_BRIDGES_ATTRIBUTES";
295:
296:            public static final String SUBJECT = "SUBJECT";
297:
298:            public static final String TAB_INDEX = "TAB_INDEX";
299:
300:            public static final String TAGS_COMPILER_ENTRIES = "TAGS_COMPILER_ENTRIES";
301:
302:            public static final String TARGET_NAME = "TARGET_NAME";
303:
304:            public static final String TASK_LIST = "TASK_LIST";
305:
306:            public static final String THEME = "THEME";
307:
308:            public static final String TRANSLATOR_TRANSLATION = "TRANSLATOR_TRANSLATION";
309:
310:            public static final String USER = "USER";
311:
312:            public static final String USER_GROUP = "USER_GROUP";
313:
314:            public static final String USER_ID = "USER_ID";
315:
316:            public static final String USER_PASSWORD = "USER_PASSWORD";
317:
318:            public static final String USERS_NOTIFIED = "USERS_NOTIFIED";
319:
320:            public static final String VIRTUAL_HOST_LAYOUT_SET = "VIRTUAL_HOST_LAYOUT_SET";
321:
322:            public static final String VM_VARIABLES = "VM_VARIABLES";
323:
324:            public static final String WEBSITE = "WEBSITE";
325:
326:            public static final String WIKI_NODE = "WIKI_NODE";
327:
328:            public static final String WIKI_PAGE = "WIKI_PAGE";
329:
330:            public static final String WORDS_LIST = "WORDS_LIST";
331:
332:            public static final String WORKFLOW_DEFINITION = "WORKFLOW_DEFINITION";
333:
334:            public static final String WORKFLOW_INSTANCE = "WORKFLOW_INSTANCE";
335:
336:            public static final String WORKFLOW_TASKS = "WORKFLOW_TASKS";
337:
338:            public static final String WORKFLOW_TOKEN = "WORKFLOW_TOKEN";
339:
340:            public static final String WSRP_NEW_SESSION = "WSRP_NEW_SESSION";
341:
342:            public static final String WSRP_PRODUCER = "WSRP_PRODUCER";
343:
344:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.