A B C D E F G H I J K L M N O P R S T U V W X
P
- PAGE_CONTEXT -
接口 org.apache.struts2.StrutsStatics 中的静态变量
- Constant for the JSP
page context
.
- Param - org.apache.struts2.components 中的 类
- This tag can be used to parameterize other tags.
- Param(ValueStack) -
类 org.apache.struts2.components.Param 的构造方法
-
- Param.UnnamedParametric - org.apache.struts2.components 中的 接口
- Tags can implement this to support nested param tags without the name attribute.
- ParamDirective - org.apache.struts2.views.velocity.components 中的 类
-
- ParamDirective() -
类 org.apache.struts2.views.velocity.components.ParamDirective 的构造方法
-
- ParameterAction - org.apache.struts2.dispatcher.mapper 中的 接口
- Defines a parameter action prefix.
- ParameterAware - org.apache.struts2.interceptor 中的 接口
- This interface gives actions an alternative way of receiving input parameters.
- ParamModel - org.apache.struts2.views.freemarker.tags 中的 类
-
- ParamModel(ValueStack, HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.views.freemarker.tags.ParamModel 的构造方法
-
- ParamTag - org.apache.struts2.views.jsp 中的 类
-
- ParamTag() -
类 org.apache.struts2.views.jsp.ParamTag 的构造方法
-
- PARENT -
类 org.apache.struts2.views.velocity.VelocityManager 中的静态变量
- the parent JSP tag
- parse(HttpServletRequest, String) -
类 org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest 中的方法
- Creates a new request wrapper to handle multi-part data using methods adapted from Jason Pell's
multipart classes (see class description).
- parse(HttpServletRequest, String) -
接口 org.apache.struts2.dispatcher.multipart.MultiPartRequest 中的方法
-
- parseQueryString(String, boolean) -
类 org.apache.struts2.views.util.DefaultUrlHelper 中的方法
-
- parseQueryString(String, boolean) -
接口 org.apache.struts2.views.util.UrlHelper 中的方法
-
- Password - org.apache.struts2.components 中的 类
- Render an HTML input tag of type password.
- Password(ValueStack, HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.components.Password 的构造方法
-
- PasswordDirective - org.apache.struts2.views.velocity.components 中的 类
-
- PasswordDirective() -
类 org.apache.struts2.views.velocity.components.PasswordDirective 的构造方法
-
- PasswordModel - org.apache.struts2.views.freemarker.tags 中的 类
-
- PasswordModel(ValueStack, HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.views.freemarker.tags.PasswordModel 的构造方法
-
- PasswordTag - org.apache.struts2.views.jsp.ui 中的 类
-
- PasswordTag() -
类 org.apache.struts2.views.jsp.ui.PasswordTag 的构造方法
-
- PlainTextResult - org.apache.struts2.dispatcher 中的 类
- A result that send the content out as plain text.
- PlainTextResult() -
类 org.apache.struts2.dispatcher.PlainTextResult 的构造方法
-
- PlainTextResult(String) -
类 org.apache.struts2.dispatcher.PlainTextResult 的构造方法
-
- PostbackResult - org.apache.struts2.dispatcher 中的 类
- A result that renders the current request parameters as a form which
immediately submits a postback
to the specified destination
- PostbackResult() -
类 org.apache.struts2.dispatcher.PostbackResult 的构造方法
-
- PREFIX_BASED_MAPPER_CONFIGURATION -
类 org.apache.struts2.StrutsConstants 中的静态变量
- A prefix based action mapper that is capable of delegating to other
ActionMapper
s based on the request's prefix
You can specify different prefixes that will be handled by different mappers
- PrefixBasedActionMapper - org.apache.struts2.dispatcher.mapper 中的 类
- A prefix based action mapper that is capable of delegating to other
ActionMapper
s based on the request's prefix
It is configured through struts.xml
For example, with the following entries in struts.properties
<constant name="struts.mapper.class" value="org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper"/>
<constant name="struts.mapper.prefixMapping" value="/communities:pseudoRestful,/communityTags:pseudoRestful,/events:pseudoRestful,/mediaList:pseudoRestful,/users:pseudoRestful,/community:struts,/communityTag:struts,/event:struts,/media:struts,/user:struts,:struts"/>
When PrefixBasedActionMapper.getMapping(HttpServletRequest, ConfigurationManager)
or
PrefixBasedActionMapper.getUriFromActionMapping(ActionMapping)
is invoked,
PrefixBasedActionMapper
will check each possible prefix (url prefix terminating just before a /) to find the most specific ActionMapper that returns a mapping when asked to map the request. - PrefixBasedActionMapper() -
类 org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper 的构造方法
-
- PrefixBasedActionProxyFactory - org.apache.struts2.impl 中的 类
- Prefix based factory should be used with
PrefixBasedActionMapper
to use appropriate ActionProxyFactory
connected with given
ActionMapper
Add below entry to struts.xml to enable the factory:
<constant name="struts.actionProxyFactory" value="prefix"/>
The factory will use the same set of patterns as defined with:
<constant name="struts.mapper.prefixMapping" value="..." - PrefixBasedActionProxyFactory() -
类 org.apache.struts2.impl.PrefixBasedActionProxyFactory 的构造方法
-
- PrefixTrie - org.apache.struts2.util 中的 类
- Quickly matches a prefix to an object.
- PrefixTrie() -
类 org.apache.struts2.util.PrefixTrie 的构造方法
-
- prepare(HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.dispatcher.Dispatcher 中的方法
- Prepare a request, including setting the encoding and locale.
- PrepareOperations - org.apache.struts2.dispatcher.ng 中的 类
- Contains preparation operations for a request before execution
- PrepareOperations(ServletContext, Dispatcher) -
类 org.apache.struts2.dispatcher.ng.PrepareOperations 的构造方法
-
- PrettyPrintWriter - org.apache.struts2.interceptor.debugging 中的 类
-
- PrettyPrintWriter(Writer, char[], String) -
类 org.apache.struts2.interceptor.debugging.PrettyPrintWriter 的构造方法
-
- PrettyPrintWriter(Writer, char[]) -
类 org.apache.struts2.interceptor.debugging.PrettyPrintWriter 的构造方法
-
- PrettyPrintWriter(Writer, String, String) -
类 org.apache.struts2.interceptor.debugging.PrettyPrintWriter 的构造方法
-
- PrettyPrintWriter(Writer, String) -
类 org.apache.struts2.interceptor.debugging.PrettyPrintWriter 的构造方法
-
- PrettyPrintWriter(Writer) -
类 org.apache.struts2.interceptor.debugging.PrettyPrintWriter 的构造方法
-
- PrincipalAware - org.apache.struts2.interceptor 中的 接口
- Actions that want access to the Principal information from HttpServletRequest object
should implement this interface.
- PrincipalProxy - org.apache.struts2.interceptor 中的 接口
- Proxy interface used together with PrincipalAware interface.
- ProfilingActivationInterceptor - org.apache.struts2.interceptor 中的 类
- Allows profiling to be enabled or disabled via request parameters, when
devMode is enabled
- ProfilingActivationInterceptor() -
类 org.apache.struts2.interceptor.ProfilingActivationInterceptor 的构造方法
-
- PropertiesConfigurationProvider - org.apache.struts2.config 中的 类
-
- PropertiesConfigurationProvider() -
类 org.apache.struts2.config.PropertiesConfigurationProvider 的构造方法
-
- Property - org.apache.struts2.components 中的 类
- Used to get the property of a value, which will default to the top of
the stack if none is specified
- Property(ValueStack) -
类 org.apache.struts2.components.Property 的构造方法
-
- PropertyDirective - org.apache.struts2.views.velocity.components 中的 类
-
- PropertyDirective() -
类 org.apache.struts2.views.velocity.components.PropertyDirective 的构造方法
-
- PropertyModel - org.apache.struts2.views.freemarker.tags 中的 类
-
- PropertyModel(ValueStack, HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.views.freemarker.tags.PropertyModel 的构造方法
-
- PropertyTag - org.apache.struts2.views.jsp 中的 类
-
- PropertyTag() -
类 org.apache.struts2.views.jsp.PropertyTag 的构造方法
-
- ProxyAttrAdapter - org.apache.struts2.views.xslt 中的 类
- ProxyAttrAdapter is a pass-through adapter for objects which already
implement the Attr interface.
- ProxyAttrAdapter(AdapterFactory, AdapterNode, Attr) -
类 org.apache.struts2.views.xslt.ProxyAttrAdapter 的构造方法
-
- ProxyElementAdapter - org.apache.struts2.views.xslt 中的 类
- ProxyElementAdapter is a pass-through adapter for objects which already
implement the Element interface.
- ProxyElementAdapter(AdapterFactory, AdapterNode, Element) -
类 org.apache.struts2.views.xslt.ProxyElementAdapter 的构造方法
-
- proxyNamedNodeMap(AdapterNode, NamedNodeMap) -
类 org.apache.struts2.views.xslt.AdapterFactory 中的方法
-
- ProxyNamedNodeMap - org.apache.struts2.views.xslt 中的 类
- A NamedNodeMap that wraps the Nodes returned in their proxies.
- ProxyNamedNodeMap(AdapterFactory, AdapterNode, NamedNodeMap) -
类 org.apache.struts2.views.xslt.ProxyNamedNodeMap 的构造方法
-
- proxyNode(AdapterNode, Node) -
类 org.apache.struts2.views.xslt.AdapterFactory 中的方法
- Construct a proxy adapter for a value that is an existing DOM Node.
- ProxyNodeAdapter - org.apache.struts2.views.xslt 中的 类
- ProxyNodeAdapter is a read-only delegating adapter for objects which already
implement the Node interface.
- ProxyNodeAdapter(AdapterFactory, AdapterNode, Node) -
类 org.apache.struts2.views.xslt.ProxyNodeAdapter 的构造方法
-
- ProxyTextNodeAdapter - org.apache.struts2.views.xslt 中的 类
- ProxyTextNodeAdapter is a pass-through adapter for objects which already
implement the Text interface.
- ProxyTextNodeAdapter(AdapterFactory, AdapterNode, Text) -
类 org.apache.struts2.views.xslt.ProxyTextNodeAdapter 的构造方法
-
- Push - org.apache.struts2.components 中的 类
- Push value on stack for simplified usage.
- Push(ValueStack) -
类 org.apache.struts2.components.Push 的构造方法
-
- PushDirective - org.apache.struts2.views.velocity.components 中的 类
-
- PushDirective() -
类 org.apache.struts2.views.velocity.components.PushDirective 的构造方法
-
- PushModel - org.apache.struts2.views.freemarker.tags 中的 类
-
- PushModel(ValueStack, HttpServletRequest, HttpServletResponse) -
类 org.apache.struts2.views.freemarker.tags.PushModel 的构造方法
-
- PushTag - org.apache.struts2.views.jsp 中的 类
-
- PushTag() -
类 org.apache.struts2.views.jsp.PushTag 的构造方法
-
- put(Object, Object) -
类 org.apache.struts2.dispatcher.ApplicationMap 中的方法
- Sets a servlet context attribute given a attribute name and value.
- put(Object, Object) -
类 org.apache.struts2.dispatcher.RequestMap 中的方法
- Saves an attribute in the request.
- put(K, V) -
类 org.apache.struts2.dispatcher.SessionMap 中的方法
- Saves an attribute in the session.
- put(Object, Object) -
类 org.apache.struts2.util.AttributeMap 中的方法
-
- put(String, Object) -
类 org.apache.struts2.util.PrefixTrie 中的方法
-
- put(String, boolean) -
类 org.apache.struts2.views.freemarker.ScopesHashModel 中的方法
-
- put(String, Object) -
类 org.apache.struts2.views.freemarker.ScopesHashModel 中的方法
-
- putAll(Map) -
类 org.apache.struts2.util.AttributeMap 中的方法
-
- putInContext(String) -
类 org.apache.struts2.components.ComponentUrlProvider 中的方法
-
- putInContext(String) -
接口 org.apache.struts2.components.UrlProvider 中的方法
-
- putUnlistedModel(String, TemplateModel) -
类 org.apache.struts2.views.freemarker.ScopesHashModel 中的方法
- Stores a model in the hash so that it doesn't show up in keys()
and values() methods.
A B C D E F G H I J K L M N O P R S T U V W X