Package org.jboss.hal.core.finder
Class FinderContext
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderContext
-
public class FinderContext extends Object
Holds state as the user navigates using the finder.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPATH_PARAM
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinderPathgetPath()StringgetToken()voidreset(FinderPath path)voidsetToken(String token)com.gwtplatform.mvp.shared.proxy.PlaceRequesttoPlaceRequest()
-
-
-
Field Detail
-
PATH_PARAM
public static final String PATH_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
reset
public void reset(FinderPath path)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
getPath
public FinderPath getPath()
-
toPlaceRequest
public com.gwtplatform.mvp.shared.proxy.PlaceRequest toPlaceRequest()
-
-