KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > MalformedURLException > Top Examples

  • org.apache.struts.util.TestRequestUtils
    <p>Unit tests for <code>org.apache.struts.util.RequestUtils</code>.</p> @version $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
  • edu.rice.rubbos.client.URLGenerator
    This abstract class provides the needed URLs to access all features of RUBBoS. Only the function returning script names must be defined in subclasses else every URL is generated by this class. @author <a HREF="mailto:cecchet@rice.edu">Emmanuel Cecchet</a> and <a HREF="mailto:julie. ...
  • org.apache.avalon.excalibur.catalog.Catalog
    <p>Represents OASIS Open Catalog files.</p> This class loads one or more OASIS Open Catalog files (defined by <a HREF="http://www.oasis-open.org/html/a401.htm">OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401)</a> ) and provides methods for implementing the Cat ...
  • org.objectweb.carol.cmi.NamingContext
  • org.apache.tomcat.util.net.URL
    <p><strong>URL</strong> is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of <code>java.net.URL</code>, but without the ability to open a stream or connection. One of the consequences of this ...
  • org.apache.catalina.util.URL
    <p><strong>URL</strong> is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of <code>java.net.URL</code>, but without the ability to open a stream or connection. One of the consequences of this ...
  • org.apache.commons.jelly.JellyContext
    <p><code>JellyContext</code> represents the Jelly context.</p> @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a> @version $Revision: 165507 $
  • TraxExamples
    Some examples to show how the Simple API for Transformations could be used. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag</a>
  • org.apache.tools.ant.types.XMLCatalog
    <p>This data type provides a catalog of resource locations (such as DTDs and XML entities), based on the <a HREF="http://oasis-open.org/committees/entity/spec-2001-08-06.html"> OASIS "Open Catalog" standard</a>. The catalog entries are used both for Entity resolution and URI res ...
  • org.objectweb.jonas.server.JURLs
    This implements an utility class that list the URLs of the jars to load at the launch time of the JOnAS server. @author Ludovic Bert @author Florent Benoit
  • com.opensymphony.workflow.loader.Workspace
    @author Hani Suleiman (hani@formicary.net) Date: May 15, 2003 Time: 7:56:36 PM
  • org.apache.commons.httpclient.methods.UrlGetMethod
    Implements the URL version of GetMethod. It serves the same purpose as GetMethod but it takes URL instead of a path. @deprecated use GetMethod @author Marc A. Saegesser @author <a HREF="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
  • org.apache.excalibur.source.impl.URLSourceFactory
    A factory for a {@link URL} wrapper @avalon.component @avalon.service type=SourceFactory @x-avalon.info name=url-source @x-avalon.lifestyle type=singleton @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version $Id: URLSourceFactory.java,v 1.4 2004/02/28 1 ...
  • org.eclipse.osgi.framework.util.SecureAction
    Utility class to execute common privileged code. @since 3.1
  • org.apache.xmlrpc.XmlRpcClientLite
    A multithreaded, reusable XML-RPC client object. This version uses a homegrown HTTP client which can be quite a bit faster than java.net.URLConnection, especially when used with XmlRpc.setKeepAlive(true). @author <a HREF="mailto:hannes@apache.org">Hannes Wallnoefer</a> @author <a H ...
  • org.roller.presentation.velocity.ContextLoader
    Load Velocity Context with Roller objects, values, and custom plugins. @author llavandowska @author David M Johnson
  • com.caucho.portal.generic.HttpPortletContext
    HttpPortletContext provides the connection to a web application (ServletContext).
Popular Tags