- java.lang.Object
-
- org.praxislive.core.services.ComponentFactory.Redirect
-
- Enclosing interface:
- ComponentFactory
public static final class ComponentFactory.Redirect extends Object
A factory service redirect. SeeComponentFactory.componentRedirect()
andComponentFactory.rootRedirect()
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
control()
Query the control on the service to redirect to.boolean
equals(Object obj)
int
hashCode()
Class<? extends Service>
service()
Query the service to redirect to.
-