| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| parameters — Static property in class com.developmentarc.framework.utils.BrowserLocationUtil | |
| Method breaks down the query string of the current url passing back a generic object with each key/value pair. | |
| path — Static property in class com.developmentarc.framework.utils.BrowserLocationUtil | |
| Method returns the path portion of the current url br/> Example: http://google.com:8080/path/is/here/?param1=value1#page2 returns /path/is/here/ | |
| pause() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Called when a previously started Task needs to be paused. | |
| pause() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Used to pause a started task. | |
| pause() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Method is used to change groups phase to pause and dispath event. | |
| peek() — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue | |
| Peek returns the first item in the queue without removing the item from the queue. | |
| phase — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Defines what phase the Task is currently in. | |
| phase — Property in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Returns the current phase of of the Task. | |
| phase — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Returns the current phase of the TaskGroup, such as started, etc. | |
| port — Static property in class com.developmentarc.framework.utils.BrowserLocationUtil | |
| Method returns the port number specificed in the current url. | |
| priority — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Defines the priority value of the task defined at construction. | |
| priority — Property in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Returns the priority value of the Task. | |
| priority — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| The priority value of the TaskGroup. | |
| PriorityQueue — Class in package com.developmentarc.framework.datastructures.utils | |
| The PriorityQueue is a data structure utility designed to store items in a stored order based upon a defined priority value. | |
| PriorityQueue() — Constructor in class com.developmentarc.framework.datastructures.utils.PriorityQueue | |
| processedQueue — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| The tasks that have been started, cancelled, ignored or errored out. | |
| protocal — Static property in class com.developmentarc.framework.utils.BrowserLocationUtil | |
| Method encapsulates the URLUtil's getProtocal method returning the protocal of the current url. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |