Class NewsConstants
- java.lang.Object
-
- org.gcube.portlets.user.newsfeed.shared.NewsConstants
-
public class NewsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFEEDS_MAX_PER_CATEGORYstatic intFEEDS_NO_PER_CATEGORYFeeds Number to who per VRE/Categorystatic StringTEST_USER
-
Constructor Summary
Constructors Constructor Description NewsConstants()
-
-
-
Field Detail
-
FEEDS_NO_PER_CATEGORY
public static final int FEEDS_NO_PER_CATEGORY
Feeds Number to who per VRE/Category- See Also:
- Constant Field Values
-
FEEDS_MAX_PER_CATEGORY
public static final int FEEDS_MAX_PER_CATEGORY
- See Also:
- Constant Field Values
-
TEST_USER
public static final String TEST_USER
- See Also:
- Constant Field Values
-
-