|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.WebDavConfiguration
public class WebDavConfiguration
WebDAV service descriptor.
Field Summary | |
---|---|
static java.lang.String |
LOGO_PIC
|
Constructor Summary | |
---|---|
WebDavConfiguration()
Creates new instance. |
|
WebDavConfiguration(com.jscape.util.TaggedProperties[] languages,
com.jscape.util.serialization.xml.ByteArrayShell logo,
boolean appletAllowed,
java.lang.String redirectionUrl,
boolean showLoginInfo,
boolean showAccountLink)
Creates new instance. |
|
WebDavConfiguration(WebDavConfiguration that)
Creates new instance from existing instance. |
Method Summary | |
---|---|
void |
correctLanguages(com.jscape.util.TaggedProperties original)
Resets language resource properties to provided defaults. |
boolean |
getAppletAllowed()
Gets whether applet access is allowed. |
com.jscape.util.TaggedProperties[] |
getLanguages()
Gets language resource properties. |
com.jscape.util.serialization.xml.ByteArrayShell |
getLogo()
Gets logo. |
byte[] |
getLogoBytes()
Gets raw logo data. |
java.lang.String |
getRedirectionUrl()
Gets logout redirection URL. |
boolean |
getShowAccountLink()
Gets whether account link is displayed in wev interface. |
boolean |
getShowLoginInfo()
Gets whether login information is displayed in web interface. |
void |
setAppletAllowed(boolean value)
Sets whether applet access is allowed. |
void |
setLanguages(com.jscape.util.TaggedProperties[] value)
Sets language resource properties. |
void |
setLogo(com.jscape.util.serialization.xml.ByteArrayShell value)
Sets logo. |
void |
setRedirectionUrl(java.lang.String value)
Sets logout redirection URL. |
void |
setShowAccountLink(boolean value)
Sets whether account link is displayed in wev interface. |
void |
setShowLoginInfo(boolean value)
Sets whether login information is displayed in web interface. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOGO_PIC
Constructor Detail |
---|
public WebDavConfiguration(com.jscape.util.TaggedProperties[] languages, com.jscape.util.serialization.xml.ByteArrayShell logo, boolean appletAllowed, java.lang.String redirectionUrl, boolean showLoginInfo, boolean showAccountLink)
languages
- language resourceslogo
- logo dataappletAllowed
- applet allowed flagredirectionUrl
- redirection URLshowLoginInfo
- show login info flagshowLoginInfo
- show login info flagpublic WebDavConfiguration(WebDavConfiguration that)
that
- an instance to copypublic WebDavConfiguration()
Method Detail |
---|
public com.jscape.util.TaggedProperties[] getLanguages()
public void setLanguages(com.jscape.util.TaggedProperties[] value)
value
- language resource propertiespublic com.jscape.util.serialization.xml.ByteArrayShell getLogo()
public byte[] getLogoBytes()
public void setLogo(com.jscape.util.serialization.xml.ByteArrayShell value)
value
- logo datapublic boolean getAppletAllowed()
true
if applet is allowed;
false
otherwisepublic void setAppletAllowed(boolean value)
value
- if true
applet is allowedpublic java.lang.String getRedirectionUrl()
public void setRedirectionUrl(java.lang.String value)
value
- logout redirection URLpublic boolean getShowLoginInfo()
true
if login information is allowed;
false
otherwisepublic void setShowLoginInfo(boolean value)
value
- if true
login information is allowedpublic boolean getShowAccountLink()
public void setShowAccountLink(boolean value)
value
- flagpublic void correctLanguages(com.jscape.util.TaggedProperties original)
original
- default resources
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |