| Package | Description |
|---|---|
| org.astrogrid.samp.web |
Classes relating to the SAMP Web Profile.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AuthResourceBundle_de.GermanContent
Content implementation for English.
|
(package private) static class |
AuthResourceBundle_en.EnglishContent
Content implementation for English.
|
private static class |
AuthResourceBundle_fr.FrenchContent
Content implementation for French.
|
private static class |
AuthResourceBundle_it.ItalianContent
Content implementation for Italian.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthResourceBundle.Content |
AuthResourceBundle.getAuthContent(java.util.ResourceBundle bundle)
Returns a Content object based on a bundle which has the keys
that AuthResourceBundle is supposed to have.
|
private static AuthResourceBundle.Content |
AuthResourceBundle.getDefaultContent()
Returns a default Content implementation.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Object[] |
HubSwingClientAuthorizer.getMessageLines(HttpServer.Request request,
java.lang.String appName,
AuthResourceBundle.Content authContent)
Returns a "message" object describing the applying client to the user.
|
private static java.lang.String |
AuthResourceBundle.toPropertyString(AuthResourceBundle.Content content,
java.lang.reflect.Method method)
Returns a string suitable for entry into a .properties file
for a given Method of a given Content object.
|
| Constructor and Description |
|---|
AuthResourceBundle(AuthResourceBundle.Content content)
Constructs a bundle based on a Content implementation.
|