Example usage for org.springframework.web.servlet.view.feed AbstractAtomFeedView subclass-usage

List of usage examples for org.springframework.web.servlet.view.feed AbstractAtomFeedView subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.view.feed AbstractAtomFeedView subclass-usage.

Usage

From source file com.june.app.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file com.rambird.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file com.pet.demo.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file com.rambird.miles.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file org.petclinic.web.VisitsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects. 
 * 
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file org.mum.samples.etrip.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file com.bolsadeideas.ejemplos.cuenta.views.CuentaAtomView.java

public class CuentaAtomView extends AbstractAtomFeedView {

    @Override
    protected void buildFeedMetadata(Map<String, Object> model, Feed feed, HttpServletRequest request) {
        feed.setId("tag:bolsadeideas.com");
        feed.setTitle("Lista de cuentas");

From source file com.branded.holdings.qpc.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file lcn.samples.petclinic.controller.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */

From source file org.activejpa.examples.petclinic.web.VetsAtomView.java

/**
 * A view creating a Atom representation from a list of Visit objects.
 *
 * @author Alef Arendsen
 * @author Arjen Poutsma
 */