org.sakaiproject.importer.impl.handlers
Class SamigoPoolHandler

java.lang.Object
  extended by org.sakaiproject.importer.impl.handlers.SamigoPoolHandler
All Implemented Interfaces:
org.sakaiproject.importer.api.HandlesImportable

public class SamigoPoolHandler
extends Object
implements org.sakaiproject.importer.api.HandlesImportable


Field Summary
static int FILL_BLANK
           
static int MATCHING
           
static int TRUE_FALSE
           
 
Constructor Summary
SamigoPoolHandler()
           
 
Method Summary
 boolean canHandleType(String typeName)
           
protected  String contextualizeUrls(String text, String siteId)
           
 void handle(org.sakaiproject.importer.api.Importable thing, String siteId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE_FALSE

public static int TRUE_FALSE

FILL_BLANK

public static int FILL_BLANK

MATCHING

public static int MATCHING
Constructor Detail

SamigoPoolHandler

public SamigoPoolHandler()
Method Detail

canHandleType

public boolean canHandleType(String typeName)
Specified by:
canHandleType in interface org.sakaiproject.importer.api.HandlesImportable

handle

public void handle(org.sakaiproject.importer.api.Importable thing,
                   String siteId)
Specified by:
handle in interface org.sakaiproject.importer.api.HandlesImportable

contextualizeUrls

protected String contextualizeUrls(String text,
                                   String siteId)


Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.