|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aris.actionservlet.ActionUriResolver
public class ActionUriResolver
This handles all the xsl:import URI conversions. The URI's point to files in the TEMPLATE directory.
Constructor Summary | |
---|---|
ActionUriResolver(Config config)
Creates a new instance of hlUriResolver |
Method Summary | |
---|---|
javax.xml.transform.Source |
resolve(java.lang.String href,
java.lang.String base)
Maps URI's of xsl:import to valid links to files in the TEMPLATES directory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionUriResolver(Config config)
config
- The Config is needed in order to get some attributes, like the TEMPLATE directory
location.Method Detail |
---|
public javax.xml.transform.Source resolve(java.lang.String href, java.lang.String base)
resolve
in interface javax.xml.transform.URIResolver
href
- The URIbase
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |