|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.client.XSLTProcessorApplet.TrustedAgent
class XSLTProcessorApplet.TrustedAgent
This class maintains a worker thread that that is trusted and can do things like access data. You need this because the thread that is called by the browser is not trusted and can't access data from the URLs.
Field Summary | |
---|---|
boolean |
m_getData
Specifies whether the worker thread should perform a transformation. |
boolean |
m_getSource
Specifies whether the worker thread should get an XML document or XSL stylesheet. |
Constructor Summary | |
---|---|
XSLTProcessorApplet.TrustedAgent()
|
Method Summary | |
---|---|
void |
run()
The real work is done from here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean m_getData
public boolean m_getSource
Constructor Detail |
---|
XSLTProcessorApplet.TrustedAgent()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |