|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.cs.core.uri.Definition.SatelliteContext
public static final class Definition.SatelliteContext
Class to define the satellite context of the URI. This class tells the user of the URI if it should be built for Satellite Server or for Content Server.
Field Summary | |
---|---|
static Definition.SatelliteContext |
CONTENT_SERVER
|
static Definition.SatelliteContext |
SATELLITE_SERVER
|
Method Summary | |
---|---|
static java.util.Iterator |
getSatelliteContexts()
Return an iterator containing all of the app types known. |
java.lang.String |
toString()
Returns a string representation of this type. |
static Definition.SatelliteContext |
valueOf(java.lang.String string)
Factory method to get a specific app type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Definition.SatelliteContext SATELLITE_SERVER
public static final Definition.SatelliteContext CONTENT_SERVER
Method Detail |
---|
public static java.util.Iterator getSatelliteContexts()
public static Definition.SatelliteContext valueOf(java.lang.String string)
string
- represenntation of the app type
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |