org.apache.wicket.util.xml
Class CustomEntityResolver.ServletApiEntityLocator

java.lang.Object
  extended by org.apache.wicket.util.xml.CustomEntityResolver.ServletApiEntityLocator
All Implemented Interfaces:
CustomEntityResolver.EntityLocator
Enclosing class:
CustomEntityResolver

public static class CustomEntityResolver.ServletApiEntityLocator
extends java.lang.Object
implements CustomEntityResolver.EntityLocator

entity locator for resources inside servlet-api.jar


Method Summary
 org.xml.sax.InputSource locateInputSource()
          resolve servlet api resource, where e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

locateInputSource

public org.xml.sax.InputSource locateInputSource()
resolve servlet api resource, where e.g. 'web-app_2_3.dtd' is located

Specified by:
locateInputSource in interface CustomEntityResolver.EntityLocator
Returns:
input source


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.