| | |
| | | }
|
| | | }
|
| | |
|
| | | Constants.FeedContentObjectType objectType = Constants.FeedContentObjectType.COMMIT;
|
| | | Constants.FeedObjectType objectType = Constants.FeedObjectType.COMMIT;
|
| | | if (!StringUtils.isEmpty(request.getParameter("ot"))) {
|
| | | Constants.FeedContentObjectType type = Constants.FeedContentObjectType.forName(request.getParameter("ot"));
|
| | | Constants.FeedObjectType type = Constants.FeedObjectType.forName(request.getParameter("ot"));
|
| | | if (type != null) {
|
| | | objectType = type;
|
| | | }
|
| | |
| | | feedDescription = model.description;
|
| | | }
|
| | |
|
| | | if (objectType == Constants.FeedContentObjectType.TAG) {
|
| | | if (objectType == Constants.FeedObjectType.TAG) {
|
| | |
|
| | | String urlPattern;
|
| | | if (mountParameters) {
|