| org.sakaiproject.metaobj.shared.control.XsltArtifactView
XsltArtifactView | public class XsltArtifactView extends AbstractXsltView (Code) | | Created by IntelliJ IDEA.
User: johnellis
Date: Oct 30, 2006
Time: 10:10:42 AM
To change this template use File | Settings | File Templates.
|
doTransform | protected void doTransform(Source source, Map parameters, Result result, String encoding) throws Exception(Code) | | Perform the actual transformation, writing to the given result.
Parameters: source - the Source to transform Parameters: parameters - a Map of parameters to be applied to the stylesheet Parameters: result - the result to write to throws: Exception - we let this method throw any exception; theAbstractXlstView superclass will catch exceptions |
dumpDocument | protected void dumpDocument(Element node)(Code) | | |
getUriResolverBeanName | public String getUriResolverBeanName()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
setBundleLocation | public void setBundleLocation(String bundleLocation)(Code) | | |
setReadOnly | public void setReadOnly(boolean readOnly)(Code) | | |
setUriResolverBeanName | public void setUriResolverBeanName(String uriResolverBeanName)(Code) | | |
|
|