| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--oss.net.pstream.rewrite.RewriteVariableHandler
        |
        +--oss.net.pstream.rewrite.RequestContextRewriteVariableHandler
Handles the VirtualHost rewrite variable
Title:
Description:
Copyright: Copyright (c) 2002
Company:
| Field Summary | 
| Fields inherited from class oss.net.pstream.rewrite.RewriteVariableHandler | 
_debug, _lookupKey, CONTENT_TYPE, HOST_NAME, HOST_PATH, HOST_PORT, HOST_PROTOCOL, REQUEST_CONTEXT, REQUEST_HEADER, REQUEST_HOST, RESPONSE_BODY, RESPONSE_HEADER, SESSION, TARGET_FILE, TARGET_NAME, TARGET_PATH, TARGET_PORT, TARGET_PROTOCOL, TARGET_QUERY, TARGET_URL, USERVAR | 
| Constructor Summary | |
RequestContextRewriteVariableHandler(boolean Debug)
 | 
|
| Method Summary | |
 java.lang.String | 
getValue(PortletStreamParameters Params)
Returns the value of this variable from the passed Params.  | 
 java.lang.String | 
getVariableName()
Returns a reference to the static name of this variable.  | 
 boolean | 
isPreFetch()
A boolean telling if this variable is PreFetch, meaning that it must be set before the request is made.  | 
 void | 
setValue(PortletStreamParameters Params,
         java.lang.String Value)
Sets the value of this variable to the passed Params.  | 
| Methods inherited from class oss.net.pstream.rewrite.RewriteVariableHandler | 
setLookupKey | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public RequestContextRewriteVariableHandler(boolean Debug)
| Method Detail | 
public java.lang.String getVariableName()
RewriteVariableHandler
getVariableName in class RewriteVariableHandler
public java.lang.String getValue(PortletStreamParameters Params)
                          throws RewriteException
RewriteVariableHandler
getValue in class RewriteVariableHandlerParams - The PortletStreamParameters object from which to retrieve
 the value.
RewriteException - if you screw up.
public void setValue(PortletStreamParameters Params,
                     java.lang.String Value)
              throws RewriteException
RewriteVariableHandler
setValue in class RewriteVariableHandlerParams - The PortletStreamParameters object to which to set the
 valueValue - the string representation of the value to be set.
RewriteException - if you screw up.public boolean isPreFetch()
RewriteVariableHandler
isPreFetch in class RewriteVariableHandler
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||