Uses of Interface
pobs.PTarget

Packages that use PTarget
pobs   
pobs.action   
 

Uses of PTarget in pobs
 

Methods in pobs that return PTarget
 PTarget PContext.getTarget()
          Returns action target.
 

Methods in pobs with parameters of type PTarget
 void PAction.perform(PTarget target, java.lang.String data)
          Insert the method's description here.
 

Constructors in pobs with parameters of type PTarget
PContext(PDirective directive, PTarget target, PErrorHandler errorHandler)
          Creates an instance with the specified directive and target.
 

Uses of PTarget in pobs.action
 

Methods in pobs.action with parameters of type PTarget
 void PSetString.perform(PTarget target, java.lang.String data)
           
 void PPrint.perform(PTarget target, java.lang.String data)
           
 void PLog.perform(PTarget target, java.lang.String data)
           
 void PAppendString.perform(PTarget target, java.lang.String data)