com.fatwire.cs.core.uri
Class Definition.SatelliteContext

java.lang.Object
  extended by com.fatwire.cs.core.uri.Definition.SatelliteContext
Enclosing interface:
Definition

public static final class Definition.SatelliteContext
extends java.lang.Object

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

SATELLITE_SERVER

public static final Definition.SatelliteContext SATELLITE_SERVER

CONTENT_SERVER

public static final Definition.SatelliteContext CONTENT_SERVER
Method Detail

getSatelliteContexts

public static java.util.Iterator getSatelliteContexts()
Return an iterator containing all of the app types known.

Returns:
Iterator over all of the known of AppType objects

valueOf

public static Definition.SatelliteContext valueOf(java.lang.String string)
Factory method to get a specific app type

Parameters:
string - represenntation of the app type
Returns:
AppType object or null if no match.

toString

public java.lang.String toString()
Returns a string representation of this type.

Overrides:
toString in class java.lang.Object
Returns:
string representation of this type.