CRecherche 1.0
API Documentation

org.esupportail.portal.channels.CRecherche
Class CRecherche

java.lang.Object
  |
  +--org.jasig.portal.channels.BaseChannel
        |
        +--org.esupportail.portal.channels.CRecherche.CRecherche
All Implemented Interfaces:
org.jasig.portal.IChannel

public class CRecherche
extends org.jasig.portal.channels.BaseChannel

Description :
Application de recherche de type UPortal basé sur le webservices google

Version:
$Id : CRecherche.java, V1.0, 16 juillet 2003
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classe(s) : CRecherche
Author:
Doriane Dusart

Constructor Summary
CRecherche()
           
 
Method Summary
 void recherche(java.lang.String recherche, java.lang.String site, java.io.StringWriter w)
           
 void renderXML(org.xml.sax.ContentHandler out)
          DTD : Voir les fichiers de dtd
 void setStaticData(org.jasig.portal.ChannelStaticData sd)
           
 
Methods inherited from class org.jasig.portal.channels.BaseChannel
getRuntimeProperties, receiveEvent, setRuntimeData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRecherche

public CRecherche()
Method Detail

setStaticData

public void setStaticData(org.jasig.portal.ChannelStaticData sd)
Specified by:
setStaticData in interface org.jasig.portal.IChannel
Overrides:
setStaticData in class org.jasig.portal.channels.BaseChannel

renderXML

public void renderXML(org.xml.sax.ContentHandler out)
               throws org.jasig.portal.PortalException
DTD : Voir les fichiers de dtd

Specified by:
renderXML in interface org.jasig.portal.IChannel
Overrides:
renderXML in class org.jasig.portal.channels.BaseChannel
Parameters:
out - de type XML
Throws:
org.jasig.portal.PortalException

recherche

public void recherche(java.lang.String recherche,
                      java.lang.String site,
                      java.io.StringWriter w)

CRecherche 1.0
API Documentation