|
JSCAPE MFT Server | |||||||||
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(TaggedProperties[] languages,
java.lang.String logo,
boolean appletAllowed,
java.lang.String redirectionUrl,
boolean showLoginInfo,
boolean showAccountLink,
boolean documentViewerEnabled)
Creates new instance. |
|
WebDavConfiguration(WebDavConfiguration that)
Creates new instance from existing instance. |
Method Summary | |
---|---|
void |
adjustLanguages(TaggedProperties original)
Resets language resource properties to provided defaults. |
boolean |
getAppletAllowed()
Gets whether applet access is allowed. |
boolean |
getDocumentViewerEnabled()
Gets whether Web Document Viewer enabled. |
TaggedProperties[] |
getLanguages()
Gets language resource properties. |
java.lang.String |
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 |
setDocumentViewerEnabled(boolean value)
Sets whether Web Document Viewer enabled. |
void |
setLanguages(TaggedProperties[] value)
Sets language resource properties. |
void |
setLogo(ByteArrayShell value)
|
void |
setLogo(java.lang.String 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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOGO_PIC
Constructor Detail |
---|
public WebDavConfiguration(TaggedProperties[] languages, java.lang.String logo, boolean appletAllowed, java.lang.String redirectionUrl, boolean showLoginInfo, boolean showAccountLink, boolean documentViewerEnabled)
languages
- language resourceslogo
- logo dataappletAllowed
- applet allowed flagredirectionUrl
- redirection URLshowLoginInfo
- show login info flagshowAccountLink
- show account link flagdocumentViewerEnabled
- document viewer flagpublic WebDavConfiguration(WebDavConfiguration that)
that
- an instance to copypublic WebDavConfiguration()
Method Detail |
---|
public TaggedProperties[] getLanguages()
public void setLanguages(TaggedProperties[] value)
value
- language resource propertiespublic java.lang.String getLogo()
public void setLogo(java.lang.String value)
value
- logo datapublic void setLogo(ByteArrayShell value)
public byte[] getLogoBytes()
public 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()
true
if account link should be displayedpublic void setShowAccountLink(boolean value)
value
- flagpublic boolean getDocumentViewerEnabled()
true
if enabled, false
otherwisepublic void setDocumentViewerEnabled(boolean value)
value
- true
if enabled, false
otherwisepublic void adjustLanguages(TaggedProperties original)
original
- default resourcespublic java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |