org.apache.stylebook
Class BasicContext

java.lang.Object
  extended by org.apache.stylebook.BasicParameters
      extended by org.apache.stylebook.BasicContext
All Implemented Interfaces:
CreationContext, Parameters
Direct Known Subclasses:
BasicEntry

public class BasicContext
extends BasicParameters
implements CreationContext

Version:
CVS $Revision: 313202 $ $Date: 1999-11-30 12:28:55 +0000 (Tue, 30 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Constructor Summary
BasicContext(java.net.URL source, java.lang.String target)
           
 
Method Summary
 java.net.URL getSourceURL()
           
 java.lang.String getTargetName()
           
 
Methods inherited from class org.apache.stylebook.BasicParameters
getParameter, getParameter, getParameterNames, merge, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.stylebook.Parameters
getParameter, getParameter, getParameterNames, merge, setParameter
 

Constructor Detail

BasicContext

public BasicContext(java.net.URL source,
                    java.lang.String target)
Method Detail

getSourceURL

public java.net.URL getSourceURL()
Specified by:
getSourceURL in interface CreationContext

getTargetName

public java.lang.String getTargetName()
Specified by:
getTargetName in interface CreationContext