| Modifier and Type | Method and Description |
|---|---|
static ContentHandlerServer |
Registry.getServer(java.lang.String classname)
Gets the content handler server registered for the content
handler.
|
ContentHandlerServer |
Registry.register(java.lang.String classname,
java.lang.String[] types,
java.lang.String[] suffixes,
java.lang.String[] actions,
ActionNameMap[] actionnames,
java.lang.String ID,
java.lang.String[] accessAllowed)
Registers the application class using content
type(s), suffix(es), and action(s), action name(s),
access restrictions and content handler ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestListener.invocationRequestNotify(ContentHandlerServer handler)
The listener is notified to indicate that an new Invocation
request is available.
|
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.