com.smallx.xml.component
Interface ComponentContext

All Known Implementing Classes:
MapComponentContext, ScopedComponentInitializer

public interface ComponentContext


Method Summary
 Name expandName(java.lang.String qname)
           
 Infoset getInfoset()
           
 java.util.logging.Logger getLog()
           
 java.lang.Object getParameter(Name name)
           
 java.lang.Object getParameter(java.lang.String name)
           
 java.util.Iterator getParameterNames()
           
 java.lang.String getRealPath(java.lang.String path)
           
 void getResource(java.net.URI resource, ItemDestination dest)
           
 java.security.Principal getUserPrincipal()
           
 

Method Detail

expandName

public Name expandName(java.lang.String qname)
                throws XMLException
Throws:
XMLException

getParameter

public java.lang.Object getParameter(Name name)

getParameter

public java.lang.Object getParameter(java.lang.String name)

getParameterNames

public java.util.Iterator getParameterNames()

getLog

public java.util.logging.Logger getLog()

getResource

public void getResource(java.net.URI resource,
                        ItemDestination dest)
                 throws XMLException
Throws:
XMLException

getInfoset

public Infoset getInfoset()

getUserPrincipal

public java.security.Principal getUserPrincipal()

getRealPath

public java.lang.String getRealPath(java.lang.String path)