public class HostingRedirector extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
HostingRedirector()
Constructs a new initialized HostingRedirector.
|
HostingRedirector(java.lang.String key)
Constructs a new HostingRedirector with a given String.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingKey()
Returns the key of this HostingRedirector.
|
void |
setBindingKey(BindingKey key)
Sets the key of this HostingRedirector to the given key.
|
void |
setBindingKey(java.lang.String key)
Sets the key of this HostingRedirector to the given key.
|
public HostingRedirector()
public HostingRedirector(java.lang.String key)
key
- The binding key.public void setBindingKey(BindingKey key)
key
- The new key of this HostingRedirector.public void setBindingKey(java.lang.String key)
key
- The new key of this HostingRedirector.public java.lang.String getBindingKey()
Copyright ? 2003 Apache Software Foundation. All rights reserved.