org.jasig.portlet.search.mvc
Class VCardController

java.lang.Object
  extended by org.jasig.portlet.search.mvc.VCardController

@Controller
@RequestMapping(value="/ajax/vcard.vcf")
public class VCardController
extends java.lang.Object


Constructor Summary
VCardController()
           
 
Method Summary
 void setVCardTemplate(org.springframework.core.io.Resource vcardTemplate)
          Set the VCard template file to be used.
 void showVCard(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.OutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardController

public VCardController()
Method Detail

showVCard

@RequestMapping(method=POST)
public void showVCard(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response,
                                     java.io.OutputStream stream)
               throws java.io.IOException
Throws:
java.io.IOException

setVCardTemplate

public void setVCardTemplate(org.springframework.core.io.Resource vcardTemplate)
Set the VCard template file to be used.

Parameters:
vcardTemplate -


Copyright © 2010 Jasig. All Rights Reserved.