Browse CVS Repository
Diff of /pal/blog/src/java/jp/sf/pal/blog/BlogConstants.java
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
/* |
/* |
| 2 |
* Copyright 2005-2006 The Portal Application Laboratory Team. |
* Copyright 2005-2008 The Portal Application Laboratory Team. |
| 3 |
* |
* |
| 4 |
* Licensed under the Apache License, Version 2.0 (the "License"); |
* Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 |
* you may not use this file except in compliance with the License. |
* you may not use this file except in compliance with the License. |
| 51 |
|
|
| 52 |
public static final String BLOG_REDIRECT_ID = "blogid"; |
public static final String BLOG_REDIRECT_ID = "blogid"; |
| 53 |
|
|
| 54 |
|
public static final String BLOG_REDIRECT_OWNER = "blogowner"; |
| 55 |
|
|
| 56 |
// for Portlet Messaging |
// for Portlet Messaging |
| 57 |
|
|
| 58 |
public static final String BLOG_ALL_TOPIC = "BLOG_ALL_TOPIC"; |
public static final String BLOG_ALL_TOPIC = "BLOG_ALL_TOPIC"; |
| 63 |
|
|
| 64 |
public static final String BLOG_MESSAGE_ID = "BLOG_MESSAGE_ID"; |
public static final String BLOG_MESSAGE_ID = "BLOG_MESSAGE_ID"; |
| 65 |
|
|
| 66 |
|
public static final String BLOG_MESSAGING_TOKEN_SEPARATOR = "|"; |
| 67 |
|
|
| 68 |
// View Mode |
// View Mode |
| 69 |
|
|
| 70 |
public static final String BLOG_LIST_VIEW = "ListView"; |
public static final String BLOG_LIST_VIEW = "ListView"; |
|
|
Legend:
| Removed from v.1.16 |
|
| changed lines |
| |
Added in v.1.17 |
|
|
|