KickJava   Java API By Example, From Geeks To Geeks.

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

  • com.inversoft.verge.util.url.test.URLGeneratorTest
    <p> This class contains the tests for the URL generation system </p> @author Brian Pontarelli @since 2.0 @version 2.0
  • com.inversoft.verge.util.url.URLGenerator
    <p> This class generates URLs based on criteria. Rather than simply breaking URLs into all the categories that we could think of, we figured we would leave a little flexibility in there so that any new scenarios that might come up could easily be dealt with. Likewise, you can always write a ...
  • org.jboss.deployment.spi.factories.DeploymentFactoryImpl
    $Id: DeploymentFactoryImpl.java,v 1.1.1.1.4.1 2005/04/08 18:26:47 tdiesler Exp $ The DeploymentFactory interface is a deployment driver for a J2EE plaform product. It returns a DeploymentManager object which represents a connection to a specific J2EE platform product. @author thomas.diesler@jboss ...
  • org.apache.geronimo.axis.builder.AxisBuilder
    @version $Rev: $ $Date: $
  • org.apache.beehive.netui.tags.internal.PageFlowTagUtils
    This is a utility class for the beehive tags with routines for helping with URL rewriting. <p> Includes methods to create a fully-rewritten url based on an initial url with query parameters and an anchor (location on page), checking if it needs to be secure and rewriting. There's also a met ...
  • org.jbpm.bpel.xml.ImportWsdlLocator
    @author Alejandro Guízar @version $Revision: 1.6 $ $Date: 2005/06/23 20:45:04 $
  • net.sf.saxon.sort.StandardCollationURIResolver
    StandardCollationURIResolver allows a Collation to be created given a URI starting with "http://saxon.sf.net/collation?" followed by a set of query parameters.
  • net.sf.saxon.event.StandardOutputResolver
    This class defines the default OutputURIResolver. This is a counterpart to the JAXP URIResolver, but is used to map the URI of a secondary result document to a Result object which acts as the destination for the new document. @author Michael H. Kay
Popular Tags