Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SrsPrintDestinationTokensNone class implements a SRS print destination token handler when no tokens are supported.
Syntax
class SrsPrintDestinationTokensNone extends SrsPrintDestinationTokens
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addUICtls | Add controls to a form to support email tokens and addresses. (Overrides the addUICtls Method.) |
![]() |
appendAddresses | Join two lists of addresses. (Inherited from SrsPrintDestinationTokens.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
emptyToken | Returns the empty token. (Inherited from SrsPrintDestinationTokens.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
expandEmailToken | Finds the expansion of a token in an email address. (Overrides the expandEmailToken Method.) |
![]() |
expandFileToken | Finds the expansion of a token in a file name. (Overrides the expandFileToken Method.) |
![]() |
expandPrinterToken | Finds the expansion of a token in a printer name. (Overrides the expandPrinterToken Method.) |
![]() |
expandToken | Finds the expansion of a token. (Inherited from SrsPrintDestinationTokens.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getUIAddresses | Retrieves addresses found in the user interface. (Overrides the getUIAddresses Method.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
makeAddressTokens | Converts a list of tokens into a list of address tokens. (Inherited from SrsPrintDestinationTokens.) |
![]() |
new | Creates a new instance of the class connecting it to next instance in the chain of responsibility. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmAddressSeparator | Gets the AddressSeparator parameter. (Inherited from SrsPrintDestinationTokens.) |
![]() |
parmNextTokens | Gets or sets the NextTokens parameter. (Inherited from SrsPrintDestinationTokens.) |
![]() |
parmParameters | Gets or set the Parameters parameter. (Inherited from SrsPrintDestinationTokens.) |
![]() |
parmTokenDelimiter | Gets the TokenDelimiter parameter. (Inherited from SrsPrintDestinationTokens.) |
![]() |
parmTokenRegex | Gets the TokenRegex parameter. (Inherited from SrsPrintDestinationTokens.) |
![]() |
parmTokenType | Gets the TokenType parameter. (Overrides the parmTokenType Method.) |
![]() |
parseAddresses | Converts a list of semicolon separated strings to a container of tokens and non-tokens. (Inherited from SrsPrintDestinationTokens.) |
![]() |
replace | Expands tokens found in printer destination settings with their values. (Inherited from SrsPrintDestinationTokens.) |
![]() |
replaceTokens | Expands tokens found in a destination string with their values. (Inherited from SrsPrintDestinationTokens.) |
![]() |
selectTokens | Returns a container of selected tokens from a set of available tokens. (Inherited from SrsPrintDestinationTokens.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setUIAddresses | Updates controls so they contain appropriate tokens from a list of addresses. (Overrides the setUIAddresses Method.) |
![]() |
setupUI | Adds controls and sets their values. (Inherited from SrsPrintDestinationTokens.) |
![]() |
tokenNotFound | Handles the case when a token is unrecognized. (Inherited from SrsPrintDestinationTokens.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
unsupportedPrintMediumType | Throws an exception that identifies unsupported print media. (Inherited from SrsPrintDestinationTokens.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
Note to developers: This class should be at the bottom of a chain of responibility for handling tokens.
This is a framework class. Customizing this class may cause problems with future upgrades to the software.
Inheritance Hierarchy
Object Class
SrsPrintDestinationTokens Class
SrsPrintDestinationTokensNone Class