|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.site.RedirectConfigCase
public class RedirectConfigCase
the case for RedirectConfiguration.
| Constructor Summary | |
|---|---|
RedirectConfigCase()
creates a RedirectConfigurationCase. |
|
RedirectConfigCase(java.lang.String n)
creates a RedirectConfigurationCase with a given name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
returns the name of the case. |
CommandBuilder |
getRedirectCommandBuilder(java.lang.String n)
returns the redirect CommandBuilder. |
java.lang.String |
getRedirectURI(java.lang.String n)
returns the redirect URI. |
protected void |
putRedirectCommandBuilder(java.lang.String n, CommandBuilder builder)
adds the redirect CommandBuilder. |
protected void |
putRedirectURI(java.lang.String n,
java.lang.String uri)
sets the redirect URI for the case. |
protected void |
setName(java.lang.String n)
sets the name of the case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RedirectConfigCase()
RedirectConfigurationCase.
public RedirectConfigCase(java.lang.String n)
RedirectConfigurationCase with a given name.
n - the name| Method Detail |
|---|
public final java.lang.String getName()
getName in interface INamedprotected final void setName(java.lang.String n)
n - the namepublic final java.lang.String getRedirectURI(java.lang.String n)
n - the name of the redirect-URI used in the configuration-XML
protected final void putRedirectURI(java.lang.String n,
java.lang.String uri)
n - the name of the redirect-URI used in the configuration-XMLuri - the URIpublic final CommandBuilder getRedirectCommandBuilder(java.lang.String n)
CommandBuilder.
n - the name of the redirect-URI used in the configuration-XML
CommandBuilderprotected final void putRedirectCommandBuilder(java.lang.String n, CommandBuilder builder)
CommandBuilder.
n - the name of the redirect-URI used in the configuration-XMLbuilder - the redirect CommandBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||