uPortal 2.3.2
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.5 $
Author:
Ken Weiner, kweiner@interactivebusiness.com

Constructor Summary
RegisterChannelType()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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)

uPortal 2.3.2
API Documentation