tapestry-rss

Package that implements an RSS 2.0 feed for Apache Tapestry 5.

Лицензия

Лицензия

Категории

Категории

Tape Данные Data Structures
Группа

Группа

br.com.arsmachina
Идентификатор

Идентификатор

tapestry-rss
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

tapestry-rss
Package that implements an RSS 2.0 feed for Apache Tapestry 5.
Организация-разработчик

Организация-разработчик

Ars Machina Tecnologia da Informação Ltda.
Система контроля версий

Система контроля версий

https://github.com/thiagohp/tapestry-rss.git

Скачать tapestry-rss

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/ -->
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-rss</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/
implementation 'br.com.arsmachina:tapestry-rss:0.0.1'
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/
implementation ("br.com.arsmachina:tapestry-rss:0.0.1")
'br.com.arsmachina:tapestry-rss:jar:0.0.1'
<dependency org="br.com.arsmachina" name="tapestry-rss" rev="0.0.1">
  <artifact name="tapestry-rss" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='tapestry-rss', version='0.0.1')
)
libraryDependencies += "br.com.arsmachina" % "tapestry-rss" % "0.0.1"
[br.com.arsmachina/tapestry-rss "0.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
br.com.arsmachina : tapestry-url-rewriter jar 2.0.0

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.tapestry : tapestry-core jar 5.4-alpha-22

Модули Проекта

Данный проект не имеет модулей.

tapestry-rss

Package that implements an RSS 2.0 feed for Apache Tapestry 5.2 and later versions.

To use it, besides adding it to your classpath, you need to follow this steps:

  • Implement a ChannelProvider and contribute it to the ChannelProvider Tapestry-IoC service. This is how you'll provide the RSS channels and items for tapestry-rss.
  • Apply the rss/AddRssLink mixin to some component in your application. It will add the tag to the page's with all the needed attributes. This mixins' "context" parameter value will be passed to the contributed ChannelProvider instances.

Версии библиотеки

Версия
0.0.1