DispatchHelper.idl (c4dc0a1a) | DispatchHelper.idl (e9faf1d9) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 21 unchanged lines hidden (view full) --- 30//============================================================================= 31 32module com { module sun { module star { module frame { 33 34//============================================================================= 35/** provides an easy way to dispatch an URL using one call instead of multiple ones. 36 37 <p> | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 21 unchanged lines hidden (view full) --- 30//============================================================================= 31 32module com { module sun { module star { module frame { 33 34//============================================================================= 35/** provides an easy way to dispatch an URL using one call instead of multiple ones. 36 37 <p> |
38 Normaly a complete dispatch is splitted into different parts: | 38 Normally a complete dispatch is splitted into different parts: |
39 - converting and parsing the URL 40 - searching for a valid dispatch object available on a dispatch provider | 39 - converting and parsing the URL 40 - searching for a valid dispatch object available on a dispatch provider |
41 - dispatching of the URL and it's parameters | 41 - dispatching of the URL and its parameters |
42 </p> 43 44 @see DispatchProvider 45 46 @since OpenOffice 1.1.2 47 */ 48published service DispatchHelper 49{ --- 14 unchanged lines hidden --- | 42 </p> 43 44 @see DispatchProvider 45 46 @since OpenOffice 1.1.2 47 */ 48published service DispatchHelper 49{ --- 14 unchanged lines hidden --- |