public class MailingList extends Object implements Serializable, Cloneable, InputLocationTracker
| 构造函数和描述 |
|---|
MailingList() |
| 修饰符和类型 | 方法及说明 |
|---|---|
void |
addOtherArchive(String string)
方法 addOtherArchive。
|
MailingList |
clone()
方法克隆。
|
String |
getArchive()
获取指向可以浏览邮件列表存档的 URL 的链接。
|
InputLocation |
getLocation(Object key)
获取输入源中指定字段的位置。
|
String |
getName()
获取邮件列表的名称。
|
List<String> |
getOtherArchives()
方法 getOtherArchives。
|
String |
getPost()
获取可用于发布到邮件列表的电子邮件地址或链接。
|
String |
getSubscribe()
获取可用于订阅邮件列表的电子邮件地址或链接。
|
String |
getUnsubscribe()
获取可用于取消订阅邮件列表的电子邮件地址或链接。
|
void |
removeOtherArchive(String string)
方法 removeOtherArchive。
|
void |
setArchive(String archive)
将链接设置为可以浏览邮件列表存档的 URL。
|
void |
setLocation(Object key,
InputLocation location)
设置指定字段的位置。
|
void |
setName(String name)
设置邮件列表的名称。
|
void |
setOtherArchives(List<String> otherArchives)
将链接设置为可以浏览列表存档的备用 URL。
|
void |
setOtherLocation(Object key,
InputLocation location) |
void |
setPost(String post)
设置可用于发布到邮件列表的电子邮件地址或链接。
|
void |
setSubscribe(String subscribe)
设置可用于订阅邮件列表的电子邮件地址或链接。
|
void |
setUnsubscribe(String unsubscribe)
设置可用于取消订阅邮件列表的电子邮件地址或链接。
|
public void addOtherArchive(String string)
string-public MailingList clone()
public String getArchive()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation 在界面中 InputLocationTrackerkey-public String getName()
public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation 在界面中 InputLocationTrackerkey-location-public void setOtherLocation(Object key, InputLocation location)
key-location-public String getPost()
mailto:则会在创建文档时自动创建一个链接。public String getSubscribe()
mailto:则会在创建文档时自动创建一个链接。public String getUnsubscribe()
mailto:则会在创建文档时自动创建一个链接。public void removeOtherArchive(String string)
string-public void setArchive(String archive)
archive-public void setName(String name)
name-public void setOtherArchives(List<String> otherArchives)
otherArchives-public void setPost(String post)
mailto:则会在创建文档时自动创建一个链接。post-public void setSubscribe(String subscribe)
mailto:则会在创建文档时自动创建一个链接。subscribe-public void setUnsubscribe(String unsubscribe)
mailto:则会在创建文档时自动创建一个链接。unsubscribe-版权所有 © 2001–2022 Apache 软件基金会。版权所有。