Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/blog/src/java/jp/sf/pal/blog/BlogConstants.java

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16 by shinsuke, Sat Jul 1 00:45:34 2006 UTC revision 1.17 by tigercat, Wed Feb 6 03:53:01 2008 UTC
# Line 1  Line 1 
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.
# Line 51  public class BlogConstants Line 51  public class BlogConstants
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";
# Line 61  public class BlogConstants Line 63  public class BlogConstants
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26