| |
|
| java.lang.Object com.metaboss.enterprise.xi.enhydrabarracuda.Application
Application | public class Application implements Serializable(Code) | | This class represents single instance of the running application
it is the ultimate parent and owner of all pages
|
Inner Class :public class NavigationMove implements Serializable | |
Application | public Application()(Code) | | Constructs the application object
|
createNavigationMove | public NavigationMove createNavigationMove(String pFromPageInstanceId, Map pNavigationParameters)(Code) | | Adds a single step in navigation history to this application.
Parameters: pFromPageInstanceId - has to be null if this is the first page in hierarchy oralready registered instance id Parameters: pToPageInstanceId - has to be never before registered in hierarchy |
getNavigationMove | public NavigationMove getNavigationMove(String pNavigationMoveInstanceId)(Code) | | Retrieves the move by it's instance id
Parameters: pNavigationMoveInstanceId - existing move instance or null if none found |
getPreceedingNavigationMove | public Application.NavigationMove getPreceedingNavigationMove(Application.NavigationMove pThisMove)(Code) | | Retrieves the move by it's instance id
Parameters: pThisMove - the move we are looking for predescessor for existing move instance or null if given move does not have predescessor |
isOwnedUrl | public boolean isOwnedUrl(String pUrl)(Code) | | true if supplied url owned by this application.For the moment only relative urls (the ones without protocol refs)are considered to be owned by this application |
logStatistics | public void logStatistics()(Code) | | Outputs statistics log
|
setUseHierarchicalDataStore | public void setUseHierarchicalDataStore(boolean pUseHierarchicalDataStore)(Code) | | Sets the flag use or not to use Hierarchical Data Store
|
|
|
|