|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.tools.RegisterChannelType
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
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 |
public RegisterChannelType()
Method Detail |
public static void main(java.lang.String[] args)
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
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |