|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectVApplication.ConfigurationContext
@ThreadSafe public static final class VApplication.ConfigurationContext
A context for configuring the Web interface. The Web interface is configured by its configuration file, which contains a script (s) for that purpose. During construction of the Web interface, an instance of this context is passed to s, via s::configureWeb(webCC).
After the interface is running, it itself is passed to s, via s::initWeb(web).
| Method Summary | |
|---|---|
String |
getName()
|
String |
getStyleSheet()
|
SMTPTransportX.ConfigurationContext |
mailTransferService()
The context for configuring access to the mail transfer server, through which outgoing messages (for email address authentication) are sent. |
void |
setName(String name)
Sets the name that nominally identifies the Web interface, and is used to construct its service email address. |
void |
setStyleSheet(String styleSheet)
Sets the URL of the subserver's custom style sheet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
setName(String)@ThreadRestricted(value="constructor") public void setName(String name)
VApplication.name(),
VApplication.serviceEmail(),
getName()public String getStyleSheet()
setStyleSheet(String)@ThreadRestricted(value="constructor") public void setStyleSheet(String styleSheet)
VApplication.styleSheet(),
getStyleSheet()public SMTPTransportX.ConfigurationContext mailTransferService()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||