uPortal 2.4.1
API Documentation

org.jasig.portal.tools
Class RegisterChannelType

java.lang.Object
  extended byorg.jasig.portal.tools.RegisterChannelType

public class RegisterChannelType
extends java.lang.Object

A tool for registering a new channel type with uPortal. Channel types are defined by a java class name and an associated channel publishing document. Once added with this tool, a channel type will be available to channel publishers for the production of new channel definitions based on the channel type.

Usage: RegisterChannelType

Version:
$Revision: 1.7 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
RegisterChannelType()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String register(java.lang.String clazz, java.lang.String name, java.lang.String description, java.lang.String uri)
          Registers a new channel type for the given parameters or updates an existing type with the specified parameters if an existing type is found having the specified uri.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterChannelType

public RegisterChannelType()
Method Detail

main

public static void main(java.lang.String[] args)

register

public static java.lang.String register(java.lang.String clazz,
                                        java.lang.String name,
                                        java.lang.String description,
                                        java.lang.String uri)
                                 throws java.lang.Exception
Registers a new channel type for the given parameters or updates an existing type with the specified parameters if an existing type is found having the specified uri.

Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation